Shades of Alizarin #E51E2E
Tints of Alizarin #E51E2E
RGB
CMYK
RGB Variations
Color information
#E51E2E (or 0xE51E2E) is known color: Alizarin. HEX triplet: E5, 1E and 2E. RGB value is (229,30,46). Sum of RGB (Red+Green+Blue) = 229+30+46=305 (40% of max value = 765). Red value is 229 (89.84% from 255 or 75.08% from 305); Green value is 30 (12.11% from 255 or 9.84% from 305); Blue value is 46 (18.36% from 255 or 15.08% from 305); Max value from RGB is 229 - color contains mainly: red. Hex color #E51E2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E51E2E is #1AE1D1. Grayscale: #5B5B5B. Windows color (decimal): -1761746 or 3022565. OLE color: 3022565.
HSL color Cylindrical-coordinate representation of color #E51E2E: hue angle of 355.18º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E51E2E is Cyan = 0, Magento = 0.87, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 30 | 46 | - |
| CMYK | 0 | 0.87 | 0.80 | 0.10 |
| HSL | 355.18º | 0.79% | 0.51% | - |
| HSV(B) | 355.18º | 0.87% | 0.9% | - |
| XYZ | 33.27 | 17.78 | 4.26 | - |
| YUV | 91.33 | 102.43 | 226.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 30 | 46 | 0 | 0.87 | 0.80 | 0.10 | 355.18 | 0.79 | 0.51 |
| Hex | E5 | 1E | 2E | 0 | 57 | 50 | A | 163 | 4F | 33 |
| Octal | 345 | 36 | 56 | 0 | 127 | 120 | 12 | 543 | 117 | 63 |
| Binary | 11100101 | 11110 | 101110 | 0 | 1010111 | 1010000 | 1010 | 101100011 | 1001111 | 110011 |
Color Harmonies of #E51E2E
Complementary color
Monochromatic Colors of #E51E2E
Black with #E51E2E
Text Example
Text Example
White with #E51E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51E2E; }
p { color: rgb(229,30,46); }
H1.HeaderClassName
{
color: #E51E2E;
}
.AnyTagClassName
{
color: #E51E2E;
}
</style>
background-color css
<style>
a { background-color: #E51E2E; }
a { background-color: rgb(229,30,46); }
div.DivClassName
{
background-color: #E51E2E;
}
.BgClassName
{
background-color: #E51E2E;
}
</style>
border-color css
<style>
span { border-color: #E51E2E; }
span { border-color: rgb(229,30,46); }
td.TdClassName
{
border-color: #E51E2E;
}
.TagClassName
{
border-color: #E51E2E;
}
</style>