Shades of Red #E51204
Tints of Red #E51204
RGB
CMYK
RGB Variations
Color information
#E51204 (or 0xE51204) is known color: Red. HEX triplet: E5, 12 and 04. RGB value is (229,18,4). Sum of RGB (Red+Green+Blue) = 229+18+4=251 (33% of max value = 765). Red value is 229 (89.84% from 255 or 91.24% from 251); Green value is 18 (7.42% from 255 or 7.17% from 251); Blue value is 4 (1.95% from 255 or 1.59% from 251); Max value from RGB is 229 - color contains mainly: red. Hex color #E51204 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E51204 is #1AEDFB. Grayscale: #4F4F4F. Windows color (decimal): -1764860 or 266981. OLE color: 266981.
HSL color Cylindrical-coordinate representation of color #E51204: hue angle of 3.73º 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 #E51204 is Cyan = 0, Magento = 0.92, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 18 | 4 | - |
| CMYK | 0 | 0.92 | 0.98 | 0.10 |
| HSL | 3.73º | 0.97% | 0.46% | - |
| HSV(B) | 3.73º | 0.98% | 0.9% | - |
| XYZ | 32.55 | 17.1 | 1.7 | - |
| YUV | 79.49 | 85.4 | 234.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 18 | 4 | 0 | 0.92 | 0.98 | 0.10 | 3.73 | 0.97 | 0.46 |
| Hex | E5 | 12 | 4 | 0 | 5C | 62 | A | 4 | 61 | 2E |
| Octal | 345 | 22 | 4 | 0 | 134 | 142 | 12 | 4 | 141 | 56 |
| Binary | 11100101 | 10010 | 100 | 0 | 1011100 | 1100010 | 1010 | 100 | 1100001 | 101110 |
Color Harmonies of #E51204
Complementary color
Monochromatic Colors of #E51204
Black with #E51204
Text Example
Text Example
White with #E51204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51204; }
p { color: rgb(229,18,4); }
H1.HeaderClassName
{
color: #E51204;
}
.AnyTagClassName
{
color: #E51204;
}
</style>
background-color css
<style>
a { background-color: #E51204; }
a { background-color: rgb(229,18,4); }
div.DivClassName
{
background-color: #E51204;
}
.BgClassName
{
background-color: #E51204;
}
</style>
border-color css
<style>
span { border-color: #E51204; }
span { border-color: rgb(229,18,4); }
td.TdClassName
{
border-color: #E51204;
}
.TagClassName
{
border-color: #E51204;
}
</style>