Shades of Red #E50402
Tints of Red #E50402
RGB
CMYK
RGB Variations
Color information
#E50402 (or 0xE50402) is known color: Red. HEX triplet: E5, 04 and 02. RGB value is (229,4,2). Sum of RGB (Red+Green+Blue) = 229+4+2=235 (31% of max value = 765). Red value is 229 (89.84% from 255 or 97.45% from 235); Green value is 4 (1.95% from 255 or 1.70% from 235); Blue value is 2 (1.17% from 255 or 0.85% from 235); Max value from RGB is 229 - color contains mainly: red. Hex color #E50402 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E50402 is #1AFBFD. Grayscale: #474747. Windows color (decimal): -1768446 or 132325. OLE color: 132325.
HSL color Cylindrical-coordinate representation of color #E50402: hue angle of 0.53º 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 #E50402 is Cyan = 0, Magento = 0.98, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 4 | 2 | - |
| CMYK | 0 | 0.98 | 0.99 | 0.10 |
| HSL | 0.53º | 0.98% | 0.45% | - |
| HSV(B) | 0.53º | 0.99% | 0.9% | - |
| XYZ | 32.37 | 16.75 | 1.58 | - |
| YUV | 71.05 | 89.04 | 240.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 4 | 2 | 0 | 0.98 | 0.99 | 0.10 | 0.53 | 0.98 | 0.45 |
| Hex | E5 | 4 | 2 | 0 | 62 | 63 | A | 1 | 62 | 2D |
| Octal | 345 | 4 | 2 | 0 | 142 | 143 | 12 | 1 | 142 | 55 |
| Binary | 11100101 | 100 | 10 | 0 | 1100010 | 1100011 | 1010 | 1 | 1100010 | 101101 |
Color Harmonies of #E50402
Complementary color
Monochromatic Colors of #E50402
Black with #E50402
Text Example
Text Example
White with #E50402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50402; }
p { color: rgb(229,4,2); }
H1.HeaderClassName
{
color: #E50402;
}
.AnyTagClassName
{
color: #E50402;
}
</style>
background-color css
<style>
a { background-color: #E50402; }
a { background-color: rgb(229,4,2); }
div.DivClassName
{
background-color: #E50402;
}
.BgClassName
{
background-color: #E50402;
}
</style>
border-color css
<style>
span { border-color: #E50402; }
span { border-color: rgb(229,4,2); }
td.TdClassName
{
border-color: #E50402;
}
.TagClassName
{
border-color: #E50402;
}
</style>