Shades of Cinnabar #E85132
Tints of Cinnabar #E85132
RGB
CMYK
RGB Variations
Color information
#E85132 (or 0xE85132) is known color: Cinnabar. HEX triplet: E8, 51 and 32. RGB value is (232,81,50). Sum of RGB (Red+Green+Blue) = 232+81+50=363 (48% of max value = 765). Red value is 232 (91.02% from 255 or 63.91% from 363); Green value is 81 (32.03% from 255 or 22.31% from 363); Blue value is 50 (19.92% from 255 or 13.77% from 363); Max value from RGB is 232 - color contains mainly: red. Hex color #E85132 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E85132 is #17AECD. Grayscale: #7A7A7A. Windows color (decimal): -1552078 or 3297768. OLE color: 3297768.
HSL color Cylindrical-coordinate representation of color #E85132: hue angle of 10.22º 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 #E85132 is Cyan = 0, Magento = 0.65, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 81 | 50 | - |
| CMYK | 0 | 0.65 | 0.78 | 0.09 |
| HSL | 10.22º | 0.8% | 0.55% | - |
| HSV(B) | 10.22º | 0.78% | 0.91% | - |
| XYZ | 36.8 | 23.27 | 5.57 | - |
| YUV | 122.62 | 87.03 | 206.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 81 | 50 | 0 | 0.65 | 0.78 | 0.09 | 10.22 | 0.8 | 0.55 |
| Hex | E8 | 51 | 32 | 0 | 41 | 4E | 9 | A | 50 | 37 |
| Octal | 350 | 121 | 62 | 0 | 101 | 116 | 11 | 12 | 120 | 67 |
| Binary | 11101000 | 1010001 | 110010 | 0 | 1000001 | 1001110 | 1001 | 1010 | 1010000 | 110111 |
Color Harmonies of #E85132
Complementary color
Monochromatic Colors of #E85132
Black with #E85132
Text Example
Text Example
White with #E85132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85132; }
p { color: rgb(232,81,50); }
H1.HeaderClassName
{
color: #E85132;
}
.AnyTagClassName
{
color: #E85132;
}
</style>
background-color css
<style>
a { background-color: #E85132; }
a { background-color: rgb(232,81,50); }
div.DivClassName
{
background-color: #E85132;
}
.BgClassName
{
background-color: #E85132;
}
</style>
border-color css
<style>
span { border-color: #E85132; }
span { border-color: rgb(232,81,50); }
td.TdClassName
{
border-color: #E85132;
}
.TagClassName
{
border-color: #E85132;
}
</style>