Shades of Alizarin #E51529
Tints of Alizarin #E51529
RGB
CMYK
RGB Variations
Color information
#E51529 (or 0xE51529) is known color: Alizarin. HEX triplet: E5, 15 and 29. RGB value is (229,21,41). Sum of RGB (Red+Green+Blue) = 229+21+41=291 (38% of max value = 765). Red value is 229 (89.84% from 255 or 78.69% from 291); Green value is 21 (8.59% from 255 or 7.22% from 291); Blue value is 41 (16.41% from 255 or 14.09% from 291); Max value from RGB is 229 - color contains mainly: red. Hex color #E51529 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E51529 is #1AEAD6. Grayscale: #555555. Windows color (decimal): -1764055 or 2692581. OLE color: 2692581.
HSL color Cylindrical-coordinate representation of color #E51529: hue angle of 354.23º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E51529 is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 21 | 41 | - |
| CMYK | 0 | 0.91 | 0.82 | 0.10 |
| HSL | 354.23º | 0.83% | 0.49% | - |
| HSV(B) | 354.23º | 0.91% | 0.9% | - |
| XYZ | 32.98 | 17.35 | 3.71 | - |
| YUV | 85.47 | 102.91 | 230.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 21 | 41 | 0 | 0.91 | 0.82 | 0.10 | 354.23 | 0.83 | 0.49 |
| Hex | E5 | 15 | 29 | 0 | 5B | 52 | A | 162 | 53 | 31 |
| Octal | 345 | 25 | 51 | 0 | 133 | 122 | 12 | 542 | 123 | 61 |
| Binary | 11100101 | 10101 | 101001 | 0 | 1011011 | 1010010 | 1010 | 101100010 | 1010011 | 110001 |
Color Harmonies of #E51529
Complementary color
Monochromatic Colors of #E51529
Black with #E51529
Text Example
Text Example
White with #E51529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51529; }
p { color: rgb(229,21,41); }
H1.HeaderClassName
{
color: #E51529;
}
.AnyTagClassName
{
color: #E51529;
}
</style>
background-color css
<style>
a { background-color: #E51529; }
a { background-color: rgb(229,21,41); }
div.DivClassName
{
background-color: #E51529;
}
.BgClassName
{
background-color: #E51529;
}
</style>
border-color css
<style>
span { border-color: #E51529; }
span { border-color: rgb(229,21,41); }
td.TdClassName
{
border-color: #E51529;
}
.TagClassName
{
border-color: #E51529;
}
</style>