Shades of Alizarin #E51F2C
Tints of Alizarin #E51F2C
RGB
CMYK
RGB Variations
Color information
#E51F2C (or 0xE51F2C) is known color: Alizarin. HEX triplet: E5, 1F and 2C. RGB value is (229,31,44). Sum of RGB (Red+Green+Blue) = 229+31+44=304 (40% of max value = 765). Red value is 229 (89.84% from 255 or 75.33% from 304); Green value is 31 (12.5% from 255 or 10.20% from 304); Blue value is 44 (17.58% from 255 or 14.47% from 304); Max value from RGB is 229 - color contains mainly: red. Hex color #E51F2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E51F2C is #1AE0D3. Grayscale: #5B5B5B. Windows color (decimal): -1761492 or 2891749. OLE color: 2891749.
HSL color Cylindrical-coordinate representation of color #E51F2C: hue angle of 356.06º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E51F2C is Cyan = 0, Magento = 0.86, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 31 | 44 | - |
| CMYK | 0 | 0.86 | 0.81 | 0.10 |
| HSL | 356.06º | 0.79% | 0.51% | - |
| HSV(B) | 356.06º | 0.86% | 0.9% | - |
| XYZ | 33.26 | 17.82 | 4.07 | - |
| YUV | 91.68 | 101.1 | 225.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 31 | 44 | 0 | 0.86 | 0.81 | 0.10 | 356.06 | 0.79 | 0.51 |
| Hex | E5 | 1F | 2C | 0 | 56 | 51 | A | 164 | 4F | 33 |
| Octal | 345 | 37 | 54 | 0 | 126 | 121 | 12 | 544 | 117 | 63 |
| Binary | 11100101 | 11111 | 101100 | 0 | 1010110 | 1010001 | 1010 | 101100100 | 1001111 | 110011 |
Color Harmonies of #E51F2C
Complementary color
Monochromatic Colors of #E51F2C
Black with #E51F2C
Text Example
Text Example
White with #E51F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51F2C; }
p { color: rgb(229,31,44); }
H1.HeaderClassName
{
color: #E51F2C;
}
.AnyTagClassName
{
color: #E51F2C;
}
</style>
background-color css
<style>
a { background-color: #E51F2C; }
a { background-color: rgb(229,31,44); }
div.DivClassName
{
background-color: #E51F2C;
}
.BgClassName
{
background-color: #E51F2C;
}
</style>
border-color css
<style>
span { border-color: #E51F2C; }
span { border-color: rgb(229,31,44); }
td.TdClassName
{
border-color: #E51F2C;
}
.TagClassName
{
border-color: #E51F2C;
}
</style>