Shades of Crimson #EC133F
Tints of Crimson #EC133F
RGB
CMYK
RGB Variations
Color information
#EC133F (or 0xEC133F) is known color: Crimson. HEX triplet: EC, 13 and 3F. RGB value is (236,19,63). Sum of RGB (Red+Green+Blue) = 236+19+63=318 (42% of max value = 765). Red value is 236 (92.58% from 255 or 74.21% from 318); Green value is 19 (7.81% from 255 or 5.97% from 318); Blue value is 63 (25% from 255 or 19.81% from 318); Max value from RGB is 236 - color contains mainly: red. Hex color #EC133F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC133F is #13ECC0. Grayscale: #585858. Windows color (decimal): -1305793 or 4133868. OLE color: 4133868.
HSL color Cylindrical-coordinate representation of color #EC133F: hue angle of 347.83º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EC133F is Cyan = 0, Magento = 0.92, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 19 | 63 | - |
| CMYK | 0 | 0.92 | 0.73 | 0.07 |
| HSL | 347.83º | 0.85% | 0.5% | - |
| HSV(B) | 347.83º | 0.92% | 0.93% | - |
| XYZ | 35.72 | 18.66 | 6.42 | - |
| YUV | 88.9 | 113.39 | 232.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 19 | 63 | 0 | 0.92 | 0.73 | 0.07 | 347.83 | 0.85 | 0.5 |
| Hex | EC | 13 | 3F | 0 | 5C | 49 | 7 | 15C | 55 | 32 |
| Octal | 354 | 23 | 77 | 0 | 134 | 111 | 7 | 534 | 125 | 62 |
| Binary | 11101100 | 10011 | 111111 | 0 | 1011100 | 1001001 | 111 | 101011100 | 1010101 | 110010 |
Color Harmonies of #EC133F
Complementary color
Monochromatic Colors of #EC133F
Black with #EC133F
Text Example
Text Example
White with #EC133F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC133F; }
p { color: rgb(236,19,63); }
H1.HeaderClassName
{
color: #EC133F;
}
.AnyTagClassName
{
color: #EC133F;
}
</style>
background-color css
<style>
a { background-color: #EC133F; }
a { background-color: rgb(236,19,63); }
div.DivClassName
{
background-color: #EC133F;
}
.BgClassName
{
background-color: #EC133F;
}
</style>
border-color css
<style>
span { border-color: #EC133F; }
span { border-color: rgb(236,19,63); }
td.TdClassName
{
border-color: #EC133F;
}
.TagClassName
{
border-color: #EC133F;
}
</style>