Shades of Red #E51211
Tints of Red #E51211
RGB
CMYK
RGB Variations
Color information
#E51211 (or 0xE51211) is known color: Red. HEX triplet: E5, 12 and 11. RGB value is (229,18,17). Sum of RGB (Red+Green+Blue) = 229+18+17=264 (34% of max value = 765). Red value is 229 (89.84% from 255 or 86.74% from 264); Green value is 18 (7.42% from 255 or 6.82% from 264); Blue value is 17 (7.03% from 255 or 6.44% from 264); Max value from RGB is 229 - color contains mainly: red. Hex color #E51211 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E51211 is #1AEDEE. Grayscale: #515151. Windows color (decimal): -1764847 or 1118949. OLE color: 1118949.
HSL color Cylindrical-coordinate representation of color #E51211: hue angle of 0.28º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E51211 is Cyan = 0, Magento = 0.92, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 18 | 17 | - |
| CMYK | 0 | 0.92 | 0.93 | 0.10 |
| HSL | 0.28º | 0.86% | 0.48% | - |
| HSV(B) | 0.28º | 0.93% | 0.9% | - |
| XYZ | 32.63 | 17.13 | 2.12 | - |
| YUV | 80.98 | 91.9 | 233.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 18 | 17 | 0 | 0.92 | 0.93 | 0.10 | 0.28 | 0.86 | 0.48 |
| Hex | E5 | 12 | 11 | 0 | 5C | 5D | A | 0 | 56 | 30 |
| Octal | 345 | 22 | 21 | 0 | 134 | 135 | 12 | 0 | 126 | 60 |
| Binary | 11100101 | 10010 | 10001 | 0 | 1011100 | 1011101 | 1010 | 0 | 1010110 | 110000 |
Color Harmonies of #E51211
Complementary color
Monochromatic Colors of #E51211
Black with #E51211
Text Example
Text Example
White with #E51211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51211; }
p { color: rgb(229,18,17); }
H1.HeaderClassName
{
color: #E51211;
}
.AnyTagClassName
{
color: #E51211;
}
</style>
background-color css
<style>
a { background-color: #E51211; }
a { background-color: rgb(229,18,17); }
div.DivClassName
{
background-color: #E51211;
}
.BgClassName
{
background-color: #E51211;
}
</style>
border-color css
<style>
span { border-color: #E51211; }
span { border-color: rgb(229,18,17); }
td.TdClassName
{
border-color: #E51211;
}
.TagClassName
{
border-color: #E51211;
}
</style>