Shades of Red #E50F07
Tints of Red #E50F07
RGB
CMYK
RGB Variations
Color information
#E50F07 (or 0xE50F07) is known color: Red. HEX triplet: E5, 0F and 07. RGB value is (229,15,7). Sum of RGB (Red+Green+Blue) = 229+15+7=251 (33% of max value = 765). Red value is 229 (89.84% from 255 or 91.24% from 251); Green value is 15 (6.25% from 255 or 5.98% from 251); Blue value is 7 (3.12% from 255 or 2.79% from 251); Max value from RGB is 229 - color contains mainly: red. Hex color #E50F07 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E50F07 is #1AF0F8. Grayscale: #4E4E4E. Windows color (decimal): -1765625 or 462821. OLE color: 462821.
HSL color Cylindrical-coordinate representation of color #E50F07: hue angle of 2.16º degrees, saturation: 0.94, 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 #E50F07 is Cyan = 0, Magento = 0.93, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 15 | 7 | - |
| CMYK | 0 | 0.93 | 0.97 | 0.10 |
| HSL | 2.16º | 0.94% | 0.46% | - |
| HSV(B) | 2.16º | 0.97% | 0.9% | - |
| XYZ | 32.52 | 17.02 | 1.77 | - |
| YUV | 78.07 | 87.9 | 235.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 15 | 7 | 0 | 0.93 | 0.97 | 0.10 | 2.16 | 0.94 | 0.46 |
| Hex | E5 | F | 7 | 0 | 5D | 61 | A | 2 | 5E | 2E |
| Octal | 345 | 17 | 7 | 0 | 135 | 141 | 12 | 2 | 136 | 56 |
| Binary | 11100101 | 1111 | 111 | 0 | 1011101 | 1100001 | 1010 | 10 | 1011110 | 101110 |
Color Harmonies of #E50F07
Complementary color
Monochromatic Colors of #E50F07
Black with #E50F07
Text Example
Text Example
White with #E50F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50F07; }
p { color: rgb(229,15,7); }
H1.HeaderClassName
{
color: #E50F07;
}
.AnyTagClassName
{
color: #E50F07;
}
</style>
background-color css
<style>
a { background-color: #E50F07; }
a { background-color: rgb(229,15,7); }
div.DivClassName
{
background-color: #E50F07;
}
.BgClassName
{
background-color: #E50F07;
}
</style>
border-color css
<style>
span { border-color: #E50F07; }
span { border-color: rgb(229,15,7); }
td.TdClassName
{
border-color: #E50F07;
}
.TagClassName
{
border-color: #E50F07;
}
</style>