Shades of Red #E20200
Tints of Red #E20200
RGB
CMYK
RGB Variations
Color information
#E20200 (or 0xE20200) is known color: Red. HEX triplet: E2, 02 and 00. RGB value is (226,2,0). Sum of RGB (Red+Green+Blue) = 226+2+0=228 (30% of max value = 765). Red value is 226 (88.67% from 255 or 99.12% from 228); Green value is 2 (1.17% from 255 or 0.88% from 228); Blue value is 0 (0.39% from 255 or 0% from 228); Max value from RGB is 226 - color contains mainly: red. Hex color #E20200 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E20200 is #1DFDFF. Grayscale: #444444. Windows color (decimal): -1965568 or 738. OLE color: 738.
HSL color Cylindrical-coordinate representation of color #E20200: hue angle of 0.53º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E20200 is Cyan = 0, Magento = 0.99, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 2 | 0 | - |
| CMYK | 0 | 0.99 | 1 | 0.11 |
| HSL | 0.53º | 1% | 0.44% | - |
| HSV(B) | 0.53º | 1% | 0.89% | - |
| XYZ | 31.39 | 16.21 | 1.48 | - |
| YUV | 68.75 | 89.21 | 240.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 2 | 0 | 0 | 0.99 | 1 | 0.11 | 0.53 | 1 | 0.44 |
| Hex | E2 | 2 | 0 | 0 | 63 | 64 | B | 1 | 64 | 2C |
| Octal | 342 | 2 | 0 | 0 | 143 | 144 | 13 | 1 | 144 | 54 |
| Binary | 11100010 | 10 | 0 | 0 | 1100011 | 1100100 | 1011 | 1 | 1100100 | 101100 |
Color Harmonies of #E20200
Complementary color
Monochromatic Colors of #E20200
Black with #E20200
Text Example
Text Example
White with #E20200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20200; }
p { color: rgb(226,2,0); }
H1.HeaderClassName
{
color: #E20200;
}
.AnyTagClassName
{
color: #E20200;
}
</style>
background-color css
<style>
a { background-color: #E20200; }
a { background-color: rgb(226,2,0); }
div.DivClassName
{
background-color: #E20200;
}
.BgClassName
{
background-color: #E20200;
}
</style>
border-color css
<style>
span { border-color: #E20200; }
span { border-color: rgb(226,2,0); }
td.TdClassName
{
border-color: #E20200;
}
.TagClassName
{
border-color: #E20200;
}
</style>