Shades of Cinnabar #E84022
Tints of Cinnabar #E84022
RGB
CMYK
RGB Variations
Color information
#E84022 (or 0xE84022) is known color: Cinnabar. HEX triplet: E8, 40 and 22. RGB value is (232,64,34). Sum of RGB (Red+Green+Blue) = 232+64+34=330 (43% of max value = 765). Red value is 232 (91.02% from 255 or 70.30% from 330); Green value is 64 (25.39% from 255 or 19.39% from 330); Blue value is 34 (13.67% from 255 or 10.30% from 330); Max value from RGB is 232 - color contains mainly: red. Hex color #E84022 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E84022 is #17BFDD. Grayscale: #6F6F6F. Windows color (decimal): -1556446 or 2244840. OLE color: 2244840.
HSL color Cylindrical-coordinate representation of color #E84022: hue angle of 9.09º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E84022 is Cyan = 0, Magento = 0.72, Yellow = 0.85 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 64 | 34 | - |
| CMYK | 0 | 0.72 | 0.85 | 0.09 |
| HSL | 9.09º | 0.81% | 0.52% | - |
| HSV(B) | 9.09º | 0.85% | 0.91% | - |
| XYZ | 35.4 | 20.94 | 3.69 | - |
| YUV | 110.81 | 84.66 | 214.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 64 | 34 | 0 | 0.72 | 0.85 | 0.09 | 9.09 | 0.81 | 0.52 |
| Hex | E8 | 40 | 22 | 0 | 48 | 55 | 9 | 9 | 51 | 34 |
| Octal | 350 | 100 | 42 | 0 | 110 | 125 | 11 | 11 | 121 | 64 |
| Binary | 11101000 | 1000000 | 100010 | 0 | 1001000 | 1010101 | 1001 | 1001 | 1010001 | 110100 |
Color Harmonies of #E84022
Complementary color
Monochromatic Colors of #E84022
Black with #E84022
Text Example
Text Example
White with #E84022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E84022; }
p { color: rgb(232,64,34); }
H1.HeaderClassName
{
color: #E84022;
}
.AnyTagClassName
{
color: #E84022;
}
</style>
background-color css
<style>
a { background-color: #E84022; }
a { background-color: rgb(232,64,34); }
div.DivClassName
{
background-color: #E84022;
}
.BgClassName
{
background-color: #E84022;
}
</style>
border-color css
<style>
span { border-color: #E84022; }
span { border-color: rgb(232,64,34); }
td.TdClassName
{
border-color: #E84022;
}
.TagClassName
{
border-color: #E84022;
}
</style>