Shades of Cinnabar #E85337
Tints of Cinnabar #E85337
RGB
CMYK
RGB Variations
Color information
#E85337 (or 0xE85337) is known color: Cinnabar. HEX triplet: E8, 53 and 37. RGB value is (232,83,55). Sum of RGB (Red+Green+Blue) = 232+83+55=370 (49% of max value = 765). Red value is 232 (91.02% from 255 or 62.70% from 370); Green value is 83 (32.81% from 255 or 22.43% from 370); Blue value is 55 (21.88% from 255 or 14.86% from 370); Max value from RGB is 232 - color contains mainly: red. Hex color #E85337 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E85337 is #17ACC8. Grayscale: #7C7C7C. Windows color (decimal): -1551561 or 3625960. OLE color: 3625960.
HSL color Cylindrical-coordinate representation of color #E85337: hue angle of 9.49º 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 #E85337 is Cyan = 0, Magento = 0.64, Yellow = 0.76 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 83 | 55 | - |
| CMYK | 0 | 0.64 | 0.76 | 0.09 |
| HSL | 9.49º | 0.79% | 0.56% | - |
| HSV(B) | 9.49º | 0.76% | 0.91% | - |
| XYZ | 37.06 | 23.62 | 6.22 | - |
| YUV | 124.36 | 88.86 | 204.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 83 | 55 | 0 | 0.64 | 0.76 | 0.09 | 9.49 | 0.79 | 0.56 |
| Hex | E8 | 53 | 37 | 0 | 40 | 4C | 9 | 9 | 4F | 38 |
| Octal | 350 | 123 | 67 | 0 | 100 | 114 | 11 | 11 | 117 | 70 |
| Binary | 11101000 | 1010011 | 110111 | 0 | 1000000 | 1001100 | 1001 | 1001 | 1001111 | 111000 |
Color Harmonies of #E85337
Complementary color
Monochromatic Colors of #E85337
Black with #E85337
Text Example
Text Example
White with #E85337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85337; }
p { color: rgb(232,83,55); }
H1.HeaderClassName
{
color: #E85337;
}
.AnyTagClassName
{
color: #E85337;
}
</style>
background-color css
<style>
a { background-color: #E85337; }
a { background-color: rgb(232,83,55); }
div.DivClassName
{
background-color: #E85337;
}
.BgClassName
{
background-color: #E85337;
}
</style>
border-color css
<style>
span { border-color: #E85337; }
span { border-color: rgb(232,83,55); }
td.TdClassName
{
border-color: #E85337;
}
.TagClassName
{
border-color: #E85337;
}
</style>