Shades of Red #E50F03
Tints of Red #E50F03
RGB
CMYK
RGB Variations
Color information
#E50F03 (or 0xE50F03) is known color: Red. HEX triplet: E5, 0F and 03. RGB value is (229,15,3). Sum of RGB (Red+Green+Blue) = 229+15+3=247 (32% of max value = 765). Red value is 229 (89.84% from 255 or 92.71% from 247); Green value is 15 (6.25% from 255 or 6.07% from 247); Blue value is 3 (1.56% from 255 or 1.21% from 247); Max value from RGB is 229 - color contains mainly: red. Hex color #E50F03 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E50F03 is #1AF0FC. Grayscale: #4D4D4D. Windows color (decimal): -1765629 or 200677. OLE color: 200677.
HSL color Cylindrical-coordinate representation of color #E50F03: hue angle of 3.19º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E50F03 is Cyan = 0, Magento = 0.93, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 15 | 3 | - |
| CMYK | 0 | 0.93 | 0.99 | 0.10 |
| HSL | 3.19º | 0.97% | 0.45% | - |
| HSV(B) | 3.19º | 0.99% | 0.9% | - |
| XYZ | 32.5 | 17.01 | 1.66 | - |
| YUV | 77.62 | 85.9 | 235.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 15 | 3 | 0 | 0.93 | 0.99 | 0.10 | 3.19 | 0.97 | 0.45 |
| Hex | E5 | F | 3 | 0 | 5D | 63 | A | 3 | 61 | 2D |
| Octal | 345 | 17 | 3 | 0 | 135 | 143 | 12 | 3 | 141 | 55 |
| Binary | 11100101 | 1111 | 11 | 0 | 1011101 | 1100011 | 1010 | 11 | 1100001 | 101101 |
Color Harmonies of #E50F03
Complementary color
Monochromatic Colors of #E50F03
Black with #E50F03
Text Example
Text Example
White with #E50F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50F03; }
p { color: rgb(229,15,3); }
H1.HeaderClassName
{
color: #E50F03;
}
.AnyTagClassName
{
color: #E50F03;
}
</style>
background-color css
<style>
a { background-color: #E50F03; }
a { background-color: rgb(229,15,3); }
div.DivClassName
{
background-color: #E50F03;
}
.BgClassName
{
background-color: #E50F03;
}
</style>
border-color css
<style>
span { border-color: #E50F03; }
span { border-color: rgb(229,15,3); }
td.TdClassName
{
border-color: #E50F03;
}
.TagClassName
{
border-color: #E50F03;
}
</style>