Shades of Red #E00502
Tints of Red #E00502
RGB
CMYK
RGB Variations
Color information
#E00502 (or 0xE00502) is known color: Red. HEX triplet: E0, 05 and 02. RGB value is (224,5,2). Sum of RGB (Red+Green+Blue) = 224+5+2=231 (30% of max value = 765). Red value is 224 (87.89% from 255 or 96.97% from 231); Green value is 5 (2.34% from 255 or 2.16% from 231); Blue value is 2 (1.17% from 255 or 0.87% from 231); Max value from RGB is 224 - color contains mainly: red. Hex color #E00502 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00502 is #1FFAFD. Grayscale: #464646. Windows color (decimal): -2095870 or 132576. OLE color: 132576.
HSL color Cylindrical-coordinate representation of color #E00502: hue angle of 0.81º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E00502 is Cyan = 0, Magento = 0.98, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 5 | 2 | - |
| CMYK | 0 | 0.98 | 0.99 | 0.12 |
| HSL | 0.81º | 0.98% | 0.44% | - |
| HSV(B) | 0.81º | 0.99% | 0.88% | - |
| XYZ | 30.81 | 15.96 | 1.51 | - |
| YUV | 70.14 | 89.55 | 237.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 5 | 2 | 0 | 0.98 | 0.99 | 0.12 | 0.81 | 0.98 | 0.44 |
| Hex | E0 | 5 | 2 | 0 | 62 | 63 | C | 1 | 62 | 2C |
| Octal | 340 | 5 | 2 | 0 | 142 | 143 | 14 | 1 | 142 | 54 |
| Binary | 11100000 | 101 | 10 | 0 | 1100010 | 1100011 | 1100 | 1 | 1100010 | 101100 |
Color Harmonies of #E00502
Complementary color
Monochromatic Colors of #E00502
Black with #E00502
Text Example
Text Example
White with #E00502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00502; }
p { color: rgb(224,5,2); }
H1.HeaderClassName
{
color: #E00502;
}
.AnyTagClassName
{
color: #E00502;
}
</style>
background-color css
<style>
a { background-color: #E00502; }
a { background-color: rgb(224,5,2); }
div.DivClassName
{
background-color: #E00502;
}
.BgClassName
{
background-color: #E00502;
}
</style>
border-color css
<style>
span { border-color: #E00502; }
span { border-color: rgb(224,5,2); }
td.TdClassName
{
border-color: #E00502;
}
.TagClassName
{
border-color: #E00502;
}
</style>