Shades of Cinnabar #E84832
Tints of Cinnabar #E84832
RGB
CMYK
RGB Variations
Color information
#E84832 (or 0xE84832) is known color: Cinnabar. HEX triplet: E8, 48 and 32. RGB value is (232,72,50). Sum of RGB (Red+Green+Blue) = 232+72+50=354 (46% of max value = 765). Red value is 232 (91.02% from 255 or 65.54% from 354); Green value is 72 (28.52% from 255 or 20.34% from 354); Blue value is 50 (19.92% from 255 or 14.12% from 354); Max value from RGB is 232 - color contains mainly: red. Hex color #E84832 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E84832 is #17B7CD. Grayscale: #757575. Windows color (decimal): -1554382 or 3295464. OLE color: 3295464.
HSL color Cylindrical-coordinate representation of color #E84832: hue angle of 7.25º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E84832 is Cyan = 0, Magento = 0.69, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 72 | 50 | - |
| CMYK | 0 | 0.69 | 0.78 | 0.09 |
| HSL | 7.25º | 0.8% | 0.55% | - |
| HSV(B) | 7.25º | 0.78% | 0.91% | - |
| XYZ | 36.17 | 22.02 | 5.36 | - |
| YUV | 117.33 | 90.01 | 209.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 72 | 50 | 0 | 0.69 | 0.78 | 0.09 | 7.25 | 0.8 | 0.55 |
| Hex | E8 | 48 | 32 | 0 | 45 | 4E | 9 | 7 | 50 | 37 |
| Octal | 350 | 110 | 62 | 0 | 105 | 116 | 11 | 7 | 120 | 67 |
| Binary | 11101000 | 1001000 | 110010 | 0 | 1000101 | 1001110 | 1001 | 111 | 1010000 | 110111 |
Color Harmonies of #E84832
Complementary color
Monochromatic Colors of #E84832
Black with #E84832
Text Example
Text Example
White with #E84832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E84832; }
p { color: rgb(232,72,50); }
H1.HeaderClassName
{
color: #E84832;
}
.AnyTagClassName
{
color: #E84832;
}
</style>
background-color css
<style>
a { background-color: #E84832; }
a { background-color: rgb(232,72,50); }
div.DivClassName
{
background-color: #E84832;
}
.BgClassName
{
background-color: #E84832;
}
</style>
border-color css
<style>
span { border-color: #E84832; }
span { border-color: rgb(232,72,50); }
td.TdClassName
{
border-color: #E84832;
}
.TagClassName
{
border-color: #E84832;
}
</style>