Shades of Alizarin #E51D3C
Tints of Alizarin #E51D3C
RGB
CMYK
RGB Variations
Color information
#E51D3C (or 0xE51D3C) is known color: Alizarin. HEX triplet: E5, 1D and 3C. RGB value is (229,29,60). Sum of RGB (Red+Green+Blue) = 229+29+60=318 (42% of max value = 765). Red value is 229 (89.84% from 255 or 72.01% from 318); Green value is 29 (11.72% from 255 or 9.12% from 318); Blue value is 60 (23.83% from 255 or 18.87% from 318); Max value from RGB is 229 - color contains mainly: red. Hex color #E51D3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E51D3C is #1AE2C3. Grayscale: #5C5C5C. Windows color (decimal): -1761988 or 3939813. OLE color: 3939813.
HSL color Cylindrical-coordinate representation of color #E51D3C: hue angle of 350.7º 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 #E51D3C is Cyan = 0, Magento = 0.87, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 29 | 60 | - |
| CMYK | 0 | 0.87 | 0.74 | 0.10 |
| HSL | 350.7º | 0.79% | 0.51% | - |
| HSV(B) | 350.7º | 0.87% | 0.9% | - |
| XYZ | 33.57 | 17.86 | 5.95 | - |
| YUV | 92.33 | 109.76 | 225.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 29 | 60 | 0 | 0.87 | 0.74 | 0.10 | 350.7 | 0.79 | 0.51 |
| Hex | E5 | 1D | 3C | 0 | 57 | 4A | A | 15F | 4F | 33 |
| Octal | 345 | 35 | 74 | 0 | 127 | 112 | 12 | 537 | 117 | 63 |
| Binary | 11100101 | 11101 | 111100 | 0 | 1010111 | 1001010 | 1010 | 101011111 | 1001111 | 110011 |
Color Harmonies of #E51D3C
Complementary color
Monochromatic Colors of #E51D3C
Black with #E51D3C
Text Example
Text Example
White with #E51D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51D3C; }
p { color: rgb(229,29,60); }
H1.HeaderClassName
{
color: #E51D3C;
}
.AnyTagClassName
{
color: #E51D3C;
}
</style>
background-color css
<style>
a { background-color: #E51D3C; }
a { background-color: rgb(229,29,60); }
div.DivClassName
{
background-color: #E51D3C;
}
.BgClassName
{
background-color: #E51D3C;
}
</style>
border-color css
<style>
span { border-color: #E51D3C; }
span { border-color: rgb(229,29,60); }
td.TdClassName
{
border-color: #E51D3C;
}
.TagClassName
{
border-color: #E51D3C;
}
</style>