Shades of Alizarin #E71726
Tints of Alizarin #E71726
RGB
CMYK
RGB Variations
Color information
#E71726 (or 0xE71726) is known color: Alizarin. HEX triplet: E7, 17 and 26. RGB value is (231,23,38). Sum of RGB (Red+Green+Blue) = 231+23+38=292 (38% of max value = 765). Red value is 231 (90.62% from 255 or 79.11% from 292); Green value is 23 (9.38% from 255 or 7.88% from 292); Blue value is 38 (15.23% from 255 or 13.01% from 292); Max value from RGB is 231 - color contains mainly: red. Hex color #E71726 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E71726 is #18E8D9. Grayscale: #575757. Windows color (decimal): -1632474 or 2496487. OLE color: 2496487.
HSL color Cylindrical-coordinate representation of color #E71726: hue angle of 355.67º 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 #E71726 is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 23 | 38 | - |
| CMYK | 0 | 0.90 | 0.84 | 0.09 |
| HSL | 355.67º | 0.82% | 0.5% | - |
| HSV(B) | 355.67º | 0.9% | 0.91% | - |
| XYZ | 33.61 | 17.74 | 3.49 | - |
| YUV | 86.9 | 100.41 | 230.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 23 | 38 | 0 | 0.90 | 0.84 | 0.09 | 355.67 | 0.82 | 0.5 |
| Hex | E7 | 17 | 26 | 0 | 5A | 54 | 9 | 164 | 52 | 32 |
| Octal | 347 | 27 | 46 | 0 | 132 | 124 | 11 | 544 | 122 | 62 |
| Binary | 11100111 | 10111 | 100110 | 0 | 1011010 | 1010100 | 1001 | 101100100 | 1010010 | 110010 |
Color Harmonies of #E71726
Complementary color
Monochromatic Colors of #E71726
Black with #E71726
Text Example
Text Example
White with #E71726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71726; }
p { color: rgb(231,23,38); }
H1.HeaderClassName
{
color: #E71726;
}
.AnyTagClassName
{
color: #E71726;
}
</style>
background-color css
<style>
a { background-color: #E71726; }
a { background-color: rgb(231,23,38); }
div.DivClassName
{
background-color: #E71726;
}
.BgClassName
{
background-color: #E71726;
}
</style>
border-color css
<style>
span { border-color: #E71726; }
span { border-color: rgb(231,23,38); }
td.TdClassName
{
border-color: #E71726;
}
.TagClassName
{
border-color: #E71726;
}
</style>