Shades of Red #E51004
Tints of Red #E51004
RGB
CMYK
RGB Variations
Color information
#E51004 (or 0xE51004) is known color: Red. HEX triplet: E5, 10 and 04. RGB value is (229,16,4). Sum of RGB (Red+Green+Blue) = 229+16+4=249 (32% of max value = 765). Red value is 229 (89.84% from 255 or 91.97% from 249); Green value is 16 (6.64% from 255 or 6.43% from 249); Blue value is 4 (1.95% from 255 or 1.61% from 249); Max value from RGB is 229 - color contains mainly: red. Hex color #E51004 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E51004 is #1AEFFB. Grayscale: #4E4E4E. Windows color (decimal): -1765372 or 266469. OLE color: 266469.
HSL color Cylindrical-coordinate representation of color #E51004: hue angle of 3.2º 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 #E51004 is Cyan = 0, Magento = 0.93, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 16 | 4 | - |
| CMYK | 0 | 0.93 | 0.98 | 0.10 |
| HSL | 3.2º | 0.97% | 0.46% | - |
| HSV(B) | 3.2º | 0.98% | 0.9% | - |
| XYZ | 32.52 | 17.04 | 1.69 | - |
| YUV | 78.32 | 86.07 | 235.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 16 | 4 | 0 | 0.93 | 0.98 | 0.10 | 3.2 | 0.97 | 0.46 |
| Hex | E5 | 10 | 4 | 0 | 5D | 62 | A | 3 | 61 | 2E |
| Octal | 345 | 20 | 4 | 0 | 135 | 142 | 12 | 3 | 141 | 56 |
| Binary | 11100101 | 10000 | 100 | 0 | 1011101 | 1100010 | 1010 | 11 | 1100001 | 101110 |
Color Harmonies of #E51004
Complementary color
Monochromatic Colors of #E51004
Black with #E51004
Text Example
Text Example
White with #E51004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51004; }
p { color: rgb(229,16,4); }
H1.HeaderClassName
{
color: #E51004;
}
.AnyTagClassName
{
color: #E51004;
}
</style>
background-color css
<style>
a { background-color: #E51004; }
a { background-color: rgb(229,16,4); }
div.DivClassName
{
background-color: #E51004;
}
.BgClassName
{
background-color: #E51004;
}
</style>
border-color css
<style>
span { border-color: #E51004; }
span { border-color: rgb(229,16,4); }
td.TdClassName
{
border-color: #E51004;
}
.TagClassName
{
border-color: #E51004;
}
</style>