Shades of Red #E20100
Tints of Red #E20100
RGB
CMYK
RGB Variations
Color information
#E20100 (or 0xE20100) is known color: Red. HEX triplet: E2, 01 and 00. RGB value is (226,1,0). Sum of RGB (Red+Green+Blue) = 226+1+0=227 (30% of max value = 765). Red value is 226 (88.67% from 255 or 99.56% from 227); Green value is 1 (0.78% from 255 or 0.44% from 227); Blue value is 0 (0.39% from 255 or 0% from 227); Max value from RGB is 226 - color contains mainly: red. Hex color #E20100 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E20100 is #1DFEFF. Grayscale: #444444. Windows color (decimal): -1965824 or 482. OLE color: 482.
HSL color Cylindrical-coordinate representation of color #E20100: hue angle of 0.27º 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 #E20100 is Cyan = 0, Magento = 1.00, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 1 | 0 | - |
| CMYK | 0 | 1.00 | 1 | 0.11 |
| HSL | 0.27º | 1% | 0.44% | - |
| HSV(B) | 0.27º | 1% | 0.89% | - |
| XYZ | 31.37 | 16.19 | 1.47 | - |
| YUV | 68.16 | 89.54 | 240.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 1 | 0 | 0 | 1.00 | 1 | 0.11 | 0.27 | 1 | 0.44 |
| Hex | E2 | 1 | 0 | 0 | 64 | 64 | B | 0 | 64 | 2C |
| Octal | 342 | 1 | 0 | 0 | 144 | 144 | 13 | 0 | 144 | 54 |
| Binary | 11100010 | 1 | 0 | 0 | 1100100 | 1100100 | 1011 | 0 | 1100100 | 101100 |
Color Harmonies of #E20100
Complementary color
Monochromatic Colors of #E20100
Black with #E20100
Text Example
Text Example
White with #E20100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20100; }
p { color: rgb(226,1,0); }
H1.HeaderClassName
{
color: #E20100;
}
.AnyTagClassName
{
color: #E20100;
}
</style>
background-color css
<style>
a { background-color: #E20100; }
a { background-color: rgb(226,1,0); }
div.DivClassName
{
background-color: #E20100;
}
.BgClassName
{
background-color: #E20100;
}
</style>
border-color css
<style>
span { border-color: #E20100; }
span { border-color: rgb(226,1,0); }
td.TdClassName
{
border-color: #E20100;
}
.TagClassName
{
border-color: #E20100;
}
</style>