Shades of Crimson #EC1849
Tints of Crimson #EC1849
RGB
CMYK
RGB Variations
Color information
#EC1849 (or 0xEC1849) is known color: Crimson. HEX triplet: EC, 18 and 49. RGB value is (236,24,73). Sum of RGB (Red+Green+Blue) = 236+24+73=333 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.87% from 333); Green value is 24 (9.77% from 255 or 7.21% from 333); Blue value is 73 (28.91% from 255 or 21.92% from 333); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1849 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1849 is #13E7B6. Grayscale: #5C5C5C. Windows color (decimal): -1304503 or 4790508. OLE color: 4790508.
HSL color Cylindrical-coordinate representation of color #EC1849: hue angle of 346.13º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EC1849 is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 24 | 73 | - |
| CMYK | 0 | 0.90 | 0.69 | 0.07 |
| HSL | 346.13º | 0.85% | 0.51% | - |
| HSV(B) | 346.13º | 0.9% | 0.93% | - |
| XYZ | 36.12 | 18.97 | 8.06 | - |
| YUV | 92.97 | 116.74 | 230.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 24 | 73 | 0 | 0.90 | 0.69 | 0.07 | 346.13 | 0.85 | 0.51 |
| Hex | EC | 18 | 49 | 0 | 5A | 45 | 7 | 15A | 55 | 33 |
| Octal | 354 | 30 | 111 | 0 | 132 | 105 | 7 | 532 | 125 | 63 |
| Binary | 11101100 | 11000 | 1001001 | 0 | 1011010 | 1000101 | 111 | 101011010 | 1010101 | 110011 |
Color Harmonies of #EC1849
Complementary color
Monochromatic Colors of #EC1849
Black with #EC1849
Text Example
Text Example
White with #EC1849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1849; }
p { color: rgb(236,24,73); }
H1.HeaderClassName
{
color: #EC1849;
}
.AnyTagClassName
{
color: #EC1849;
}
</style>
background-color css
<style>
a { background-color: #EC1849; }
a { background-color: rgb(236,24,73); }
div.DivClassName
{
background-color: #EC1849;
}
.BgClassName
{
background-color: #EC1849;
}
</style>
border-color css
<style>
span { border-color: #EC1849; }
span { border-color: rgb(236,24,73); }
td.TdClassName
{
border-color: #EC1849;
}
.TagClassName
{
border-color: #EC1849;
}
</style>