Shades of Alizarin #E51C34
Tints of Alizarin #E51C34
RGB
CMYK
RGB Variations
Color information
#E51C34 (or 0xE51C34) is known color: Alizarin. HEX triplet: E5, 1C and 34. RGB value is (229,28,52). Sum of RGB (Red+Green+Blue) = 229+28+52=309 (40% of max value = 765). Red value is 229 (89.84% from 255 or 74.11% from 309); Green value is 28 (11.33% from 255 or 9.06% from 309); Blue value is 52 (20.70% from 255 or 16.83% from 309); Max value from RGB is 229 - color contains mainly: red. Hex color #E51C34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E51C34 is #1AE3CB. Grayscale: #5A5A5A. Windows color (decimal): -1762252 or 3415269. OLE color: 3415269.
HSL color Cylindrical-coordinate representation of color #E51C34: hue angle of 352.84º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E51C34 is Cyan = 0, Magento = 0.88, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 28 | 52 | - |
| CMYK | 0 | 0.88 | 0.77 | 0.10 |
| HSL | 352.84º | 0.79% | 0.5% | - |
| HSV(B) | 352.84º | 0.88% | 0.9% | - |
| XYZ | 33.35 | 17.74 | 4.91 | - |
| YUV | 90.84 | 106.09 | 226.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 28 | 52 | 0 | 0.88 | 0.77 | 0.10 | 352.84 | 0.79 | 0.5 |
| Hex | E5 | 1C | 34 | 0 | 58 | 4D | A | 161 | 4F | 32 |
| Octal | 345 | 34 | 64 | 0 | 130 | 115 | 12 | 541 | 117 | 62 |
| Binary | 11100101 | 11100 | 110100 | 0 | 1011000 | 1001101 | 1010 | 101100001 | 1001111 | 110010 |
Color Harmonies of #E51C34
Complementary color
Monochromatic Colors of #E51C34
Black with #E51C34
Text Example
Text Example
White with #E51C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51C34; }
p { color: rgb(229,28,52); }
H1.HeaderClassName
{
color: #E51C34;
}
.AnyTagClassName
{
color: #E51C34;
}
</style>
background-color css
<style>
a { background-color: #E51C34; }
a { background-color: rgb(229,28,52); }
div.DivClassName
{
background-color: #E51C34;
}
.BgClassName
{
background-color: #E51C34;
}
</style>
border-color css
<style>
span { border-color: #E51C34; }
span { border-color: rgb(229,28,52); }
td.TdClassName
{
border-color: #E51C34;
}
.TagClassName
{
border-color: #E51C34;
}
</style>