Shades of Red #E00501
Tints of Red #E00501
RGB
CMYK
RGB Variations
Color information
#E00501 (or 0xE00501) is known color: Red. HEX triplet: E0, 05 and 01. RGB value is (224,5,1). Sum of RGB (Red+Green+Blue) = 224+5+1=230 (30% of max value = 765). Red value is 224 (87.89% from 255 or 97.39% from 230); Green value is 5 (2.34% from 255 or 2.17% from 230); Blue value is 1 (0.78% from 255 or 0.43% from 230); Max value from RGB is 224 - color contains mainly: red. Hex color #E00501 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00501 is #1FFAFE. Grayscale: #464646. Windows color (decimal): -2095871 or 67040. OLE color: 67040.
HSL color Cylindrical-coordinate representation of color #E00501: hue angle of 1.08º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E00501 is Cyan = 0, Magento = 0.98, Yellow = 1.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 5 | 1 | - |
| CMYK | 0 | 0.98 | 1.00 | 0.12 |
| HSL | 1.08º | 0.99% | 0.44% | - |
| HSV(B) | 1.08º | 1% | 0.88% | - |
| XYZ | 30.8 | 15.96 | 1.49 | - |
| YUV | 70.03 | 89.05 | 237.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 5 | 1 | 0 | 0.98 | 1.00 | 0.12 | 1.08 | 0.99 | 0.44 |
| Hex | E0 | 5 | 1 | 0 | 62 | 64 | C | 1 | 63 | 2C |
| Octal | 340 | 5 | 1 | 0 | 142 | 144 | 14 | 1 | 143 | 54 |
| Binary | 11100000 | 101 | 1 | 0 | 1100010 | 1100100 | 1100 | 1 | 1100011 | 101100 |
Color Harmonies of #E00501
Complementary color
Monochromatic Colors of #E00501
Black with #E00501
Text Example
Text Example
White with #E00501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00501; }
p { color: rgb(224,5,1); }
H1.HeaderClassName
{
color: #E00501;
}
.AnyTagClassName
{
color: #E00501;
}
</style>
background-color css
<style>
a { background-color: #E00501; }
a { background-color: rgb(224,5,1); }
div.DivClassName
{
background-color: #E00501;
}
.BgClassName
{
background-color: #E00501;
}
</style>
border-color css
<style>
span { border-color: #E00501; }
span { border-color: rgb(224,5,1); }
td.TdClassName
{
border-color: #E00501;
}
.TagClassName
{
border-color: #E00501;
}
</style>