Shades of Cinnabar #E85023
Tints of Cinnabar #E85023
RGB
CMYK
RGB Variations
Color information
#E85023 (or 0xE85023) is known color: Cinnabar. HEX triplet: E8, 50 and 23. RGB value is (232,80,35). Sum of RGB (Red+Green+Blue) = 232+80+35=347 (45% of max value = 765). Red value is 232 (91.02% from 255 or 66.86% from 347); Green value is 80 (31.64% from 255 or 23.05% from 347); Blue value is 35 (14.06% from 255 or 10.09% from 347); Max value from RGB is 232 - color contains mainly: red. Hex color #E85023 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E85023 is #17AFDC. Grayscale: #787878. Windows color (decimal): -1552349 or 2314472. OLE color: 2314472.
HSL color Cylindrical-coordinate representation of color #E85023: hue angle of 13.71º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E85023 is Cyan = 0, Magento = 0.66, Yellow = 0.85 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 80 | 35 | - |
| CMYK | 0 | 0.66 | 0.85 | 0.09 |
| HSL | 13.71º | 0.81% | 0.52% | - |
| HSV(B) | 13.71º | 0.85% | 0.91% | - |
| XYZ | 36.45 | 23.01 | 4.11 | - |
| YUV | 120.32 | 79.86 | 207.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 80 | 35 | 0 | 0.66 | 0.85 | 0.09 | 13.71 | 0.81 | 0.52 |
| Hex | E8 | 50 | 23 | 0 | 42 | 55 | 9 | E | 51 | 34 |
| Octal | 350 | 120 | 43 | 0 | 102 | 125 | 11 | 16 | 121 | 64 |
| Binary | 11101000 | 1010000 | 100011 | 0 | 1000010 | 1010101 | 1001 | 1110 | 1010001 | 110100 |
Color Harmonies of #E85023
Complementary color
Monochromatic Colors of #E85023
Black with #E85023
Text Example
Text Example
White with #E85023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85023; }
p { color: rgb(232,80,35); }
H1.HeaderClassName
{
color: #E85023;
}
.AnyTagClassName
{
color: #E85023;
}
</style>
background-color css
<style>
a { background-color: #E85023; }
a { background-color: rgb(232,80,35); }
div.DivClassName
{
background-color: #E85023;
}
.BgClassName
{
background-color: #E85023;
}
</style>
border-color css
<style>
span { border-color: #E85023; }
span { border-color: rgb(232,80,35); }
td.TdClassName
{
border-color: #E85023;
}
.TagClassName
{
border-color: #E85023;
}
</style>