Shades of Red #E50504
Tints of Red #E50504
RGB
CMYK
RGB Variations
Color information
#E50504 (or 0xE50504) is known color: Red. HEX triplet: E5, 05 and 04. RGB value is (229,5,4). Sum of RGB (Red+Green+Blue) = 229+5+4=238 (31% of max value = 765). Red value is 229 (89.84% from 255 or 96.22% from 238); Green value is 5 (2.34% from 255 or 2.10% from 238); Blue value is 4 (1.95% from 255 or 1.68% from 238); Max value from RGB is 229 - color contains mainly: red. Hex color #E50504 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E50504 is #1AFAFB. Grayscale: #484848. Windows color (decimal): -1768188 or 263653. OLE color: 263653.
HSL color Cylindrical-coordinate representation of color #E50504: hue angle of 0.27º 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 #E50504 is Cyan = 0, Magento = 0.98, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 5 | 4 | - |
| CMYK | 0 | 0.98 | 0.98 | 0.10 |
| HSL | 0.27º | 0.97% | 0.46% | - |
| HSV(B) | 0.27º | 0.98% | 0.9% | - |
| XYZ | 32.39 | 16.78 | 1.65 | - |
| YUV | 71.86 | 89.71 | 240.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 5 | 4 | 0 | 0.98 | 0.98 | 0.10 | 0.27 | 0.97 | 0.46 |
| Hex | E5 | 5 | 4 | 0 | 62 | 62 | A | 0 | 61 | 2E |
| Octal | 345 | 5 | 4 | 0 | 142 | 142 | 12 | 0 | 141 | 56 |
| Binary | 11100101 | 101 | 100 | 0 | 1100010 | 1100010 | 1010 | 0 | 1100001 | 101110 |
Color Harmonies of #E50504
Complementary color
Monochromatic Colors of #E50504
Black with #E50504
Text Example
Text Example
White with #E50504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50504; }
p { color: rgb(229,5,4); }
H1.HeaderClassName
{
color: #E50504;
}
.AnyTagClassName
{
color: #E50504;
}
</style>
background-color css
<style>
a { background-color: #E50504; }
a { background-color: rgb(229,5,4); }
div.DivClassName
{
background-color: #E50504;
}
.BgClassName
{
background-color: #E50504;
}
</style>
border-color css
<style>
span { border-color: #E50504; }
span { border-color: rgb(229,5,4); }
td.TdClassName
{
border-color: #E50504;
}
.TagClassName
{
border-color: #E50504;
}
</style>