Shades of Red #E80500
Tints of Red #E80500
RGB
CMYK
RGB Variations
Color information
#E80500 (or 0xE80500) is known color: Red. HEX triplet: E8, 05 and 00. RGB value is (232,5,0). Sum of RGB (Red+Green+Blue) = 232+5+0=237 (31% of max value = 765). Red value is 232 (91.02% from 255 or 97.89% from 237); Green value is 5 (2.34% from 255 or 2.11% from 237); Blue value is 0 (0.39% from 255 or 0% from 237); Max value from RGB is 232 - color contains mainly: red. Hex color #E80500 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E80500 is #17FAFF. Grayscale: #484848. Windows color (decimal): -1571584 or 1512. OLE color: 1512.
HSL color Cylindrical-coordinate representation of color #E80500: hue angle of 1.29º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E80500 is Cyan = 0, Magento = 0.98, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 5 | 0 | - |
| CMYK | 0 | 0.98 | 1 | 0.09 |
| HSL | 1.29º | 1% | 0.45% | - |
| HSV(B) | 1.29º | 1% | 0.91% | - |
| XYZ | 33.33 | 17.26 | 1.58 | - |
| YUV | 72.3 | 87.21 | 241.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 5 | 0 | 0 | 0.98 | 1 | 0.09 | 1.29 | 1 | 0.45 |
| Hex | E8 | 5 | 0 | 0 | 62 | 64 | 9 | 1 | 64 | 2D |
| Octal | 350 | 5 | 0 | 0 | 142 | 144 | 11 | 1 | 144 | 55 |
| Binary | 11101000 | 101 | 0 | 0 | 1100010 | 1100100 | 1001 | 1 | 1100100 | 101101 |
Color Harmonies of #E80500
Complementary color
Monochromatic Colors of #E80500
Black with #E80500
Text Example
Text Example
White with #E80500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80500; }
p { color: rgb(232,5,0); }
H1.HeaderClassName
{
color: #E80500;
}
.AnyTagClassName
{
color: #E80500;
}
</style>
background-color css
<style>
a { background-color: #E80500; }
a { background-color: rgb(232,5,0); }
div.DivClassName
{
background-color: #E80500;
}
.BgClassName
{
background-color: #E80500;
}
</style>
border-color css
<style>
span { border-color: #E80500; }
span { border-color: rgb(232,5,0); }
td.TdClassName
{
border-color: #E80500;
}
.TagClassName
{
border-color: #E80500;
}
</style>