Shades of Cinnabar #E85237
Tints of Cinnabar #E85237
RGB
CMYK
RGB Variations
Color information
#E85237 (or 0xE85237) is known color: Cinnabar. HEX triplet: E8, 52 and 37. RGB value is (232,82,55). Sum of RGB (Red+Green+Blue) = 232+82+55=369 (48% of max value = 765). Red value is 232 (91.02% from 255 or 62.87% from 369); Green value is 82 (32.42% from 255 or 22.22% from 369); Blue value is 55 (21.88% from 255 or 14.91% from 369); Max value from RGB is 232 - color contains mainly: red. Hex color #E85237 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E85237 is #17ADC8. Grayscale: #7C7C7C. Windows color (decimal): -1551817 or 3625704. OLE color: 3625704.
HSL color Cylindrical-coordinate representation of color #E85237: hue angle of 9.15º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E85237 is Cyan = 0, Magento = 0.65, Yellow = 0.76 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 82 | 55 | - |
| CMYK | 0 | 0.65 | 0.76 | 0.09 |
| HSL | 9.15º | 0.79% | 0.56% | - |
| HSV(B) | 9.15º | 0.76% | 0.91% | - |
| XYZ | 36.99 | 23.47 | 6.19 | - |
| YUV | 123.77 | 89.2 | 205.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 82 | 55 | 0 | 0.65 | 0.76 | 0.09 | 9.15 | 0.79 | 0.56 |
| Hex | E8 | 52 | 37 | 0 | 41 | 4C | 9 | 9 | 4F | 38 |
| Octal | 350 | 122 | 67 | 0 | 101 | 114 | 11 | 11 | 117 | 70 |
| Binary | 11101000 | 1010010 | 110111 | 0 | 1000001 | 1001100 | 1001 | 1001 | 1001111 | 111000 |
Color Harmonies of #E85237
Complementary color
Monochromatic Colors of #E85237
Black with #E85237
Text Example
Text Example
White with #E85237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85237; }
p { color: rgb(232,82,55); }
H1.HeaderClassName
{
color: #E85237;
}
.AnyTagClassName
{
color: #E85237;
}
</style>
background-color css
<style>
a { background-color: #E85237; }
a { background-color: rgb(232,82,55); }
div.DivClassName
{
background-color: #E85237;
}
.BgClassName
{
background-color: #E85237;
}
</style>
border-color css
<style>
span { border-color: #E85237; }
span { border-color: rgb(232,82,55); }
td.TdClassName
{
border-color: #E85237;
}
.TagClassName
{
border-color: #E85237;
}
</style>