Shades of Red #E20A00
Tints of Red #E20A00
RGB
CMYK
RGB Variations
Color information
#E20A00 (or 0xE20A00) is known color: Red. HEX triplet: E2, 0A and 00. RGB value is (226,10,0). Sum of RGB (Red+Green+Blue) = 226+10+0=236 (31% of max value = 765). Red value is 226 (88.67% from 255 or 95.76% from 236); Green value is 10 (4.30% from 255 or 4.24% from 236); Blue value is 0 (0.39% from 255 or 0% from 236); Max value from RGB is 226 - color contains mainly: red. Hex color #E20A00 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E20A00 is #1DF5FF. Grayscale: #494949. Windows color (decimal): -1963520 or 2786. OLE color: 2786.
HSL color Cylindrical-coordinate representation of color #E20A00: hue angle of 2.65º 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 #E20A00 is Cyan = 0, Magento = 0.96, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 10 | 0 | - |
| CMYK | 0 | 0.96 | 1 | 0.11 |
| HSL | 2.65º | 1% | 0.44% | - |
| HSV(B) | 2.65º | 1% | 0.89% | - |
| XYZ | 31.47 | 16.39 | 1.5 | - |
| YUV | 73.44 | 86.56 | 236.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 10 | 0 | 0 | 0.96 | 1 | 0.11 | 2.65 | 1 | 0.44 |
| Hex | E2 | A | 0 | 0 | 60 | 64 | B | 3 | 64 | 2C |
| Octal | 342 | 12 | 0 | 0 | 140 | 144 | 13 | 3 | 144 | 54 |
| Binary | 11100010 | 1010 | 0 | 0 | 1100000 | 1100100 | 1011 | 11 | 1100100 | 101100 |
Color Harmonies of #E20A00
Complementary color
Monochromatic Colors of #E20A00
Black with #E20A00
Text Example
Text Example
White with #E20A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20A00; }
p { color: rgb(226,10,0); }
H1.HeaderClassName
{
color: #E20A00;
}
.AnyTagClassName
{
color: #E20A00;
}
</style>
background-color css
<style>
a { background-color: #E20A00; }
a { background-color: rgb(226,10,0); }
div.DivClassName
{
background-color: #E20A00;
}
.BgClassName
{
background-color: #E20A00;
}
</style>
border-color css
<style>
span { border-color: #E20A00; }
span { border-color: rgb(226,10,0); }
td.TdClassName
{
border-color: #E20A00;
}
.TagClassName
{
border-color: #E20A00;
}
</style>