Shades of Cinnabar #E85034
Tints of Cinnabar #E85034
RGB
CMYK
RGB Variations
Color information
#E85034 (or 0xE85034) is known color: Cinnabar. HEX triplet: E8, 50 and 34. RGB value is (232,80,52). Sum of RGB (Red+Green+Blue) = 232+80+52=364 (48% of max value = 765). Red value is 232 (91.02% from 255 or 63.74% from 364); Green value is 80 (31.64% from 255 or 21.98% from 364); Blue value is 52 (20.70% from 255 or 14.29% from 364); Max value from RGB is 232 - color contains mainly: red. Hex color #E85034 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E85034 is #17AFCB. Grayscale: #7A7A7A. Windows color (decimal): -1552332 or 3428584. OLE color: 3428584.
HSL color Cylindrical-coordinate representation of color #E85034: hue angle of 9.33º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E85034 is Cyan = 0, Magento = 0.66, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 80 | 52 | - |
| CMYK | 0 | 0.66 | 0.78 | 0.09 |
| HSL | 9.33º | 0.8% | 0.56% | - |
| HSV(B) | 9.33º | 0.78% | 0.91% | - |
| XYZ | 36.77 | 23.14 | 5.78 | - |
| YUV | 122.26 | 88.36 | 206.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 80 | 52 | 0 | 0.66 | 0.78 | 0.09 | 9.33 | 0.8 | 0.56 |
| Hex | E8 | 50 | 34 | 0 | 42 | 4E | 9 | 9 | 50 | 38 |
| Octal | 350 | 120 | 64 | 0 | 102 | 116 | 11 | 11 | 120 | 70 |
| Binary | 11101000 | 1010000 | 110100 | 0 | 1000010 | 1001110 | 1001 | 1001 | 1010000 | 111000 |
Color Harmonies of #E85034
Complementary color
Monochromatic Colors of #E85034
Black with #E85034
Text Example
Text Example
White with #E85034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85034; }
p { color: rgb(232,80,52); }
H1.HeaderClassName
{
color: #E85034;
}
.AnyTagClassName
{
color: #E85034;
}
</style>
background-color css
<style>
a { background-color: #E85034; }
a { background-color: rgb(232,80,52); }
div.DivClassName
{
background-color: #E85034;
}
.BgClassName
{
background-color: #E85034;
}
</style>
border-color css
<style>
span { border-color: #E85034; }
span { border-color: rgb(232,80,52); }
td.TdClassName
{
border-color: #E85034;
}
.TagClassName
{
border-color: #E85034;
}
</style>