Shades of Alizarin #E71728
Tints of Alizarin #E71728
RGB
CMYK
RGB Variations
Color information
#E71728 (or 0xE71728) is known color: Alizarin. HEX triplet: E7, 17 and 28. RGB value is (231,23,40). Sum of RGB (Red+Green+Blue) = 231+23+40=294 (38% of max value = 765). Red value is 231 (90.62% from 255 or 78.57% from 294); Green value is 23 (9.38% from 255 or 7.82% from 294); Blue value is 40 (16.02% from 255 or 13.61% from 294); Max value from RGB is 231 - color contains mainly: red. Hex color #E71728 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E71728 is #18E8D7. Grayscale: #575757. Windows color (decimal): -1632472 or 2627559. OLE color: 2627559.
HSL color Cylindrical-coordinate representation of color #E71728: hue angle of 355.1º degrees, saturation: 0.82, 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 #E71728 is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 23 | 40 | - |
| CMYK | 0 | 0.90 | 0.83 | 0.09 |
| HSL | 355.1º | 0.82% | 0.5% | - |
| HSV(B) | 355.1º | 0.9% | 0.91% | - |
| XYZ | 33.64 | 17.75 | 3.66 | - |
| YUV | 87.13 | 101.41 | 230.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 23 | 40 | 0 | 0.90 | 0.83 | 0.09 | 355.1 | 0.82 | 0.5 |
| Hex | E7 | 17 | 28 | 0 | 5A | 53 | 9 | 163 | 52 | 32 |
| Octal | 347 | 27 | 50 | 0 | 132 | 123 | 11 | 543 | 122 | 62 |
| Binary | 11100111 | 10111 | 101000 | 0 | 1011010 | 1010011 | 1001 | 101100011 | 1010010 | 110010 |
Color Harmonies of #E71728
Complementary color
Monochromatic Colors of #E71728
Black with #E71728
Text Example
Text Example
White with #E71728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71728; }
p { color: rgb(231,23,40); }
H1.HeaderClassName
{
color: #E71728;
}
.AnyTagClassName
{
color: #E71728;
}
</style>
background-color css
<style>
a { background-color: #E71728; }
a { background-color: rgb(231,23,40); }
div.DivClassName
{
background-color: #E71728;
}
.BgClassName
{
background-color: #E71728;
}
</style>
border-color css
<style>
span { border-color: #E71728; }
span { border-color: rgb(231,23,40); }
td.TdClassName
{
border-color: #E71728;
}
.TagClassName
{
border-color: #E71728;
}
</style>