Shades of Cinnabar #EA4E27
Tints of Cinnabar #EA4E27
RGB
CMYK
RGB Variations
Color information
#EA4E27 (or 0xEA4E27) is known color: Cinnabar. HEX triplet: EA, 4E and 27. RGB value is (234,78,39). Sum of RGB (Red+Green+Blue) = 234+78+39=351 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.67% from 351); Green value is 78 (30.86% from 255 or 22.22% from 351); Blue value is 39 (15.62% from 255 or 11.11% from 351); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4E27 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA4E27 is #15B1D8. Grayscale: #787878. Windows color (decimal): -1421785 or 2576106. OLE color: 2576106.
HSL color Cylindrical-coordinate representation of color #EA4E27: hue angle of 12º 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 #EA4E27 is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 78 | 39 | - |
| CMYK | 0 | 0.67 | 0.83 | 0.08 |
| HSL | 12º | 0.82% | 0.54% | - |
| HSV(B) | 12º | 0.83% | 0.92% | - |
| XYZ | 37.02 | 23.09 | 4.42 | - |
| YUV | 120.2 | 82.18 | 209.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 78 | 39 | 0 | 0.67 | 0.83 | 0.08 | 12 | 0.82 | 0.54 |
| Hex | EA | 4E | 27 | 0 | 43 | 53 | 8 | C | 52 | 36 |
| Octal | 352 | 116 | 47 | 0 | 103 | 123 | 10 | 14 | 122 | 66 |
| Binary | 11101010 | 1001110 | 100111 | 0 | 1000011 | 1010011 | 1000 | 1100 | 1010010 | 110110 |
Color Harmonies of #EA4E27
Complementary color
Monochromatic Colors of #EA4E27
Black with #EA4E27
Text Example
Text Example
White with #EA4E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4E27; }
p { color: rgb(234,78,39); }
H1.HeaderClassName
{
color: #EA4E27;
}
.AnyTagClassName
{
color: #EA4E27;
}
</style>
background-color css
<style>
a { background-color: #EA4E27; }
a { background-color: rgb(234,78,39); }
div.DivClassName
{
background-color: #EA4E27;
}
.BgClassName
{
background-color: #EA4E27;
}
</style>
border-color css
<style>
span { border-color: #EA4E27; }
span { border-color: rgb(234,78,39); }
td.TdClassName
{
border-color: #EA4E27;
}
.TagClassName
{
border-color: #EA4E27;
}
</style>