Shades of Red #E50908
Tints of Red #E50908
RGB
CMYK
RGB Variations
Color information
#E50908 (or 0xE50908) is known color: Red. HEX triplet: E5, 09 and 08. RGB value is (229,9,8). Sum of RGB (Red+Green+Blue) = 229+9+8=246 (32% of max value = 765). Red value is 229 (89.84% from 255 or 93.09% from 246); Green value is 9 (3.91% from 255 or 3.66% from 246); Blue value is 8 (3.52% from 255 or 3.25% from 246); Max value from RGB is 229 - color contains mainly: red. Hex color #E50908 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E50908 is #1AF6F7. Grayscale: #4A4A4A. Windows color (decimal): -1767160 or 526821. OLE color: 526821.
HSL color Cylindrical-coordinate representation of color #E50908: hue angle of 0.27º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E50908 is Cyan = 0, Magento = 0.96, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 9 | 8 | - |
| CMYK | 0 | 0.96 | 0.97 | 0.10 |
| HSL | 0.27º | 0.93% | 0.46% | - |
| HSV(B) | 0.27º | 0.97% | 0.9% | - |
| XYZ | 32.45 | 16.87 | 1.78 | - |
| YUV | 74.67 | 90.39 | 238.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 9 | 8 | 0 | 0.96 | 0.97 | 0.10 | 0.27 | 0.93 | 0.46 |
| Hex | E5 | 9 | 8 | 0 | 60 | 61 | A | 0 | 5D | 2E |
| Octal | 345 | 11 | 10 | 0 | 140 | 141 | 12 | 0 | 135 | 56 |
| Binary | 11100101 | 1001 | 1000 | 0 | 1100000 | 1100001 | 1010 | 0 | 1011101 | 101110 |
Color Harmonies of #E50908
Complementary color
Monochromatic Colors of #E50908
Black with #E50908
Text Example
Text Example
White with #E50908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50908; }
p { color: rgb(229,9,8); }
H1.HeaderClassName
{
color: #E50908;
}
.AnyTagClassName
{
color: #E50908;
}
</style>
background-color css
<style>
a { background-color: #E50908; }
a { background-color: rgb(229,9,8); }
div.DivClassName
{
background-color: #E50908;
}
.BgClassName
{
background-color: #E50908;
}
</style>
border-color css
<style>
span { border-color: #E50908; }
span { border-color: rgb(229,9,8); }
td.TdClassName
{
border-color: #E50908;
}
.TagClassName
{
border-color: #E50908;
}
</style>