Shades of Crimson #EC1244
Tints of Crimson #EC1244
RGB
CMYK
RGB Variations
Color information
#EC1244 (or 0xEC1244) is known color: Crimson. HEX triplet: EC, 12 and 44. RGB value is (236,18,68). Sum of RGB (Red+Green+Blue) = 236+18+68=322 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.29% from 322); Green value is 18 (7.42% from 255 or 5.59% from 322); Blue value is 68 (26.95% from 255 or 21.12% from 322); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1244 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1244 is #13EDBB. Grayscale: #585858. Windows color (decimal): -1306044 or 4461292. OLE color: 4461292.
HSL color Cylindrical-coordinate representation of color #EC1244: hue angle of 346.24º degrees, saturation: 0.86, 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 #EC1244 is Cyan = 0, Magento = 0.92, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 18 | 68 | - |
| CMYK | 0 | 0.92 | 0.71 | 0.07 |
| HSL | 346.24º | 0.86% | 0.5% | - |
| HSV(B) | 346.24º | 0.92% | 0.93% | - |
| XYZ | 35.85 | 18.68 | 7.19 | - |
| YUV | 88.88 | 116.22 | 232.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 18 | 68 | 0 | 0.92 | 0.71 | 0.07 | 346.24 | 0.86 | 0.5 |
| Hex | EC | 12 | 44 | 0 | 5C | 47 | 7 | 15A | 56 | 32 |
| Octal | 354 | 22 | 104 | 0 | 134 | 107 | 7 | 532 | 126 | 62 |
| Binary | 11101100 | 10010 | 1000100 | 0 | 1011100 | 1000111 | 111 | 101011010 | 1010110 | 110010 |
Color Harmonies of #EC1244
Complementary color
Monochromatic Colors of #EC1244
Black with #EC1244
Text Example
Text Example
White with #EC1244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1244; }
p { color: rgb(236,18,68); }
H1.HeaderClassName
{
color: #EC1244;
}
.AnyTagClassName
{
color: #EC1244;
}
</style>
background-color css
<style>
a { background-color: #EC1244; }
a { background-color: rgb(236,18,68); }
div.DivClassName
{
background-color: #EC1244;
}
.BgClassName
{
background-color: #EC1244;
}
</style>
border-color css
<style>
span { border-color: #EC1244; }
span { border-color: rgb(236,18,68); }
td.TdClassName
{
border-color: #EC1244;
}
.TagClassName
{
border-color: #EC1244;
}
</style>