Shades of Red #E50F00
Tints of Red #E50F00
RGB
CMYK
RGB Variations
Color information
#E50F00 (or 0xE50F00) is known color: Red. HEX triplet: E5, 0F and 00. RGB value is (229,15,0). Sum of RGB (Red+Green+Blue) = 229+15+0=244 (32% of max value = 765). Red value is 229 (89.84% from 255 or 93.85% from 244); Green value is 15 (6.25% from 255 or 6.15% from 244); Blue value is 0 (0.39% from 255 or 0% from 244); Max value from RGB is 229 - color contains mainly: red. Hex color #E50F00 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E50F00 is #1AF0FF. Grayscale: #4D4D4D. Windows color (decimal): -1765632 or 4069. OLE color: 4069.
HSL color Cylindrical-coordinate representation of color #E50F00: hue angle of 3.93º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E50F00 is Cyan = 0, Magento = 0.93, Yellow = 1 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 15 | 0 | - |
| CMYK | 0 | 0.93 | 1 | 0.10 |
| HSL | 3.93º | 1% | 0.45% | - |
| HSV(B) | 3.93º | 1% | 0.9% | - |
| XYZ | 32.48 | 17 | 1.57 | - |
| YUV | 77.28 | 84.4 | 236.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 15 | 0 | 0 | 0.93 | 1 | 0.10 | 3.93 | 1 | 0.45 |
| Hex | E5 | F | 0 | 0 | 5D | 64 | A | 4 | 64 | 2D |
| Octal | 345 | 17 | 0 | 0 | 135 | 144 | 12 | 4 | 144 | 55 |
| Binary | 11100101 | 1111 | 0 | 0 | 1011101 | 1100100 | 1010 | 100 | 1100100 | 101101 |
Color Harmonies of #E50F00
Complementary color
Monochromatic Colors of #E50F00
Black with #E50F00
Text Example
Text Example
White with #E50F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50F00; }
p { color: rgb(229,15,0); }
H1.HeaderClassName
{
color: #E50F00;
}
.AnyTagClassName
{
color: #E50F00;
}
</style>
background-color css
<style>
a { background-color: #E50F00; }
a { background-color: rgb(229,15,0); }
div.DivClassName
{
background-color: #E50F00;
}
.BgClassName
{
background-color: #E50F00;
}
</style>
border-color css
<style>
span { border-color: #E50F00; }
span { border-color: rgb(229,15,0); }
td.TdClassName
{
border-color: #E50F00;
}
.TagClassName
{
border-color: #E50F00;
}
</style>