Shades of Cinnabar #E85027
Tints of Cinnabar #E85027
RGB
CMYK
RGB Variations
Color information
#E85027 (or 0xE85027) is known color: Cinnabar. HEX triplet: E8, 50 and 27. RGB value is (232,80,39). Sum of RGB (Red+Green+Blue) = 232+80+39=351 (46% of max value = 765). Red value is 232 (91.02% from 255 or 66.10% from 351); Green value is 80 (31.64% from 255 or 22.79% from 351); Blue value is 39 (15.62% from 255 or 11.11% from 351); Max value from RGB is 232 - color contains mainly: red. Hex color #E85027 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E85027 is #17AFD8. Grayscale: #797979. Windows color (decimal): -1552345 or 2576616. OLE color: 2576616.
HSL color Cylindrical-coordinate representation of color #E85027: hue angle of 12.75º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E85027 is Cyan = 0, Magento = 0.66, Yellow = 0.83 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 80 | 39 | - |
| CMYK | 0 | 0.66 | 0.83 | 0.09 |
| HSL | 12.75º | 0.81% | 0.53% | - |
| HSV(B) | 12.75º | 0.83% | 0.91% | - |
| XYZ | 36.51 | 23.04 | 4.44 | - |
| YUV | 120.77 | 81.86 | 207.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 80 | 39 | 0 | 0.66 | 0.83 | 0.09 | 12.75 | 0.81 | 0.53 |
| Hex | E8 | 50 | 27 | 0 | 42 | 53 | 9 | D | 51 | 35 |
| Octal | 350 | 120 | 47 | 0 | 102 | 123 | 11 | 15 | 121 | 65 |
| Binary | 11101000 | 1010000 | 100111 | 0 | 1000010 | 1010011 | 1001 | 1101 | 1010001 | 110101 |
Color Harmonies of #E85027
Complementary color
Monochromatic Colors of #E85027
Black with #E85027
Text Example
Text Example
White with #E85027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85027; }
p { color: rgb(232,80,39); }
H1.HeaderClassName
{
color: #E85027;
}
.AnyTagClassName
{
color: #E85027;
}
</style>
background-color css
<style>
a { background-color: #E85027; }
a { background-color: rgb(232,80,39); }
div.DivClassName
{
background-color: #E85027;
}
.BgClassName
{
background-color: #E85027;
}
</style>
border-color css
<style>
span { border-color: #E85027; }
span { border-color: rgb(232,80,39); }
td.TdClassName
{
border-color: #E85027;
}
.TagClassName
{
border-color: #E85027;
}
</style>