Shades of Cinnabar #EA4E28
Tints of Cinnabar #EA4E28
RGB
CMYK
RGB Variations
Color information
#EA4E28 (or 0xEA4E28) is known color: Cinnabar. HEX triplet: EA, 4E and 28. RGB value is (234,78,40). Sum of RGB (Red+Green+Blue) = 234+78+40=352 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.48% from 352); Green value is 78 (30.86% from 255 or 22.16% from 352); Blue value is 40 (16.02% from 255 or 11.36% from 352); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4E28 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA4E28 is #15B1D7. Grayscale: #787878. Windows color (decimal): -1421784 or 2641642. OLE color: 2641642.
HSL color Cylindrical-coordinate representation of color #EA4E28: hue angle of 11.75º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EA4E28 is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 78 | 40 | - |
| CMYK | 0 | 0.67 | 0.83 | 0.08 |
| HSL | 11.75º | 0.82% | 0.54% | - |
| HSV(B) | 11.75º | 0.83% | 0.92% | - |
| XYZ | 37.04 | 23.09 | 4.51 | - |
| YUV | 120.31 | 82.68 | 209.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 78 | 40 | 0 | 0.67 | 0.83 | 0.08 | 11.75 | 0.82 | 0.54 |
| Hex | EA | 4E | 28 | 0 | 43 | 53 | 8 | C | 52 | 36 |
| Octal | 352 | 116 | 50 | 0 | 103 | 123 | 10 | 14 | 122 | 66 |
| Binary | 11101010 | 1001110 | 101000 | 0 | 1000011 | 1010011 | 1000 | 1100 | 1010010 | 110110 |
Color Harmonies of #EA4E28
Complementary color
Monochromatic Colors of #EA4E28
Black with #EA4E28
Text Example
Text Example
White with #EA4E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4E28; }
p { color: rgb(234,78,40); }
H1.HeaderClassName
{
color: #EA4E28;
}
.AnyTagClassName
{
color: #EA4E28;
}
</style>
background-color css
<style>
a { background-color: #EA4E28; }
a { background-color: rgb(234,78,40); }
div.DivClassName
{
background-color: #EA4E28;
}
.BgClassName
{
background-color: #EA4E28;
}
</style>
border-color css
<style>
span { border-color: #EA4E28; }
span { border-color: rgb(234,78,40); }
td.TdClassName
{
border-color: #EA4E28;
}
.TagClassName
{
border-color: #EA4E28;
}
</style>