Shades of Red #E51101
Tints of Red #E51101
RGB
CMYK
RGB Variations
Color information
#E51101 (or 0xE51101) is known color: Red. HEX triplet: E5, 11 and 01. RGB value is (229,17,1). Sum of RGB (Red+Green+Blue) = 229+17+1=247 (32% of max value = 765). Red value is 229 (89.84% from 255 or 92.71% from 247); Green value is 17 (7.03% from 255 or 6.88% from 247); Blue value is 1 (0.78% from 255 or 0.40% from 247); Max value from RGB is 229 - color contains mainly: red. Hex color #E51101 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E51101 is #1AEEFE. Grayscale: #4E4E4E. Windows color (decimal): -1765119 or 70117. OLE color: 70117.
HSL color Cylindrical-coordinate representation of color #E51101: hue angle of 4.21º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E51101 is Cyan = 0, Magento = 0.93, Yellow = 1.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 17 | 1 | - |
| CMYK | 0 | 0.93 | 1.00 | 0.10 |
| HSL | 4.21º | 0.99% | 0.45% | - |
| HSV(B) | 4.21º | 1% | 0.9% | - |
| XYZ | 32.52 | 17.06 | 1.61 | - |
| YUV | 78.56 | 84.24 | 235.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 17 | 1 | 0 | 0.93 | 1.00 | 0.10 | 4.21 | 0.99 | 0.45 |
| Hex | E5 | 11 | 1 | 0 | 5D | 64 | A | 4 | 63 | 2D |
| Octal | 345 | 21 | 1 | 0 | 135 | 144 | 12 | 4 | 143 | 55 |
| Binary | 11100101 | 10001 | 1 | 0 | 1011101 | 1100100 | 1010 | 100 | 1100011 | 101101 |
Color Harmonies of #E51101
Complementary color
Monochromatic Colors of #E51101
Black with #E51101
Text Example
Text Example
White with #E51101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51101; }
p { color: rgb(229,17,1); }
H1.HeaderClassName
{
color: #E51101;
}
.AnyTagClassName
{
color: #E51101;
}
</style>
background-color css
<style>
a { background-color: #E51101; }
a { background-color: rgb(229,17,1); }
div.DivClassName
{
background-color: #E51101;
}
.BgClassName
{
background-color: #E51101;
}
</style>
border-color css
<style>
span { border-color: #E51101; }
span { border-color: rgb(229,17,1); }
td.TdClassName
{
border-color: #E51101;
}
.TagClassName
{
border-color: #E51101;
}
</style>