Shades of Cinnabar #EC3E18
Tints of Cinnabar #EC3E18
RGB
CMYK
RGB Variations
Color information
#EC3E18 (or 0xEC3E18) is known color: Cinnabar. HEX triplet: EC, 3E and 18. RGB value is (236,62,24). Sum of RGB (Red+Green+Blue) = 236+62+24=322 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.29% from 322); Green value is 62 (24.61% from 255 or 19.25% from 322); Blue value is 24 (9.77% from 255 or 7.45% from 322); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3E18 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3E18 is #13C1E7. Grayscale: #6E6E6E. Windows color (decimal): -1294824 or 1588972. OLE color: 1588972.
HSL color Cylindrical-coordinate representation of color #EC3E18: hue angle of 10.75º 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 #EC3E18 is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 62 | 24 | - |
| CMYK | 0 | 0.74 | 0.90 | 0.07 |
| HSL | 10.75º | 0.85% | 0.51% | - |
| HSV(B) | 10.75º | 0.9% | 0.93% | - |
| XYZ | 36.48 | 21.34 | 3.06 | - |
| YUV | 109.69 | 79.65 | 218.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 62 | 24 | 0 | 0.74 | 0.90 | 0.07 | 10.75 | 0.85 | 0.51 |
| Hex | EC | 3E | 18 | 0 | 4A | 5A | 7 | B | 55 | 33 |
| Octal | 354 | 76 | 30 | 0 | 112 | 132 | 7 | 13 | 125 | 63 |
| Binary | 11101100 | 111110 | 11000 | 0 | 1001010 | 1011010 | 111 | 1011 | 1010101 | 110011 |
Color Harmonies of #EC3E18
Complementary color
Monochromatic Colors of #EC3E18
Black with #EC3E18
Text Example
Text Example
White with #EC3E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3E18; }
p { color: rgb(236,62,24); }
H1.HeaderClassName
{
color: #EC3E18;
}
.AnyTagClassName
{
color: #EC3E18;
}
</style>
background-color css
<style>
a { background-color: #EC3E18; }
a { background-color: rgb(236,62,24); }
div.DivClassName
{
background-color: #EC3E18;
}
.BgClassName
{
background-color: #EC3E18;
}
</style>
border-color css
<style>
span { border-color: #EC3E18; }
span { border-color: rgb(236,62,24); }
td.TdClassName
{
border-color: #EC3E18;
}
.TagClassName
{
border-color: #EC3E18;
}
</style>