Shades of Cinnabar #EA4519
Tints of Cinnabar #EA4519
RGB
CMYK
RGB Variations
Color information
#EA4519 (or 0xEA4519) is known color: Cinnabar. HEX triplet: EA, 45 and 19. RGB value is (234,69,25). Sum of RGB (Red+Green+Blue) = 234+69+25=328 (43% of max value = 765). Red value is 234 (91.80% from 255 or 71.34% from 328); Green value is 69 (27.34% from 255 or 21.04% from 328); Blue value is 25 (10.16% from 255 or 7.62% from 328); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4519 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA4519 is #15BAE6. Grayscale: #717171. Windows color (decimal): -1424103 or 1656298. OLE color: 1656298.
HSL color Cylindrical-coordinate representation of color #EA4519: hue angle of 12.63º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EA4519 is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 69 | 25 | - |
| CMYK | 0 | 0.71 | 0.89 | 0.08 |
| HSL | 12.63º | 0.83% | 0.51% | - |
| HSV(B) | 12.63º | 0.89% | 0.92% | - |
| XYZ | 36.24 | 21.82 | 3.22 | - |
| YUV | 113.32 | 78.16 | 214.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 69 | 25 | 0 | 0.71 | 0.89 | 0.08 | 12.63 | 0.83 | 0.51 |
| Hex | EA | 45 | 19 | 0 | 47 | 59 | 8 | D | 53 | 33 |
| Octal | 352 | 105 | 31 | 0 | 107 | 131 | 10 | 15 | 123 | 63 |
| Binary | 11101010 | 1000101 | 11001 | 0 | 1000111 | 1011001 | 1000 | 1101 | 1010011 | 110011 |
Color Harmonies of #EA4519
Complementary color
Monochromatic Colors of #EA4519
Black with #EA4519
Text Example
Text Example
White with #EA4519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4519; }
p { color: rgb(234,69,25); }
H1.HeaderClassName
{
color: #EA4519;
}
.AnyTagClassName
{
color: #EA4519;
}
</style>
background-color css
<style>
a { background-color: #EA4519; }
a { background-color: rgb(234,69,25); }
div.DivClassName
{
background-color: #EA4519;
}
.BgClassName
{
background-color: #EA4519;
}
</style>
border-color css
<style>
span { border-color: #EA4519; }
span { border-color: rgb(234,69,25); }
td.TdClassName
{
border-color: #EA4519;
}
.TagClassName
{
border-color: #EA4519;
}
</style>