Shades of Red #E20909
Tints of Red #E20909
RGB
CMYK
RGB Variations
Color information
#E20909 (or 0xE20909) is known color: Red. HEX triplet: E2, 09 and 09. RGB value is (226,9,9). Sum of RGB (Red+Green+Blue) = 226+9+9=244 (32% of max value = 765). Red value is 226 (88.67% from 255 or 92.62% from 244); Green value is 9 (3.91% from 255 or 3.69% from 244); Blue value is 9 (3.91% from 255 or 3.69% from 244); Max value from RGB is 226 - color contains mainly: red. Hex color #E20909 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E20909 is #1DF6F6. Grayscale: #4A4A4A. Windows color (decimal): -1963767 or 592354. OLE color: 592354.
HSL color Cylindrical-coordinate representation of color #E20909: hue angle of 0º 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 #E20909 is Cyan = 0, Magento = 0.96, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 9 | 9 | - |
| CMYK | 0 | 0.96 | 0.96 | 0.11 |
| HSL | 0º | 0.92% | 0.46% | - |
| HSV(B) | 0º | 0.96% | 0.89% | - |
| XYZ | 31.51 | 16.38 | 1.76 | - |
| YUV | 73.88 | 91.39 | 236.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 9 | 9 | 0 | 0.96 | 0.96 | 0.11 | 0 | 0.92 | 0.46 |
| Hex | E2 | 9 | 9 | 0 | 60 | 60 | B | 0 | 5C | 2E |
| Octal | 342 | 11 | 11 | 0 | 140 | 140 | 13 | 0 | 134 | 56 |
| Binary | 11100010 | 1001 | 1001 | 0 | 1100000 | 1100000 | 1011 | 0 | 1011100 | 101110 |
Color Harmonies of #E20909
Complementary color
Monochromatic Colors of #E20909
Black with #E20909
Text Example
Text Example
White with #E20909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20909; }
p { color: rgb(226,9,9); }
H1.HeaderClassName
{
color: #E20909;
}
.AnyTagClassName
{
color: #E20909;
}
</style>
background-color css
<style>
a { background-color: #E20909; }
a { background-color: rgb(226,9,9); }
div.DivClassName
{
background-color: #E20909;
}
.BgClassName
{
background-color: #E20909;
}
</style>
border-color css
<style>
span { border-color: #E20909; }
span { border-color: rgb(226,9,9); }
td.TdClassName
{
border-color: #E20909;
}
.TagClassName
{
border-color: #E20909;
}
</style>