Shades of Red #E80808
Tints of Red #E80808
RGB
CMYK
RGB Variations
Color information
#E80808 (or 0xE80808) is known color: Red. HEX triplet: E8, 08 and 08. RGB value is (232,8,8). Sum of RGB (Red+Green+Blue) = 232+8+8=248 (32% of max value = 765). Red value is 232 (91.02% from 255 or 93.55% from 248); Green value is 8 (3.52% from 255 or 3.23% from 248); Blue value is 8 (3.52% from 255 or 3.23% from 248); Max value from RGB is 232 - color contains mainly: red. Hex color #E80808 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E80808 is #17F7F7. Grayscale: #4B4B4B. Windows color (decimal): -1570808 or 526568. OLE color: 526568.
HSL color Cylindrical-coordinate representation of color #E80808: hue angle of 0º degrees, saturation: 0.93, 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 #E80808 is Cyan = 0, Magento = 0.97, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 8 | 8 | - |
| CMYK | 0 | 0.97 | 0.97 | 0.09 |
| HSL | 0º | 0.93% | 0.47% | - |
| HSV(B) | 0º | 0.97% | 0.91% | - |
| XYZ | 33.41 | 17.35 | 1.82 | - |
| YUV | 74.98 | 90.21 | 240 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 8 | 8 | 0 | 0.97 | 0.97 | 0.09 | 0 | 0.93 | 0.47 |
| Hex | E8 | 8 | 8 | 0 | 61 | 61 | 9 | 0 | 5D | 2F |
| Octal | 350 | 10 | 10 | 0 | 141 | 141 | 11 | 0 | 135 | 57 |
| Binary | 11101000 | 1000 | 1000 | 0 | 1100001 | 1100001 | 1001 | 0 | 1011101 | 101111 |
Color Harmonies of #E80808
Complementary color
Monochromatic Colors of #E80808
Black with #E80808
Text Example
Text Example
White with #E80808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80808; }
p { color: rgb(232,8,8); }
H1.HeaderClassName
{
color: #E80808;
}
.AnyTagClassName
{
color: #E80808;
}
</style>
background-color css
<style>
a { background-color: #E80808; }
a { background-color: rgb(232,8,8); }
div.DivClassName
{
background-color: #E80808;
}
.BgClassName
{
background-color: #E80808;
}
</style>
border-color css
<style>
span { border-color: #E80808; }
span { border-color: rgb(232,8,8); }
td.TdClassName
{
border-color: #E80808;
}
.TagClassName
{
border-color: #E80808;
}
</style>