Shades of Cinnabar #E84934
Tints of Cinnabar #E84934
RGB
CMYK
RGB Variations
Color information
#E84934 (or 0xE84934) is known color: Cinnabar. HEX triplet: E8, 49 and 34. RGB value is (232,73,52). Sum of RGB (Red+Green+Blue) = 232+73+52=357 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.99% from 357); Green value is 73 (28.91% from 255 or 20.45% from 357); Blue value is 52 (20.70% from 255 or 14.57% from 357); Max value from RGB is 232 - color contains mainly: red. Hex color #E84934 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E84934 is #17B6CB. Grayscale: #767676. Windows color (decimal): -1554124 or 3426792. OLE color: 3426792.
HSL color Cylindrical-coordinate representation of color #E84934: hue angle of 7º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E84934 is Cyan = 0, Magento = 0.69, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 73 | 52 | - |
| CMYK | 0 | 0.69 | 0.78 | 0.09 |
| HSL | 7º | 0.8% | 0.56% | - |
| HSV(B) | 7º | 0.78% | 0.91% | - |
| XYZ | 36.28 | 22.17 | 5.62 | - |
| YUV | 118.15 | 90.68 | 209.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 73 | 52 | 0 | 0.69 | 0.78 | 0.09 | 7 | 0.8 | 0.56 |
| Hex | E8 | 49 | 34 | 0 | 45 | 4E | 9 | 7 | 50 | 38 |
| Octal | 350 | 111 | 64 | 0 | 105 | 116 | 11 | 7 | 120 | 70 |
| Binary | 11101000 | 1001001 | 110100 | 0 | 1000101 | 1001110 | 1001 | 111 | 1010000 | 111000 |
Color Harmonies of #E84934
Complementary color
Monochromatic Colors of #E84934
Black with #E84934
Text Example
Text Example
White with #E84934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E84934; }
p { color: rgb(232,73,52); }
H1.HeaderClassName
{
color: #E84934;
}
.AnyTagClassName
{
color: #E84934;
}
</style>
background-color css
<style>
a { background-color: #E84934; }
a { background-color: rgb(232,73,52); }
div.DivClassName
{
background-color: #E84934;
}
.BgClassName
{
background-color: #E84934;
}
</style>
border-color css
<style>
span { border-color: #E84934; }
span { border-color: rgb(232,73,52); }
td.TdClassName
{
border-color: #E84934;
}
.TagClassName
{
border-color: #E84934;
}
</style>