Shades of Crimson #EC1844
Tints of Crimson #EC1844
RGB
CMYK
RGB Variations
Color information
#EC1844 (or 0xEC1844) is known color: Crimson. HEX triplet: EC, 18 and 44. RGB value is (236,24,68). Sum of RGB (Red+Green+Blue) = 236+24+68=328 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.95% from 328); Green value is 24 (9.77% from 255 or 7.32% from 328); Blue value is 68 (26.95% from 255 or 20.73% from 328); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1844 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1844 is #13E7BB. Grayscale: #5C5C5C. Windows color (decimal): -1304508 or 4462828. OLE color: 4462828.
HSL color Cylindrical-coordinate representation of color #EC1844: hue angle of 347.55º 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 #EC1844 is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 24 | 68 | - |
| CMYK | 0 | 0.90 | 0.71 | 0.07 |
| HSL | 347.55º | 0.85% | 0.51% | - |
| HSV(B) | 347.55º | 0.9% | 0.93% | - |
| XYZ | 35.96 | 18.9 | 7.22 | - |
| YUV | 92.4 | 114.24 | 230.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 24 | 68 | 0 | 0.90 | 0.71 | 0.07 | 347.55 | 0.85 | 0.51 |
| Hex | EC | 18 | 44 | 0 | 5A | 47 | 7 | 15C | 55 | 33 |
| Octal | 354 | 30 | 104 | 0 | 132 | 107 | 7 | 534 | 125 | 63 |
| Binary | 11101100 | 11000 | 1000100 | 0 | 1011010 | 1000111 | 111 | 101011100 | 1010101 | 110011 |
Color Harmonies of #EC1844
Complementary color
Monochromatic Colors of #EC1844
Black with #EC1844
Text Example
Text Example
White with #EC1844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1844; }
p { color: rgb(236,24,68); }
H1.HeaderClassName
{
color: #EC1844;
}
.AnyTagClassName
{
color: #EC1844;
}
</style>
background-color css
<style>
a { background-color: #EC1844; }
a { background-color: rgb(236,24,68); }
div.DivClassName
{
background-color: #EC1844;
}
.BgClassName
{
background-color: #EC1844;
}
</style>
border-color css
<style>
span { border-color: #EC1844; }
span { border-color: rgb(236,24,68); }
td.TdClassName
{
border-color: #EC1844;
}
.TagClassName
{
border-color: #EC1844;
}
</style>