Shades of Cinnabar #E85632
Tints of Cinnabar #E85632
RGB
CMYK
RGB Variations
Color information
#E85632 (or 0xE85632) is known color: Cinnabar. HEX triplet: E8, 56 and 32. RGB value is (232,86,50). Sum of RGB (Red+Green+Blue) = 232+86+50=368 (48% of max value = 765). Red value is 232 (91.02% from 255 or 63.04% from 368); Green value is 86 (33.98% from 255 or 23.37% from 368); Blue value is 50 (19.92% from 255 or 13.59% from 368); Max value from RGB is 232 - color contains mainly: red. Hex color #E85632 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E85632 is #17A9CD. Grayscale: #7D7D7D. Windows color (decimal): -1550798 or 3299048. OLE color: 3299048.
HSL color Cylindrical-coordinate representation of color #E85632: hue angle of 11.87º 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 #E85632 is Cyan = 0, Magento = 0.63, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 86 | 50 | - |
| CMYK | 0 | 0.63 | 0.78 | 0.09 |
| HSL | 11.87º | 0.8% | 0.55% | - |
| HSV(B) | 11.87º | 0.78% | 0.91% | - |
| XYZ | 37.18 | 24.04 | 5.7 | - |
| YUV | 125.55 | 85.37 | 203.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 86 | 50 | 0 | 0.63 | 0.78 | 0.09 | 11.87 | 0.8 | 0.55 |
| Hex | E8 | 56 | 32 | 0 | 3F | 4E | 9 | C | 50 | 37 |
| Octal | 350 | 126 | 62 | 0 | 77 | 116 | 11 | 14 | 120 | 67 |
| Binary | 11101000 | 1010110 | 110010 | 0 | 111111 | 1001110 | 1001 | 1100 | 1010000 | 110111 |
Color Harmonies of #E85632
Complementary color
Monochromatic Colors of #E85632
Black with #E85632
Text Example
Text Example
White with #E85632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85632; }
p { color: rgb(232,86,50); }
H1.HeaderClassName
{
color: #E85632;
}
.AnyTagClassName
{
color: #E85632;
}
</style>
background-color css
<style>
a { background-color: #E85632; }
a { background-color: rgb(232,86,50); }
div.DivClassName
{
background-color: #E85632;
}
.BgClassName
{
background-color: #E85632;
}
</style>
border-color css
<style>
span { border-color: #E85632; }
span { border-color: rgb(232,86,50); }
td.TdClassName
{
border-color: #E85632;
}
.TagClassName
{
border-color: #E85632;
}
</style>