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