Shades of Red #E80802
Tints of Red #E80802
RGB
CMYK
RGB Variations
Color information
#E80802 (or 0xE80802) is known color: Red. HEX triplet: E8, 08 and 02. RGB value is (232,8,2). Sum of RGB (Red+Green+Blue) = 232+8+2=242 (32% of max value = 765). Red value is 232 (91.02% from 255 or 95.87% from 242); Green value is 8 (3.52% from 255 or 3.31% from 242); Blue value is 2 (1.17% from 255 or 0.83% from 242); Max value from RGB is 232 - color contains mainly: red. Hex color #E80802 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E80802 is #17F7FD. Grayscale: #4A4A4A. Windows color (decimal): -1570814 or 133352. OLE color: 133352.
HSL color Cylindrical-coordinate representation of color #E80802: hue angle of 1.57º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E80802 is Cyan = 0, Magento = 0.97, Yellow = 0.99 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 8 | 2 | - |
| CMYK | 0 | 0.97 | 0.99 | 0.09 |
| HSL | 1.57º | 0.98% | 0.46% | - |
| HSV(B) | 1.57º | 0.99% | 0.91% | - |
| XYZ | 33.38 | 17.33 | 1.64 | - |
| YUV | 74.29 | 87.21 | 240.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 8 | 2 | 0 | 0.97 | 0.99 | 0.09 | 1.57 | 0.98 | 0.46 |
| Hex | E8 | 8 | 2 | 0 | 61 | 63 | 9 | 2 | 62 | 2E |
| Octal | 350 | 10 | 2 | 0 | 141 | 143 | 11 | 2 | 142 | 56 |
| Binary | 11101000 | 1000 | 10 | 0 | 1100001 | 1100011 | 1001 | 10 | 1100010 | 101110 |
Color Harmonies of #E80802
Complementary color
Monochromatic Colors of #E80802
Black with #E80802
Text Example
Text Example
White with #E80802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80802; }
p { color: rgb(232,8,2); }
H1.HeaderClassName
{
color: #E80802;
}
.AnyTagClassName
{
color: #E80802;
}
</style>
background-color css
<style>
a { background-color: #E80802; }
a { background-color: rgb(232,8,2); }
div.DivClassName
{
background-color: #E80802;
}
.BgClassName
{
background-color: #E80802;
}
</style>
border-color css
<style>
span { border-color: #E80802; }
span { border-color: rgb(232,8,2); }
td.TdClassName
{
border-color: #E80802;
}
.TagClassName
{
border-color: #E80802;
}
</style>