Shades of Cinnabar #E84216
Tints of Cinnabar #E84216
RGB
CMYK
RGB Variations
Color information
#E84216 (or 0xE84216) is known color: Cinnabar. HEX triplet: E8, 42 and 16. RGB value is (232,66,22). Sum of RGB (Red+Green+Blue) = 232+66+22=320 (42% of max value = 765). Red value is 232 (91.02% from 255 or 72.5% from 320); Green value is 66 (26.17% from 255 or 20.62% from 320); Blue value is 22 (8.98% from 255 or 6.88% from 320); Max value from RGB is 232 - color contains mainly: red. Hex color #E84216 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E84216 is #17BDE9. Grayscale: #6E6E6E. Windows color (decimal): -1555946 or 1458920. OLE color: 1458920.
HSL color Cylindrical-coordinate representation of color #E84216: hue angle of 12.57º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E84216 is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 66 | 22 | - |
| CMYK | 0 | 0.72 | 0.91 | 0.09 |
| HSL | 12.57º | 0.83% | 0.5% | - |
| HSV(B) | 12.57º | 0.91% | 0.91% | - |
| XYZ | 35.37 | 21.11 | 2.97 | - |
| YUV | 110.62 | 78 | 214.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 66 | 22 | 0 | 0.72 | 0.91 | 0.09 | 12.57 | 0.83 | 0.5 |
| Hex | E8 | 42 | 16 | 0 | 48 | 5B | 9 | D | 53 | 32 |
| Octal | 350 | 102 | 26 | 0 | 110 | 133 | 11 | 15 | 123 | 62 |
| Binary | 11101000 | 1000010 | 10110 | 0 | 1001000 | 1011011 | 1001 | 1101 | 1010011 | 110010 |
Color Harmonies of #E84216
Complementary color
Monochromatic Colors of #E84216
Black with #E84216
Text Example
Text Example
White with #E84216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E84216; }
p { color: rgb(232,66,22); }
H1.HeaderClassName
{
color: #E84216;
}
.AnyTagClassName
{
color: #E84216;
}
</style>
background-color css
<style>
a { background-color: #E84216; }
a { background-color: rgb(232,66,22); }
div.DivClassName
{
background-color: #E84216;
}
.BgClassName
{
background-color: #E84216;
}
</style>
border-color css
<style>
span { border-color: #E84216; }
span { border-color: rgb(232,66,22); }
td.TdClassName
{
border-color: #E84216;
}
.TagClassName
{
border-color: #E84216;
}
</style>