Shades of Alizarin #E71922
Tints of Alizarin #E71922
RGB
CMYK
RGB Variations
Color information
#E71922 (or 0xE71922) is known color: Alizarin. HEX triplet: E7, 19 and 22. RGB value is (231,25,34). Sum of RGB (Red+Green+Blue) = 231+25+34=290 (38% of max value = 765). Red value is 231 (90.62% from 255 or 79.66% from 290); Green value is 25 (10.16% from 255 or 8.62% from 290); Blue value is 34 (13.67% from 255 or 11.72% from 290); Max value from RGB is 231 - color contains mainly: red. Hex color #E71922 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E71922 is #18E6DD. Grayscale: #575757. Windows color (decimal): -1631966 or 2234855. OLE color: 2234855.
HSL color Cylindrical-coordinate representation of color #E71922: hue angle of 357.38º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E71922 is Cyan = 0, Magento = 0.89, Yellow = 0.85 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 25 | 34 | - |
| CMYK | 0 | 0.89 | 0.85 | 0.09 |
| HSL | 357.38º | 0.81% | 0.5% | - |
| HSV(B) | 357.38º | 0.89% | 0.91% | - |
| XYZ | 33.59 | 17.8 | 3.18 | - |
| YUV | 87.62 | 97.75 | 230.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 25 | 34 | 0 | 0.89 | 0.85 | 0.09 | 357.38 | 0.81 | 0.5 |
| Hex | E7 | 19 | 22 | 0 | 59 | 55 | 9 | 165 | 51 | 32 |
| Octal | 347 | 31 | 42 | 0 | 131 | 125 | 11 | 545 | 121 | 62 |
| Binary | 11100111 | 11001 | 100010 | 0 | 1011001 | 1010101 | 1001 | 101100101 | 1010001 | 110010 |
Color Harmonies of #E71922
Complementary color
Monochromatic Colors of #E71922
Black with #E71922
Text Example
Text Example
White with #E71922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71922; }
p { color: rgb(231,25,34); }
H1.HeaderClassName
{
color: #E71922;
}
.AnyTagClassName
{
color: #E71922;
}
</style>
background-color css
<style>
a { background-color: #E71922; }
a { background-color: rgb(231,25,34); }
div.DivClassName
{
background-color: #E71922;
}
.BgClassName
{
background-color: #E71922;
}
</style>
border-color css
<style>
span { border-color: #E71922; }
span { border-color: rgb(231,25,34); }
td.TdClassName
{
border-color: #E71922;
}
.TagClassName
{
border-color: #E71922;
}
</style>