Shades of Red #E21109
Tints of Red #E21109
RGB
CMYK
RGB Variations
Color information
#E21109 (or 0xE21109) is known color: Red. HEX triplet: E2, 11 and 09. RGB value is (226,17,9). Sum of RGB (Red+Green+Blue) = 226+17+9=252 (33% of max value = 765). Red value is 226 (88.67% from 255 or 89.68% from 252); Green value is 17 (7.03% from 255 or 6.75% from 252); Blue value is 9 (3.91% from 255 or 3.57% from 252); Max value from RGB is 226 - color contains mainly: red. Hex color #E21109 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E21109 is #1DEEF6. Grayscale: #4E4E4E. Windows color (decimal): -1961719 or 594402. OLE color: 594402.
HSL color Cylindrical-coordinate representation of color #E21109: hue angle of 2.21º 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 #E21109 is Cyan = 0, Magento = 0.92, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 17 | 9 | - |
| CMYK | 0 | 0.92 | 0.96 | 0.11 |
| HSL | 2.21º | 0.92% | 0.46% | - |
| HSV(B) | 2.21º | 0.96% | 0.89% | - |
| XYZ | 31.61 | 16.59 | 1.79 | - |
| YUV | 78.58 | 88.74 | 233.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 17 | 9 | 0 | 0.92 | 0.96 | 0.11 | 2.21 | 0.92 | 0.46 |
| Hex | E2 | 11 | 9 | 0 | 5C | 60 | B | 2 | 5C | 2E |
| Octal | 342 | 21 | 11 | 0 | 134 | 140 | 13 | 2 | 134 | 56 |
| Binary | 11100010 | 10001 | 1001 | 0 | 1011100 | 1100000 | 1011 | 10 | 1011100 | 101110 |
Color Harmonies of #E21109
Complementary color
Monochromatic Colors of #E21109
Black with #E21109
Text Example
Text Example
White with #E21109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21109; }
p { color: rgb(226,17,9); }
H1.HeaderClassName
{
color: #E21109;
}
.AnyTagClassName
{
color: #E21109;
}
</style>
background-color css
<style>
a { background-color: #E21109; }
a { background-color: rgb(226,17,9); }
div.DivClassName
{
background-color: #E21109;
}
.BgClassName
{
background-color: #E21109;
}
</style>
border-color css
<style>
span { border-color: #E21109; }
span { border-color: rgb(226,17,9); }
td.TdClassName
{
border-color: #E21109;
}
.TagClassName
{
border-color: #E21109;
}
</style>