Shades of Red #E50F04
Tints of Red #E50F04
RGB
CMYK
RGB Variations
Color information
#E50F04 (or 0xE50F04) is known color: Red. HEX triplet: E5, 0F and 04. RGB value is (229,15,4). Sum of RGB (Red+Green+Blue) = 229+15+4=248 (32% of max value = 765). Red value is 229 (89.84% from 255 or 92.34% from 248); Green value is 15 (6.25% from 255 or 6.05% from 248); Blue value is 4 (1.95% from 255 or 1.61% from 248); Max value from RGB is 229 - color contains mainly: red. Hex color #E50F04 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E50F04 is #1AF0FB. Grayscale: #4D4D4D. Windows color (decimal): -1765628 or 266213. OLE color: 266213.
HSL color Cylindrical-coordinate representation of color #E50F04: hue angle of 2.93º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E50F04 is Cyan = 0, Magento = 0.93, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 15 | 4 | - |
| CMYK | 0 | 0.93 | 0.98 | 0.10 |
| HSL | 2.93º | 0.97% | 0.46% | - |
| HSV(B) | 2.93º | 0.98% | 0.9% | - |
| XYZ | 32.51 | 17.01 | 1.68 | - |
| YUV | 77.73 | 86.4 | 235.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 15 | 4 | 0 | 0.93 | 0.98 | 0.10 | 2.93 | 0.97 | 0.46 |
| Hex | E5 | F | 4 | 0 | 5D | 62 | A | 3 | 61 | 2E |
| Octal | 345 | 17 | 4 | 0 | 135 | 142 | 12 | 3 | 141 | 56 |
| Binary | 11100101 | 1111 | 100 | 0 | 1011101 | 1100010 | 1010 | 11 | 1100001 | 101110 |
Color Harmonies of #E50F04
Complementary color
Monochromatic Colors of #E50F04
Black with #E50F04
Text Example
Text Example
White with #E50F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50F04; }
p { color: rgb(229,15,4); }
H1.HeaderClassName
{
color: #E50F04;
}
.AnyTagClassName
{
color: #E50F04;
}
</style>
background-color css
<style>
a { background-color: #E50F04; }
a { background-color: rgb(229,15,4); }
div.DivClassName
{
background-color: #E50F04;
}
.BgClassName
{
background-color: #E50F04;
}
</style>
border-color css
<style>
span { border-color: #E50F04; }
span { border-color: rgb(229,15,4); }
td.TdClassName
{
border-color: #E50F04;
}
.TagClassName
{
border-color: #E50F04;
}
</style>