Shades of Crimson #EC1942
Tints of Crimson #EC1942
RGB
CMYK
RGB Variations
Color information
#EC1942 (or 0xEC1942) is known color: Crimson. HEX triplet: EC, 19 and 42. RGB value is (236,25,66). Sum of RGB (Red+Green+Blue) = 236+25+66=327 (43% of max value = 765). Red value is 236 (92.58% from 255 or 72.17% from 327); Green value is 25 (10.16% from 255 or 7.65% from 327); Blue value is 66 (26.17% from 255 or 20.18% from 327); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1942 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1942 is #13E6BD. Grayscale: #5C5C5C. Windows color (decimal): -1304254 or 4332012. OLE color: 4332012.
HSL color Cylindrical-coordinate representation of color #EC1942: hue angle of 348.34º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC1942 is Cyan = 0, Magento = 0.89, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 25 | 66 | - |
| CMYK | 0 | 0.89 | 0.72 | 0.07 |
| HSL | 348.34º | 0.85% | 0.51% | - |
| HSV(B) | 348.34º | 0.89% | 0.93% | - |
| XYZ | 35.92 | 18.92 | 6.91 | - |
| YUV | 92.76 | 112.9 | 230.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 25 | 66 | 0 | 0.89 | 0.72 | 0.07 | 348.34 | 0.85 | 0.51 |
| Hex | EC | 19 | 42 | 0 | 59 | 48 | 7 | 15C | 55 | 33 |
| Octal | 354 | 31 | 102 | 0 | 131 | 110 | 7 | 534 | 125 | 63 |
| Binary | 11101100 | 11001 | 1000010 | 0 | 1011001 | 1001000 | 111 | 101011100 | 1010101 | 110011 |
Color Harmonies of #EC1942
Complementary color
Monochromatic Colors of #EC1942
Black with #EC1942
Text Example
Text Example
White with #EC1942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1942; }
p { color: rgb(236,25,66); }
H1.HeaderClassName
{
color: #EC1942;
}
.AnyTagClassName
{
color: #EC1942;
}
</style>
background-color css
<style>
a { background-color: #EC1942; }
a { background-color: rgb(236,25,66); }
div.DivClassName
{
background-color: #EC1942;
}
.BgClassName
{
background-color: #EC1942;
}
</style>
border-color css
<style>
span { border-color: #EC1942; }
span { border-color: rgb(236,25,66); }
td.TdClassName
{
border-color: #EC1942;
}
.TagClassName
{
border-color: #EC1942;
}
</style>