Shades of Red #E20902
Tints of Red #E20902
RGB
CMYK
RGB Variations
Color information
#E20902 (or 0xE20902) is known color: Red. HEX triplet: E2, 09 and 02. RGB value is (226,9,2). Sum of RGB (Red+Green+Blue) = 226+9+2=237 (31% of max value = 765). Red value is 226 (88.67% from 255 or 95.36% from 237); Green value is 9 (3.91% from 255 or 3.80% from 237); Blue value is 2 (1.17% from 255 or 0.84% from 237); Max value from RGB is 226 - color contains mainly: red. Hex color #E20902 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E20902 is #1DF6FD. Grayscale: #494949. Windows color (decimal): -1963774 or 133602. OLE color: 133602.
HSL color Cylindrical-coordinate representation of color #E20902: hue angle of 1.88º 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 #E20902 is Cyan = 0, Magento = 0.96, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 9 | 2 | - |
| CMYK | 0 | 0.96 | 0.99 | 0.11 |
| HSL | 1.88º | 0.98% | 0.45% | - |
| HSV(B) | 1.88º | 0.99% | 0.89% | - |
| XYZ | 31.47 | 16.37 | 1.56 | - |
| YUV | 73.09 | 87.89 | 237.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 9 | 2 | 0 | 0.96 | 0.99 | 0.11 | 1.88 | 0.98 | 0.45 |
| Hex | E2 | 9 | 2 | 0 | 60 | 63 | B | 2 | 62 | 2D |
| Octal | 342 | 11 | 2 | 0 | 140 | 143 | 13 | 2 | 142 | 55 |
| Binary | 11100010 | 1001 | 10 | 0 | 1100000 | 1100011 | 1011 | 10 | 1100010 | 101101 |
Color Harmonies of #E20902
Complementary color
Monochromatic Colors of #E20902
Black with #E20902
Text Example
Text Example
White with #E20902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20902; }
p { color: rgb(226,9,2); }
H1.HeaderClassName
{
color: #E20902;
}
.AnyTagClassName
{
color: #E20902;
}
</style>
background-color css
<style>
a { background-color: #E20902; }
a { background-color: rgb(226,9,2); }
div.DivClassName
{
background-color: #E20902;
}
.BgClassName
{
background-color: #E20902;
}
</style>
border-color css
<style>
span { border-color: #E20902; }
span { border-color: rgb(226,9,2); }
td.TdClassName
{
border-color: #E20902;
}
.TagClassName
{
border-color: #E20902;
}
</style>