Shades of Cinnabar #E84932
Tints of Cinnabar #E84932
RGB
CMYK
RGB Variations
Color information
#E84932 (or 0xE84932) is known color: Cinnabar. HEX triplet: E8, 49 and 32. RGB value is (232,73,50). Sum of RGB (Red+Green+Blue) = 232+73+50=355 (47% of max value = 765). Red value is 232 (91.02% from 255 or 65.35% from 355); Green value is 73 (28.91% from 255 or 20.56% from 355); Blue value is 50 (19.92% from 255 or 14.08% from 355); Max value from RGB is 232 - color contains mainly: red. Hex color #E84932 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E84932 is #17B6CD. Grayscale: #767676. Windows color (decimal): -1554126 or 3295720. OLE color: 3295720.
HSL color Cylindrical-coordinate representation of color #E84932: hue angle of 7.58º 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 #E84932 is Cyan = 0, Magento = 0.69, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 73 | 50 | - |
| CMYK | 0 | 0.69 | 0.78 | 0.09 |
| HSL | 7.58º | 0.8% | 0.55% | - |
| HSV(B) | 7.58º | 0.78% | 0.91% | - |
| XYZ | 36.24 | 22.15 | 5.38 | - |
| YUV | 117.92 | 89.68 | 209.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 73 | 50 | 0 | 0.69 | 0.78 | 0.09 | 7.58 | 0.8 | 0.55 |
| Hex | E8 | 49 | 32 | 0 | 45 | 4E | 9 | 8 | 50 | 37 |
| Octal | 350 | 111 | 62 | 0 | 105 | 116 | 11 | 10 | 120 | 67 |
| Binary | 11101000 | 1001001 | 110010 | 0 | 1000101 | 1001110 | 1001 | 1000 | 1010000 | 110111 |
Color Harmonies of #E84932
Complementary color
Monochromatic Colors of #E84932
Black with #E84932
Text Example
Text Example
White with #E84932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E84932; }
p { color: rgb(232,73,50); }
H1.HeaderClassName
{
color: #E84932;
}
.AnyTagClassName
{
color: #E84932;
}
</style>
background-color css
<style>
a { background-color: #E84932; }
a { background-color: rgb(232,73,50); }
div.DivClassName
{
background-color: #E84932;
}
.BgClassName
{
background-color: #E84932;
}
</style>
border-color css
<style>
span { border-color: #E84932; }
span { border-color: rgb(232,73,50); }
td.TdClassName
{
border-color: #E84932;
}
.TagClassName
{
border-color: #E84932;
}
</style>