Shades of Alizarin #E71829
Tints of Alizarin #E71829
RGB
CMYK
RGB Variations
Color information
#E71829 (or 0xE71829) is known color: Alizarin. HEX triplet: E7, 18 and 29. RGB value is (231,24,41). Sum of RGB (Red+Green+Blue) = 231+24+41=296 (39% of max value = 765). Red value is 231 (90.62% from 255 or 78.04% from 296); Green value is 24 (9.77% from 255 or 8.11% from 296); Blue value is 41 (16.41% from 255 or 13.85% from 296); Max value from RGB is 231 - color contains mainly: red. Hex color #E71829 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E71829 is #18E7D6. Grayscale: #575757. Windows color (decimal): -1632215 or 2693351. OLE color: 2693351.
HSL color Cylindrical-coordinate representation of color #E71829: hue angle of 355.07º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E71829 is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 24 | 41 | - |
| CMYK | 0 | 0.90 | 0.82 | 0.09 |
| HSL | 355.07º | 0.81% | 0.5% | - |
| HSV(B) | 355.07º | 0.9% | 0.91% | - |
| XYZ | 33.68 | 17.8 | 3.76 | - |
| YUV | 87.83 | 101.58 | 230.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 24 | 41 | 0 | 0.90 | 0.82 | 0.09 | 355.07 | 0.81 | 0.5 |
| Hex | E7 | 18 | 29 | 0 | 5A | 52 | 9 | 163 | 51 | 32 |
| Octal | 347 | 30 | 51 | 0 | 132 | 122 | 11 | 543 | 121 | 62 |
| Binary | 11100111 | 11000 | 101001 | 0 | 1011010 | 1010010 | 1001 | 101100011 | 1010001 | 110010 |
Color Harmonies of #E71829
Complementary color
Monochromatic Colors of #E71829
Black with #E71829
Text Example
Text Example
White with #E71829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71829; }
p { color: rgb(231,24,41); }
H1.HeaderClassName
{
color: #E71829;
}
.AnyTagClassName
{
color: #E71829;
}
</style>
background-color css
<style>
a { background-color: #E71829; }
a { background-color: rgb(231,24,41); }
div.DivClassName
{
background-color: #E71829;
}
.BgClassName
{
background-color: #E71829;
}
</style>
border-color css
<style>
span { border-color: #E71829; }
span { border-color: rgb(231,24,41); }
td.TdClassName
{
border-color: #E71829;
}
.TagClassName
{
border-color: #E71829;
}
</style>