Shades of Cinnabar #E84018
Tints of Cinnabar #E84018
RGB
CMYK
RGB Variations
Color information
#E84018 (or 0xE84018) is known color: Cinnabar. HEX triplet: E8, 40 and 18. RGB value is (232,64,24). Sum of RGB (Red+Green+Blue) = 232+64+24=320 (42% of max value = 765). Red value is 232 (91.02% from 255 or 72.5% from 320); Green value is 64 (25.39% from 255 or 20% from 320); Blue value is 24 (9.77% from 255 or 7.5% from 320); Max value from RGB is 232 - color contains mainly: red. Hex color #E84018 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E84018 is #17BFE7. Grayscale: #6D6D6D. Windows color (decimal): -1556456 or 1589480. OLE color: 1589480.
HSL color Cylindrical-coordinate representation of color #E84018: hue angle of 11.54º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E84018 is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 64 | 24 | - |
| CMYK | 0 | 0.72 | 0.90 | 0.09 |
| HSL | 11.54º | 0.82% | 0.5% | - |
| HSV(B) | 11.54º | 0.9% | 0.91% | - |
| XYZ | 35.28 | 20.89 | 3.04 | - |
| YUV | 109.67 | 79.66 | 215.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 64 | 24 | 0 | 0.72 | 0.90 | 0.09 | 11.54 | 0.82 | 0.5 |
| Hex | E8 | 40 | 18 | 0 | 48 | 5A | 9 | C | 52 | 32 |
| Octal | 350 | 100 | 30 | 0 | 110 | 132 | 11 | 14 | 122 | 62 |
| Binary | 11101000 | 1000000 | 11000 | 0 | 1001000 | 1011010 | 1001 | 1100 | 1010010 | 110010 |
Color Harmonies of #E84018
Complementary color
Monochromatic Colors of #E84018
Black with #E84018
Text Example
Text Example
White with #E84018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E84018; }
p { color: rgb(232,64,24); }
H1.HeaderClassName
{
color: #E84018;
}
.AnyTagClassName
{
color: #E84018;
}
</style>
background-color css
<style>
a { background-color: #E84018; }
a { background-color: rgb(232,64,24); }
div.DivClassName
{
background-color: #E84018;
}
.BgClassName
{
background-color: #E84018;
}
</style>
border-color css
<style>
span { border-color: #E84018; }
span { border-color: rgb(232,64,24); }
td.TdClassName
{
border-color: #E84018;
}
.TagClassName
{
border-color: #E84018;
}
</style>