Shades of Red #E50502
Tints of Red #E50502
RGB
CMYK
RGB Variations
Color information
#E50502 (or 0xE50502) is known color: Red. HEX triplet: E5, 05 and 02. RGB value is (229,5,2). Sum of RGB (Red+Green+Blue) = 229+5+2=236 (31% of max value = 765). Red value is 229 (89.84% from 255 or 97.03% from 236); Green value is 5 (2.34% from 255 or 2.12% from 236); Blue value is 2 (1.17% from 255 or 0.85% from 236); Max value from RGB is 229 - color contains mainly: red. Hex color #E50502 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E50502 is #1AFAFD. Grayscale: #474747. Windows color (decimal): -1768190 or 132581. OLE color: 132581.
HSL color Cylindrical-coordinate representation of color #E50502: hue angle of 0.79º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E50502 is Cyan = 0, Magento = 0.98, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 5 | 2 | - |
| CMYK | 0 | 0.98 | 0.99 | 0.10 |
| HSL | 0.79º | 0.98% | 0.45% | - |
| HSV(B) | 0.79º | 0.99% | 0.9% | - |
| XYZ | 32.38 | 16.77 | 1.59 | - |
| YUV | 71.63 | 88.71 | 240.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 5 | 2 | 0 | 0.98 | 0.99 | 0.10 | 0.79 | 0.98 | 0.45 |
| Hex | E5 | 5 | 2 | 0 | 62 | 63 | A | 1 | 62 | 2D |
| Octal | 345 | 5 | 2 | 0 | 142 | 143 | 12 | 1 | 142 | 55 |
| Binary | 11100101 | 101 | 10 | 0 | 1100010 | 1100011 | 1010 | 1 | 1100010 | 101101 |
Color Harmonies of #E50502
Complementary color
Monochromatic Colors of #E50502
Black with #E50502
Text Example
Text Example
White with #E50502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50502; }
p { color: rgb(229,5,2); }
H1.HeaderClassName
{
color: #E50502;
}
.AnyTagClassName
{
color: #E50502;
}
</style>
background-color css
<style>
a { background-color: #E50502; }
a { background-color: rgb(229,5,2); }
div.DivClassName
{
background-color: #E50502;
}
.BgClassName
{
background-color: #E50502;
}
</style>
border-color css
<style>
span { border-color: #E50502; }
span { border-color: rgb(229,5,2); }
td.TdClassName
{
border-color: #E50502;
}
.TagClassName
{
border-color: #E50502;
}
</style>