Shades of Red #E20502
Tints of Red #E20502
RGB
CMYK
RGB Variations
Color information
#E20502 (or 0xE20502) is known color: Red. HEX triplet: E2, 05 and 02. RGB value is (226,5,2). Sum of RGB (Red+Green+Blue) = 226+5+2=233 (30% of max value = 765). Red value is 226 (88.67% from 255 or 97.00% from 233); Green value is 5 (2.34% from 255 or 2.15% from 233); Blue value is 2 (1.17% from 255 or 0.86% from 233); Max value from RGB is 226 - color contains mainly: red. Hex color #E20502 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E20502 is #1DFAFD. Grayscale: #464646. Windows color (decimal): -1964798 or 132578. OLE color: 132578.
HSL color Cylindrical-coordinate representation of color #E20502: hue angle of 0.8º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E20502 is Cyan = 0, Magento = 0.98, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 5 | 2 | - |
| CMYK | 0 | 0.98 | 0.99 | 0.11 |
| HSL | 0.8º | 0.98% | 0.45% | - |
| HSV(B) | 0.8º | 0.99% | 0.89% | - |
| XYZ | 31.43 | 16.28 | 1.54 | - |
| YUV | 70.74 | 89.22 | 238.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 5 | 2 | 0 | 0.98 | 0.99 | 0.11 | 0.8 | 0.98 | 0.45 |
| Hex | E2 | 5 | 2 | 0 | 62 | 63 | B | 1 | 62 | 2D |
| Octal | 342 | 5 | 2 | 0 | 142 | 143 | 13 | 1 | 142 | 55 |
| Binary | 11100010 | 101 | 10 | 0 | 1100010 | 1100011 | 1011 | 1 | 1100010 | 101101 |
Color Harmonies of #E20502
Complementary color
Monochromatic Colors of #E20502
Black with #E20502
Text Example
Text Example
White with #E20502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20502; }
p { color: rgb(226,5,2); }
H1.HeaderClassName
{
color: #E20502;
}
.AnyTagClassName
{
color: #E20502;
}
</style>
background-color css
<style>
a { background-color: #E20502; }
a { background-color: rgb(226,5,2); }
div.DivClassName
{
background-color: #E20502;
}
.BgClassName
{
background-color: #E20502;
}
</style>
border-color css
<style>
span { border-color: #E20502; }
span { border-color: rgb(226,5,2); }
td.TdClassName
{
border-color: #E20502;
}
.TagClassName
{
border-color: #E20502;
}
</style>