Shades of Cinnabar #E85533
Tints of Cinnabar #E85533
RGB
CMYK
RGB Variations
Color information
#E85533 (or 0xE85533) is known color: Cinnabar. HEX triplet: E8, 55 and 33. RGB value is (232,85,51). Sum of RGB (Red+Green+Blue) = 232+85+51=368 (48% of max value = 765). Red value is 232 (91.02% from 255 or 63.04% from 368); Green value is 85 (33.59% from 255 or 23.10% from 368); Blue value is 51 (20.31% from 255 or 13.86% from 368); Max value from RGB is 232 - color contains mainly: red. Hex color #E85533 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E85533 is #17AACC. Grayscale: #7D7D7D. Windows color (decimal): -1551053 or 3364328. OLE color: 3364328.
HSL color Cylindrical-coordinate representation of color #E85533: hue angle of 11.27º 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 #E85533 is Cyan = 0, Magento = 0.63, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 85 | 51 | - |
| CMYK | 0 | 0.63 | 0.78 | 0.09 |
| HSL | 11.27º | 0.8% | 0.55% | - |
| HSV(B) | 11.27º | 0.78% | 0.91% | - |
| XYZ | 37.12 | 23.89 | 5.79 | - |
| YUV | 125.08 | 86.2 | 204.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 85 | 51 | 0 | 0.63 | 0.78 | 0.09 | 11.27 | 0.8 | 0.55 |
| Hex | E8 | 55 | 33 | 0 | 3F | 4E | 9 | B | 50 | 37 |
| Octal | 350 | 125 | 63 | 0 | 77 | 116 | 11 | 13 | 120 | 67 |
| Binary | 11101000 | 1010101 | 110011 | 0 | 111111 | 1001110 | 1001 | 1011 | 1010000 | 110111 |
Color Harmonies of #E85533
Complementary color
Monochromatic Colors of #E85533
Black with #E85533
Text Example
Text Example
White with #E85533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85533; }
p { color: rgb(232,85,51); }
H1.HeaderClassName
{
color: #E85533;
}
.AnyTagClassName
{
color: #E85533;
}
</style>
background-color css
<style>
a { background-color: #E85533; }
a { background-color: rgb(232,85,51); }
div.DivClassName
{
background-color: #E85533;
}
.BgClassName
{
background-color: #E85533;
}
</style>
border-color css
<style>
span { border-color: #E85533; }
span { border-color: rgb(232,85,51); }
td.TdClassName
{
border-color: #E85533;
}
.TagClassName
{
border-color: #E85533;
}
</style>