Shades of Red #E51001
Tints of Red #E51001
RGB
CMYK
RGB Variations
Color information
#E51001 (or 0xE51001) is known color: Red. HEX triplet: E5, 10 and 01. RGB value is (229,16,1). Sum of RGB (Red+Green+Blue) = 229+16+1=246 (32% of max value = 765). Red value is 229 (89.84% from 255 or 93.09% from 246); Green value is 16 (6.64% from 255 or 6.50% from 246); Blue value is 1 (0.78% from 255 or 0.41% from 246); Max value from RGB is 229 - color contains mainly: red. Hex color #E51001 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E51001 is #1AEFFE. Grayscale: #4E4E4E. Windows color (decimal): -1765375 or 69861. OLE color: 69861.
HSL color Cylindrical-coordinate representation of color #E51001: hue angle of 3.95º 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 #E51001 is Cyan = 0, Magento = 0.93, Yellow = 1.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 16 | 1 | - |
| CMYK | 0 | 0.93 | 1.00 | 0.10 |
| HSL | 3.95º | 0.99% | 0.45% | - |
| HSV(B) | 3.95º | 1% | 0.9% | - |
| XYZ | 32.5 | 17.03 | 1.6 | - |
| YUV | 77.98 | 84.57 | 235.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 16 | 1 | 0 | 0.93 | 1.00 | 0.10 | 3.95 | 0.99 | 0.45 |
| Hex | E5 | 10 | 1 | 0 | 5D | 64 | A | 4 | 63 | 2D |
| Octal | 345 | 20 | 1 | 0 | 135 | 144 | 12 | 4 | 143 | 55 |
| Binary | 11100101 | 10000 | 1 | 0 | 1011101 | 1100100 | 1010 | 100 | 1100011 | 101101 |
Color Harmonies of #E51001
Complementary color
Monochromatic Colors of #E51001
Black with #E51001
Text Example
Text Example
White with #E51001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51001; }
p { color: rgb(229,16,1); }
H1.HeaderClassName
{
color: #E51001;
}
.AnyTagClassName
{
color: #E51001;
}
</style>
background-color css
<style>
a { background-color: #E51001; }
a { background-color: rgb(229,16,1); }
div.DivClassName
{
background-color: #E51001;
}
.BgClassName
{
background-color: #E51001;
}
</style>
border-color css
<style>
span { border-color: #E51001; }
span { border-color: rgb(229,16,1); }
td.TdClassName
{
border-color: #E51001;
}
.TagClassName
{
border-color: #E51001;
}
</style>