Shades of Red #E20908
Tints of Red #E20908
RGB
CMYK
RGB Variations
Color information
#E20908 (or 0xE20908) is known color: Red. HEX triplet: E2, 09 and 08. RGB value is (226,9,8). Sum of RGB (Red+Green+Blue) = 226+9+8=243 (32% of max value = 765). Red value is 226 (88.67% from 255 or 93.00% from 243); Green value is 9 (3.91% from 255 or 3.70% from 243); Blue value is 8 (3.52% from 255 or 3.29% from 243); Max value from RGB is 226 - color contains mainly: red. Hex color #E20908 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E20908 is #1DF6F7. Grayscale: #494949. Windows color (decimal): -1963768 or 526818. OLE color: 526818.
HSL color Cylindrical-coordinate representation of color #E20908: hue angle of 0.28º degrees, saturation: 0.93, 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 #E20908 is Cyan = 0, Magento = 0.96, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 9 | 8 | - |
| CMYK | 0 | 0.96 | 0.96 | 0.11 |
| HSL | 0.28º | 0.93% | 0.46% | - |
| HSV(B) | 0.28º | 0.96% | 0.89% | - |
| XYZ | 31.51 | 16.38 | 1.73 | - |
| YUV | 73.77 | 90.89 | 236.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 9 | 8 | 0 | 0.96 | 0.96 | 0.11 | 0.28 | 0.93 | 0.46 |
| Hex | E2 | 9 | 8 | 0 | 60 | 60 | B | 0 | 5D | 2E |
| Octal | 342 | 11 | 10 | 0 | 140 | 140 | 13 | 0 | 135 | 56 |
| Binary | 11100010 | 1001 | 1000 | 0 | 1100000 | 1100000 | 1011 | 0 | 1011101 | 101110 |
Color Harmonies of #E20908
Complementary color
Monochromatic Colors of #E20908
Black with #E20908
Text Example
Text Example
White with #E20908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20908; }
p { color: rgb(226,9,8); }
H1.HeaderClassName
{
color: #E20908;
}
.AnyTagClassName
{
color: #E20908;
}
</style>
background-color css
<style>
a { background-color: #E20908; }
a { background-color: rgb(226,9,8); }
div.DivClassName
{
background-color: #E20908;
}
.BgClassName
{
background-color: #E20908;
}
</style>
border-color css
<style>
span { border-color: #E20908; }
span { border-color: rgb(226,9,8); }
td.TdClassName
{
border-color: #E20908;
}
.TagClassName
{
border-color: #E20908;
}
</style>