Shades of Cinnabar #EA3C16
Tints of Cinnabar #EA3C16
RGB
CMYK
RGB Variations
Color information
#EA3C16 (or 0xEA3C16) is known color: Cinnabar. HEX triplet: EA, 3C and 16. RGB value is (234,60,22). Sum of RGB (Red+Green+Blue) = 234+60+22=316 (41% of max value = 765). Red value is 234 (91.80% from 255 or 74.05% from 316); Green value is 60 (23.83% from 255 or 18.99% from 316); Blue value is 22 (8.98% from 255 or 6.96% from 316); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3C16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA3C16 is #15C3E9. Grayscale: #6C6C6C. Windows color (decimal): -1426410 or 1457386. OLE color: 1457386.
HSL color Cylindrical-coordinate representation of color #EA3C16: hue angle of 10.75º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EA3C16 is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 60 | 22 | - |
| CMYK | 0 | 0.74 | 0.91 | 0.08 |
| HSL | 10.75º | 0.83% | 0.5% | - |
| HSV(B) | 10.75º | 0.91% | 0.92% | - |
| XYZ | 35.69 | 20.78 | 2.89 | - |
| YUV | 107.69 | 79.65 | 218.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 60 | 22 | 0 | 0.74 | 0.91 | 0.08 | 10.75 | 0.83 | 0.5 |
| Hex | EA | 3C | 16 | 0 | 4A | 5B | 8 | B | 53 | 32 |
| Octal | 352 | 74 | 26 | 0 | 112 | 133 | 10 | 13 | 123 | 62 |
| Binary | 11101010 | 111100 | 10110 | 0 | 1001010 | 1011011 | 1000 | 1011 | 1010011 | 110010 |
Color Harmonies of #EA3C16
Complementary color
Monochromatic Colors of #EA3C16
Black with #EA3C16
Text Example
Text Example
White with #EA3C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3C16; }
p { color: rgb(234,60,22); }
H1.HeaderClassName
{
color: #EA3C16;
}
.AnyTagClassName
{
color: #EA3C16;
}
</style>
background-color css
<style>
a { background-color: #EA3C16; }
a { background-color: rgb(234,60,22); }
div.DivClassName
{
background-color: #EA3C16;
}
.BgClassName
{
background-color: #EA3C16;
}
</style>
border-color css
<style>
span { border-color: #EA3C16; }
span { border-color: rgb(234,60,22); }
td.TdClassName
{
border-color: #EA3C16;
}
.TagClassName
{
border-color: #EA3C16;
}
</style>