Shades of Alizarin #E51C2C
Tints of Alizarin #E51C2C
RGB
CMYK
RGB Variations
Color information
#E51C2C (or 0xE51C2C) is known color: Alizarin. HEX triplet: E5, 1C and 2C. RGB value is (229,28,44). Sum of RGB (Red+Green+Blue) = 229+28+44=301 (39% of max value = 765). Red value is 229 (89.84% from 255 or 76.08% from 301); Green value is 28 (11.33% from 255 or 9.30% from 301); Blue value is 44 (17.58% from 255 or 14.62% from 301); Max value from RGB is 229 - color contains mainly: red. Hex color #E51C2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E51C2C is #1AE3D3. Grayscale: #5A5A5A. Windows color (decimal): -1762260 or 2890981. OLE color: 2890981.
HSL color Cylindrical-coordinate representation of color #E51C2C: hue angle of 355.22º 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 #E51C2C is Cyan = 0, Magento = 0.88, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 28 | 44 | - |
| CMYK | 0 | 0.88 | 0.81 | 0.10 |
| HSL | 355.22º | 0.79% | 0.5% | - |
| HSV(B) | 355.22º | 0.88% | 0.9% | - |
| XYZ | 33.18 | 17.67 | 4.04 | - |
| YUV | 89.92 | 102.09 | 227.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 28 | 44 | 0 | 0.88 | 0.81 | 0.10 | 355.22 | 0.79 | 0.5 |
| Hex | E5 | 1C | 2C | 0 | 58 | 51 | A | 163 | 4F | 32 |
| Octal | 345 | 34 | 54 | 0 | 130 | 121 | 12 | 543 | 117 | 62 |
| Binary | 11100101 | 11100 | 101100 | 0 | 1011000 | 1010001 | 1010 | 101100011 | 1001111 | 110010 |
Color Harmonies of #E51C2C
Complementary color
Monochromatic Colors of #E51C2C
Black with #E51C2C
Text Example
Text Example
White with #E51C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51C2C; }
p { color: rgb(229,28,44); }
H1.HeaderClassName
{
color: #E51C2C;
}
.AnyTagClassName
{
color: #E51C2C;
}
</style>
background-color css
<style>
a { background-color: #E51C2C; }
a { background-color: rgb(229,28,44); }
div.DivClassName
{
background-color: #E51C2C;
}
.BgClassName
{
background-color: #E51C2C;
}
</style>
border-color css
<style>
span { border-color: #E51C2C; }
span { border-color: rgb(229,28,44); }
td.TdClassName
{
border-color: #E51C2C;
}
.TagClassName
{
border-color: #E51C2C;
}
</style>