Shades of Cinnabar #E84520
Tints of Cinnabar #E84520
RGB
CMYK
RGB Variations
Color information
#E84520 (or 0xE84520) is known color: Cinnabar. HEX triplet: E8, 45 and 20. RGB value is (232,69,32). Sum of RGB (Red+Green+Blue) = 232+69+32=333 (44% of max value = 765). Red value is 232 (91.02% from 255 or 69.67% from 333); Green value is 69 (27.34% from 255 or 20.72% from 333); Blue value is 32 (12.89% from 255 or 9.61% from 333); Max value from RGB is 232 - color contains mainly: red. Hex color #E84520 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E84520 is #17BADF. Grayscale: #717171. Windows color (decimal): -1555168 or 2115048. OLE color: 2115048.
HSL color Cylindrical-coordinate representation of color #E84520: hue angle of 11.1º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E84520 is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 69 | 32 | - |
| CMYK | 0 | 0.70 | 0.86 | 0.09 |
| HSL | 11.1º | 0.81% | 0.52% | - |
| HSV(B) | 11.1º | 0.86% | 0.91% | - |
| XYZ | 35.67 | 21.52 | 3.64 | - |
| YUV | 113.52 | 82 | 212.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 69 | 32 | 0 | 0.70 | 0.86 | 0.09 | 11.1 | 0.81 | 0.52 |
| Hex | E8 | 45 | 20 | 0 | 46 | 56 | 9 | B | 51 | 34 |
| Octal | 350 | 105 | 40 | 0 | 106 | 126 | 11 | 13 | 121 | 64 |
| Binary | 11101000 | 1000101 | 100000 | 0 | 1000110 | 1010110 | 1001 | 1011 | 1010001 | 110100 |
Color Harmonies of #E84520
Complementary color
Monochromatic Colors of #E84520
Black with #E84520
Text Example
Text Example
White with #E84520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E84520; }
p { color: rgb(232,69,32); }
H1.HeaderClassName
{
color: #E84520;
}
.AnyTagClassName
{
color: #E84520;
}
</style>
background-color css
<style>
a { background-color: #E84520; }
a { background-color: rgb(232,69,32); }
div.DivClassName
{
background-color: #E84520;
}
.BgClassName
{
background-color: #E84520;
}
</style>
border-color css
<style>
span { border-color: #E84520; }
span { border-color: rgb(232,69,32); }
td.TdClassName
{
border-color: #E84520;
}
.TagClassName
{
border-color: #E84520;
}
</style>