Shades of Alizarin #E51829
Tints of Alizarin #E51829
RGB
CMYK
RGB Variations
Color information
#E51829 (or 0xE51829) is known color: Alizarin. HEX triplet: E5, 18 and 29. RGB value is (229,24,41). Sum of RGB (Red+Green+Blue) = 229+24+41=294 (38% of max value = 765). Red value is 229 (89.84% from 255 or 77.89% from 294); Green value is 24 (9.77% from 255 or 8.16% from 294); Blue value is 41 (16.41% from 255 or 13.95% from 294); Max value from RGB is 229 - color contains mainly: red. Hex color #E51829 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E51829 is #1AE7D6. Grayscale: #575757. Windows color (decimal): -1763287 or 2693349. OLE color: 2693349.
HSL color Cylindrical-coordinate representation of color #E51829: hue angle of 355.02º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E51829 is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 24 | 41 | - |
| CMYK | 0 | 0.90 | 0.82 | 0.10 |
| HSL | 355.02º | 0.81% | 0.5% | - |
| HSV(B) | 355.02º | 0.9% | 0.9% | - |
| XYZ | 33.04 | 17.47 | 3.73 | - |
| YUV | 87.23 | 101.92 | 229.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 24 | 41 | 0 | 0.90 | 0.82 | 0.10 | 355.02 | 0.81 | 0.5 |
| Hex | E5 | 18 | 29 | 0 | 5A | 52 | A | 163 | 51 | 32 |
| Octal | 345 | 30 | 51 | 0 | 132 | 122 | 12 | 543 | 121 | 62 |
| Binary | 11100101 | 11000 | 101001 | 0 | 1011010 | 1010010 | 1010 | 101100011 | 1010001 | 110010 |
Color Harmonies of #E51829
Complementary color
Monochromatic Colors of #E51829
Black with #E51829
Text Example
Text Example
White with #E51829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51829; }
p { color: rgb(229,24,41); }
H1.HeaderClassName
{
color: #E51829;
}
.AnyTagClassName
{
color: #E51829;
}
</style>
background-color css
<style>
a { background-color: #E51829; }
a { background-color: rgb(229,24,41); }
div.DivClassName
{
background-color: #E51829;
}
.BgClassName
{
background-color: #E51829;
}
</style>
border-color css
<style>
span { border-color: #E51829; }
span { border-color: rgb(229,24,41); }
td.TdClassName
{
border-color: #E51829;
}
.TagClassName
{
border-color: #E51829;
}
</style>