Shades of Red #E80504
Tints of Red #E80504
RGB
CMYK
RGB Variations
Color information
#E80504 (or 0xE80504) is known color: Red. HEX triplet: E8, 05 and 04. RGB value is (232,5,4). Sum of RGB (Red+Green+Blue) = 232+5+4=241 (31% of max value = 765). Red value is 232 (91.02% from 255 or 96.27% from 241); Green value is 5 (2.34% from 255 or 2.07% from 241); Blue value is 4 (1.95% from 255 or 1.66% from 241); Max value from RGB is 232 - color contains mainly: red. Hex color #E80504 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E80504 is #17FAFB. Grayscale: #484848. Windows color (decimal): -1571580 or 263656. OLE color: 263656.
HSL color Cylindrical-coordinate representation of color #E80504: hue angle of 0.26º 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 #E80504 is Cyan = 0, Magento = 0.98, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 5 | 4 | - |
| CMYK | 0 | 0.98 | 0.98 | 0.09 |
| HSL | 0.26º | 0.97% | 0.46% | - |
| HSV(B) | 0.26º | 0.98% | 0.91% | - |
| XYZ | 33.35 | 17.27 | 1.69 | - |
| YUV | 72.76 | 89.21 | 241.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 5 | 4 | 0 | 0.98 | 0.98 | 0.09 | 0.26 | 0.97 | 0.46 |
| Hex | E8 | 5 | 4 | 0 | 62 | 62 | 9 | 0 | 61 | 2E |
| Octal | 350 | 5 | 4 | 0 | 142 | 142 | 11 | 0 | 141 | 56 |
| Binary | 11101000 | 101 | 100 | 0 | 1100010 | 1100010 | 1001 | 0 | 1100001 | 101110 |
Color Harmonies of #E80504
Complementary color
Monochromatic Colors of #E80504
Black with #E80504
Text Example
Text Example
White with #E80504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80504; }
p { color: rgb(232,5,4); }
H1.HeaderClassName
{
color: #E80504;
}
.AnyTagClassName
{
color: #E80504;
}
</style>
background-color css
<style>
a { background-color: #E80504; }
a { background-color: rgb(232,5,4); }
div.DivClassName
{
background-color: #E80504;
}
.BgClassName
{
background-color: #E80504;
}
</style>
border-color css
<style>
span { border-color: #E80504; }
span { border-color: rgb(232,5,4); }
td.TdClassName
{
border-color: #E80504;
}
.TagClassName
{
border-color: #E80504;
}
</style>