Shades of Cinnabar #EC4218
Tints of Cinnabar #EC4218
RGB
CMYK
RGB Variations
Color information
#EC4218 (or 0xEC4218) is known color: Cinnabar. HEX triplet: EC, 42 and 18. RGB value is (236,66,24). Sum of RGB (Red+Green+Blue) = 236+66+24=326 (43% of max value = 765). Red value is 236 (92.58% from 255 or 72.39% from 326); Green value is 66 (26.17% from 255 or 20.25% from 326); Blue value is 24 (9.77% from 255 or 7.36% from 326); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4218 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC4218 is #13BDE7. Grayscale: #707070. Windows color (decimal): -1293800 or 1589996. OLE color: 1589996.
HSL color Cylindrical-coordinate representation of color #EC4218: hue angle of 11.89º 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 #EC4218 is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 66 | 24 | - |
| CMYK | 0 | 0.72 | 0.90 | 0.07 |
| HSL | 11.89º | 0.85% | 0.51% | - |
| HSV(B) | 11.89º | 0.9% | 0.93% | - |
| XYZ | 36.71 | 21.8 | 3.14 | - |
| YUV | 112.04 | 78.32 | 216.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 66 | 24 | 0 | 0.72 | 0.90 | 0.07 | 11.89 | 0.85 | 0.51 |
| Hex | EC | 42 | 18 | 0 | 48 | 5A | 7 | C | 55 | 33 |
| Octal | 354 | 102 | 30 | 0 | 110 | 132 | 7 | 14 | 125 | 63 |
| Binary | 11101100 | 1000010 | 11000 | 0 | 1001000 | 1011010 | 111 | 1100 | 1010101 | 110011 |
Color Harmonies of #EC4218
Complementary color
Monochromatic Colors of #EC4218
Black with #EC4218
Text Example
Text Example
White with #EC4218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4218; }
p { color: rgb(236,66,24); }
H1.HeaderClassName
{
color: #EC4218;
}
.AnyTagClassName
{
color: #EC4218;
}
</style>
background-color css
<style>
a { background-color: #EC4218; }
a { background-color: rgb(236,66,24); }
div.DivClassName
{
background-color: #EC4218;
}
.BgClassName
{
background-color: #EC4218;
}
</style>
border-color css
<style>
span { border-color: #EC4218; }
span { border-color: rgb(236,66,24); }
td.TdClassName
{
border-color: #EC4218;
}
.TagClassName
{
border-color: #EC4218;
}
</style>