Shades of Alizarin #E51D2C
Tints of Alizarin #E51D2C
RGB
CMYK
RGB Variations
Color information
#E51D2C (or 0xE51D2C) is known color: Alizarin. HEX triplet: E5, 1D and 2C. RGB value is (229,29,44). Sum of RGB (Red+Green+Blue) = 229+29+44=302 (40% of max value = 765). Red value is 229 (89.84% from 255 or 75.83% from 302); Green value is 29 (11.72% from 255 or 9.60% from 302); Blue value is 44 (17.58% from 255 or 14.57% from 302); Max value from RGB is 229 - color contains mainly: red. Hex color #E51D2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E51D2C is #1AE2D3. Grayscale: #5A5A5A. Windows color (decimal): -1762004 or 2891237. OLE color: 2891237.
HSL color Cylindrical-coordinate representation of color #E51D2C: hue angle of 355.5º 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 #E51D2C is Cyan = 0, Magento = 0.87, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 29 | 44 | - |
| CMYK | 0 | 0.87 | 0.81 | 0.10 |
| HSL | 355.5º | 0.79% | 0.51% | - |
| HSV(B) | 355.5º | 0.87% | 0.9% | - |
| XYZ | 33.21 | 17.72 | 4.05 | - |
| YUV | 90.51 | 101.76 | 226.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 29 | 44 | 0 | 0.87 | 0.81 | 0.10 | 355.5 | 0.79 | 0.51 |
| Hex | E5 | 1D | 2C | 0 | 57 | 51 | A | 164 | 4F | 33 |
| Octal | 345 | 35 | 54 | 0 | 127 | 121 | 12 | 544 | 117 | 63 |
| Binary | 11100101 | 11101 | 101100 | 0 | 1010111 | 1010001 | 1010 | 101100100 | 1001111 | 110011 |
Color Harmonies of #E51D2C
Complementary color
Monochromatic Colors of #E51D2C
Black with #E51D2C
Text Example
Text Example
White with #E51D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51D2C; }
p { color: rgb(229,29,44); }
H1.HeaderClassName
{
color: #E51D2C;
}
.AnyTagClassName
{
color: #E51D2C;
}
</style>
background-color css
<style>
a { background-color: #E51D2C; }
a { background-color: rgb(229,29,44); }
div.DivClassName
{
background-color: #E51D2C;
}
.BgClassName
{
background-color: #E51D2C;
}
</style>
border-color css
<style>
span { border-color: #E51D2C; }
span { border-color: rgb(229,29,44); }
td.TdClassName
{
border-color: #E51D2C;
}
.TagClassName
{
border-color: #E51D2C;
}
</style>