Shades of Cinnabar #EC4219
Tints of Cinnabar #EC4219
RGB
CMYK
RGB Variations
Color information
#EC4219 (or 0xEC4219) is known color: Cinnabar. HEX triplet: EC, 42 and 19. RGB value is (236,66,25). Sum of RGB (Red+Green+Blue) = 236+66+25=327 (43% of max value = 765). Red value is 236 (92.58% from 255 or 72.17% from 327); Green value is 66 (26.17% from 255 or 20.18% from 327); Blue value is 25 (10.16% from 255 or 7.65% from 327); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4219 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC4219 is #13BDE6. Grayscale: #707070. Windows color (decimal): -1293799 or 1655532. OLE color: 1655532.
HSL color Cylindrical-coordinate representation of color #EC4219: hue angle of 11.66º 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 #EC4219 is Cyan = 0, Magento = 0.72, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 66 | 25 | - |
| CMYK | 0 | 0.72 | 0.89 | 0.07 |
| HSL | 11.66º | 0.85% | 0.51% | - |
| HSV(B) | 11.66º | 0.89% | 0.93% | - |
| XYZ | 36.72 | 21.8 | 3.19 | - |
| YUV | 112.16 | 78.82 | 216.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 66 | 25 | 0 | 0.72 | 0.89 | 0.07 | 11.66 | 0.85 | 0.51 |
| Hex | EC | 42 | 19 | 0 | 48 | 59 | 7 | C | 55 | 33 |
| Octal | 354 | 102 | 31 | 0 | 110 | 131 | 7 | 14 | 125 | 63 |
| Binary | 11101100 | 1000010 | 11001 | 0 | 1001000 | 1011001 | 111 | 1100 | 1010101 | 110011 |
Color Harmonies of #EC4219
Complementary color
Monochromatic Colors of #EC4219
Black with #EC4219
Text Example
Text Example
White with #EC4219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4219; }
p { color: rgb(236,66,25); }
H1.HeaderClassName
{
color: #EC4219;
}
.AnyTagClassName
{
color: #EC4219;
}
</style>
background-color css
<style>
a { background-color: #EC4219; }
a { background-color: rgb(236,66,25); }
div.DivClassName
{
background-color: #EC4219;
}
.BgClassName
{
background-color: #EC4219;
}
</style>
border-color css
<style>
span { border-color: #EC4219; }
span { border-color: rgb(236,66,25); }
td.TdClassName
{
border-color: #EC4219;
}
.TagClassName
{
border-color: #EC4219;
}
</style>