Shades of Red #E20A09
Tints of Red #E20A09
RGB
CMYK
RGB Variations
Color information
#E20A09 (or 0xE20A09) is known color: Red. HEX triplet: E2, 0A and 09. RGB value is (226,10,9). Sum of RGB (Red+Green+Blue) = 226+10+9=245 (32% of max value = 765). Red value is 226 (88.67% from 255 or 92.24% from 245); Green value is 10 (4.30% from 255 or 4.08% from 245); Blue value is 9 (3.91% from 255 or 3.67% from 245); Max value from RGB is 226 - color contains mainly: red. Hex color #E20A09 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E20A09 is #1DF5F6. Grayscale: #4A4A4A. Windows color (decimal): -1963511 or 592610. OLE color: 592610.
HSL color Cylindrical-coordinate representation of color #E20A09: hue angle of 0.28º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E20A09 is Cyan = 0, Magento = 0.96, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 10 | 9 | - |
| CMYK | 0 | 0.96 | 0.96 | 0.11 |
| HSL | 0.28º | 0.92% | 0.46% | - |
| HSV(B) | 0.28º | 0.96% | 0.89% | - |
| XYZ | 31.52 | 16.41 | 1.76 | - |
| YUV | 74.47 | 91.06 | 236.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 10 | 9 | 0 | 0.96 | 0.96 | 0.11 | 0.28 | 0.92 | 0.46 |
| Hex | E2 | A | 9 | 0 | 60 | 60 | B | 0 | 5C | 2E |
| Octal | 342 | 12 | 11 | 0 | 140 | 140 | 13 | 0 | 134 | 56 |
| Binary | 11100010 | 1010 | 1001 | 0 | 1100000 | 1100000 | 1011 | 0 | 1011100 | 101110 |
Color Harmonies of #E20A09
Complementary color
Monochromatic Colors of #E20A09
Black with #E20A09
Text Example
Text Example
White with #E20A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20A09; }
p { color: rgb(226,10,9); }
H1.HeaderClassName
{
color: #E20A09;
}
.AnyTagClassName
{
color: #E20A09;
}
</style>
background-color css
<style>
a { background-color: #E20A09; }
a { background-color: rgb(226,10,9); }
div.DivClassName
{
background-color: #E20A09;
}
.BgClassName
{
background-color: #E20A09;
}
</style>
border-color css
<style>
span { border-color: #E20A09; }
span { border-color: rgb(226,10,9); }
td.TdClassName
{
border-color: #E20A09;
}
.TagClassName
{
border-color: #E20A09;
}
</style>