Shades of Red #E80906
Tints of Red #E80906
RGB
CMYK
RGB Variations
Color information
#E80906 (or 0xE80906) is known color: Red. HEX triplet: E8, 09 and 06. RGB value is (232,9,6). Sum of RGB (Red+Green+Blue) = 232+9+6=247 (32% of max value = 765). Red value is 232 (91.02% from 255 or 93.93% from 247); Green value is 9 (3.91% from 255 or 3.64% from 247); Blue value is 6 (2.73% from 255 or 2.43% from 247); Max value from RGB is 232 - color contains mainly: red. Hex color #E80906 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E80906 is #17F6F9. Grayscale: #4B4B4B. Windows color (decimal): -1570554 or 395752. OLE color: 395752.
HSL color Cylindrical-coordinate representation of color #E80906: hue angle of 0.8º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E80906 is Cyan = 0, Magento = 0.96, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 9 | 6 | - |
| CMYK | 0 | 0.96 | 0.97 | 0.09 |
| HSL | 0.8º | 0.95% | 0.47% | - |
| HSV(B) | 0.8º | 0.97% | 0.91% | - |
| XYZ | 33.41 | 17.36 | 1.76 | - |
| YUV | 75.34 | 88.88 | 239.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 9 | 6 | 0 | 0.96 | 0.97 | 0.09 | 0.8 | 0.95 | 0.47 |
| Hex | E8 | 9 | 6 | 0 | 60 | 61 | 9 | 1 | 5F | 2F |
| Octal | 350 | 11 | 6 | 0 | 140 | 141 | 11 | 1 | 137 | 57 |
| Binary | 11101000 | 1001 | 110 | 0 | 1100000 | 1100001 | 1001 | 1 | 1011111 | 101111 |
Color Harmonies of #E80906
Complementary color
Monochromatic Colors of #E80906
Black with #E80906
Text Example
Text Example
White with #E80906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80906; }
p { color: rgb(232,9,6); }
H1.HeaderClassName
{
color: #E80906;
}
.AnyTagClassName
{
color: #E80906;
}
</style>
background-color css
<style>
a { background-color: #E80906; }
a { background-color: rgb(232,9,6); }
div.DivClassName
{
background-color: #E80906;
}
.BgClassName
{
background-color: #E80906;
}
</style>
border-color css
<style>
span { border-color: #E80906; }
span { border-color: rgb(232,9,6); }
td.TdClassName
{
border-color: #E80906;
}
.TagClassName
{
border-color: #E80906;
}
</style>