Shades of Cinnabar #E8502E
Tints of Cinnabar #E8502E
RGB
CMYK
RGB Variations
Color information
#E8502E (or 0xE8502E) is known color: Cinnabar. HEX triplet: E8, 50 and 2E. RGB value is (232,80,46). Sum of RGB (Red+Green+Blue) = 232+80+46=358 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.80% from 358); Green value is 80 (31.64% from 255 or 22.35% from 358); Blue value is 46 (18.36% from 255 or 12.85% from 358); Max value from RGB is 232 - color contains mainly: red. Hex color #E8502E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E8502E is #17AFD1. Grayscale: #797979. Windows color (decimal): -1552338 or 3035368. OLE color: 3035368.
HSL color Cylindrical-coordinate representation of color #E8502E: hue angle of 10.97º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E8502E is Cyan = 0, Magento = 0.66, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 80 | 46 | - |
| CMYK | 0 | 0.66 | 0.80 | 0.09 |
| HSL | 10.97º | 0.8% | 0.55% | - |
| HSV(B) | 10.97º | 0.8% | 0.91% | - |
| XYZ | 36.64 | 23.09 | 5.11 | - |
| YUV | 121.57 | 85.36 | 206.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 80 | 46 | 0 | 0.66 | 0.80 | 0.09 | 10.97 | 0.8 | 0.55 |
| Hex | E8 | 50 | 2E | 0 | 42 | 50 | 9 | B | 50 | 37 |
| Octal | 350 | 120 | 56 | 0 | 102 | 120 | 11 | 13 | 120 | 67 |
| Binary | 11101000 | 1010000 | 101110 | 0 | 1000010 | 1010000 | 1001 | 1011 | 1010000 | 110111 |
Color Harmonies of #E8502E
Complementary color
Monochromatic Colors of #E8502E
Black with #E8502E
Text Example
Text Example
White with #E8502E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8502E; }
p { color: rgb(232,80,46); }
H1.HeaderClassName
{
color: #E8502E;
}
.AnyTagClassName
{
color: #E8502E;
}
</style>
background-color css
<style>
a { background-color: #E8502E; }
a { background-color: rgb(232,80,46); }
div.DivClassName
{
background-color: #E8502E;
}
.BgClassName
{
background-color: #E8502E;
}
</style>
border-color css
<style>
span { border-color: #E8502E; }
span { border-color: rgb(232,80,46); }
td.TdClassName
{
border-color: #E8502E;
}
.TagClassName
{
border-color: #E8502E;
}
</style>