Shades of Alizarin #E71629
Tints of Alizarin #E71629
RGB
CMYK
RGB Variations
Color information
#E71629 (or 0xE71629) is known color: Alizarin. HEX triplet: E7, 16 and 29. RGB value is (231,22,41). Sum of RGB (Red+Green+Blue) = 231+22+41=294 (38% of max value = 765). Red value is 231 (90.62% from 255 or 78.57% from 294); Green value is 22 (8.98% from 255 or 7.48% from 294); Blue value is 41 (16.41% from 255 or 13.95% from 294); Max value from RGB is 231 - color contains mainly: red. Hex color #E71629 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E71629 is #18E9D6. Grayscale: #565656. Windows color (decimal): -1632727 or 2692839. OLE color: 2692839.
HSL color Cylindrical-coordinate representation of color #E71629: hue angle of 354.55º degrees, saturation: 0.83, 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 #E71629 is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 22 | 41 | - |
| CMYK | 0 | 0.90 | 0.82 | 0.09 |
| HSL | 354.55º | 0.83% | 0.5% | - |
| HSV(B) | 354.55º | 0.9% | 0.91% | - |
| XYZ | 33.64 | 17.72 | 3.75 | - |
| YUV | 86.66 | 102.24 | 230.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 22 | 41 | 0 | 0.90 | 0.82 | 0.09 | 354.55 | 0.83 | 0.5 |
| Hex | E7 | 16 | 29 | 0 | 5A | 52 | 9 | 163 | 53 | 32 |
| Octal | 347 | 26 | 51 | 0 | 132 | 122 | 11 | 543 | 123 | 62 |
| Binary | 11100111 | 10110 | 101001 | 0 | 1011010 | 1010010 | 1001 | 101100011 | 1010011 | 110010 |
Color Harmonies of #E71629
Complementary color
Monochromatic Colors of #E71629
Black with #E71629
Text Example
Text Example
White with #E71629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71629; }
p { color: rgb(231,22,41); }
H1.HeaderClassName
{
color: #E71629;
}
.AnyTagClassName
{
color: #E71629;
}
</style>
background-color css
<style>
a { background-color: #E71629; }
a { background-color: rgb(231,22,41); }
div.DivClassName
{
background-color: #E71629;
}
.BgClassName
{
background-color: #E71629;
}
</style>
border-color css
<style>
span { border-color: #E71629; }
span { border-color: rgb(231,22,41); }
td.TdClassName
{
border-color: #E71629;
}
.TagClassName
{
border-color: #E71629;
}
</style>