Shades of Red #E80804
Tints of Red #E80804
RGB
CMYK
RGB Variations
Color information
#E80804 (or 0xE80804) is known color: Red. HEX triplet: E8, 08 and 04. RGB value is (232,8,4). Sum of RGB (Red+Green+Blue) = 232+8+4=244 (32% of max value = 765). Red value is 232 (91.02% from 255 or 95.08% from 244); Green value is 8 (3.52% from 255 or 3.28% from 244); Blue value is 4 (1.95% from 255 or 1.64% from 244); Max value from RGB is 232 - color contains mainly: red. Hex color #E80804 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E80804 is #17F7FB. Grayscale: #4A4A4A. Windows color (decimal): -1570812 or 264424. OLE color: 264424.
HSL color Cylindrical-coordinate representation of color #E80804: hue angle of 1.05º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E80804 is Cyan = 0, Magento = 0.97, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 8 | 4 | - |
| CMYK | 0 | 0.97 | 0.98 | 0.09 |
| HSL | 1.05º | 0.97% | 0.46% | - |
| HSV(B) | 1.05º | 0.98% | 0.91% | - |
| XYZ | 33.39 | 17.34 | 1.7 | - |
| YUV | 74.52 | 88.21 | 240.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 8 | 4 | 0 | 0.97 | 0.98 | 0.09 | 1.05 | 0.97 | 0.46 |
| Hex | E8 | 8 | 4 | 0 | 61 | 62 | 9 | 1 | 61 | 2E |
| Octal | 350 | 10 | 4 | 0 | 141 | 142 | 11 | 1 | 141 | 56 |
| Binary | 11101000 | 1000 | 100 | 0 | 1100001 | 1100010 | 1001 | 1 | 1100001 | 101110 |
Color Harmonies of #E80804
Complementary color
Monochromatic Colors of #E80804
Black with #E80804
Text Example
Text Example
White with #E80804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80804; }
p { color: rgb(232,8,4); }
H1.HeaderClassName
{
color: #E80804;
}
.AnyTagClassName
{
color: #E80804;
}
</style>
background-color css
<style>
a { background-color: #E80804; }
a { background-color: rgb(232,8,4); }
div.DivClassName
{
background-color: #E80804;
}
.BgClassName
{
background-color: #E80804;
}
</style>
border-color css
<style>
span { border-color: #E80804; }
span { border-color: rgb(232,8,4); }
td.TdClassName
{
border-color: #E80804;
}
.TagClassName
{
border-color: #E80804;
}
</style>