Shades of Red #E20905
Tints of Red #E20905
RGB
CMYK
RGB Variations
Color information
#E20905 (or 0xE20905) is known color: Red. HEX triplet: E2, 09 and 05. RGB value is (226,9,5). Sum of RGB (Red+Green+Blue) = 226+9+5=240 (31% of max value = 765). Red value is 226 (88.67% from 255 or 94.17% from 240); Green value is 9 (3.91% from 255 or 3.75% from 240); Blue value is 5 (2.34% from 255 or 2.08% from 240); Max value from RGB is 226 - color contains mainly: red. Hex color #E20905 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E20905 is #1DF6FA. Grayscale: #494949. Windows color (decimal): -1963771 or 330210. OLE color: 330210.
HSL color Cylindrical-coordinate representation of color #E20905: hue angle of 1.09º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E20905 is Cyan = 0, Magento = 0.96, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 9 | 5 | - |
| CMYK | 0 | 0.96 | 0.98 | 0.11 |
| HSL | 1.09º | 0.96% | 0.45% | - |
| HSV(B) | 1.09º | 0.98% | 0.89% | - |
| XYZ | 31.49 | 16.38 | 1.64 | - |
| YUV | 73.43 | 89.39 | 236.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 9 | 5 | 0 | 0.96 | 0.98 | 0.11 | 1.09 | 0.96 | 0.45 |
| Hex | E2 | 9 | 5 | 0 | 60 | 62 | B | 1 | 60 | 2D |
| Octal | 342 | 11 | 5 | 0 | 140 | 142 | 13 | 1 | 140 | 55 |
| Binary | 11100010 | 1001 | 101 | 0 | 1100000 | 1100010 | 1011 | 1 | 1100000 | 101101 |
Color Harmonies of #E20905
Complementary color
Monochromatic Colors of #E20905
Black with #E20905
Text Example
Text Example
White with #E20905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20905; }
p { color: rgb(226,9,5); }
H1.HeaderClassName
{
color: #E20905;
}
.AnyTagClassName
{
color: #E20905;
}
</style>
background-color css
<style>
a { background-color: #E20905; }
a { background-color: rgb(226,9,5); }
div.DivClassName
{
background-color: #E20905;
}
.BgClassName
{
background-color: #E20905;
}
</style>
border-color css
<style>
span { border-color: #E20905; }
span { border-color: rgb(226,9,5); }
td.TdClassName
{
border-color: #E20905;
}
.TagClassName
{
border-color: #E20905;
}
</style>