Shades of Red #E50F08
Tints of Red #E50F08
RGB
CMYK
RGB Variations
Color information
#E50F08 (or 0xE50F08) is known color: Red. HEX triplet: E5, 0F and 08. RGB value is (229,15,8). Sum of RGB (Red+Green+Blue) = 229+15+8=252 (33% of max value = 765). Red value is 229 (89.84% from 255 or 90.87% from 252); Green value is 15 (6.25% from 255 or 5.95% from 252); Blue value is 8 (3.52% from 255 or 3.17% from 252); Max value from RGB is 229 - color contains mainly: red. Hex color #E50F08 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E50F08 is #1AF0F7. Grayscale: #4E4E4E. Windows color (decimal): -1765624 or 528357. OLE color: 528357.
HSL color Cylindrical-coordinate representation of color #E50F08: hue angle of 1.9º 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 #E50F08 is Cyan = 0, Magento = 0.93, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 15 | 8 | - |
| CMYK | 0 | 0.93 | 0.97 | 0.10 |
| HSL | 1.9º | 0.93% | 0.46% | - |
| HSV(B) | 1.9º | 0.97% | 0.9% | - |
| XYZ | 32.53 | 17.02 | 1.8 | - |
| YUV | 78.19 | 88.4 | 235.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 15 | 8 | 0 | 0.93 | 0.97 | 0.10 | 1.9 | 0.93 | 0.46 |
| Hex | E5 | F | 8 | 0 | 5D | 61 | A | 2 | 5D | 2E |
| Octal | 345 | 17 | 10 | 0 | 135 | 141 | 12 | 2 | 135 | 56 |
| Binary | 11100101 | 1111 | 1000 | 0 | 1011101 | 1100001 | 1010 | 10 | 1011101 | 101110 |
Color Harmonies of #E50F08
Complementary color
Monochromatic Colors of #E50F08
Black with #E50F08
Text Example
Text Example
White with #E50F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50F08; }
p { color: rgb(229,15,8); }
H1.HeaderClassName
{
color: #E50F08;
}
.AnyTagClassName
{
color: #E50F08;
}
</style>
background-color css
<style>
a { background-color: #E50F08; }
a { background-color: rgb(229,15,8); }
div.DivClassName
{
background-color: #E50F08;
}
.BgClassName
{
background-color: #E50F08;
}
</style>
border-color css
<style>
span { border-color: #E50F08; }
span { border-color: rgb(229,15,8); }
td.TdClassName
{
border-color: #E50F08;
}
.TagClassName
{
border-color: #E50F08;
}
</style>