Shades of Alizarin #E81922
Tints of Alizarin #E81922
RGB
CMYK
RGB Variations
Color information
#E81922 (or 0xE81922) is known color: Alizarin. HEX triplet: E8, 19 and 22. RGB value is (232,25,34). Sum of RGB (Red+Green+Blue) = 232+25+34=291 (38% of max value = 765). Red value is 232 (91.02% from 255 or 79.73% from 291); Green value is 25 (10.16% from 255 or 8.59% from 291); Blue value is 34 (13.67% from 255 or 11.68% from 291); Max value from RGB is 232 - color contains mainly: red. Hex color #E81922 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E81922 is #17E6DD. Grayscale: #585858. Windows color (decimal): -1566430 or 2234856. OLE color: 2234856.
HSL color Cylindrical-coordinate representation of color #E81922: hue angle of 357.39º degrees, saturation: 0.82, 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 #E81922 is Cyan = 0, Magento = 0.89, Yellow = 0.85 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 25 | 34 | - |
| CMYK | 0 | 0.89 | 0.85 | 0.09 |
| HSL | 357.39º | 0.82% | 0.5% | - |
| HSV(B) | 357.39º | 0.89% | 0.91% | - |
| XYZ | 33.92 | 17.97 | 3.19 | - |
| YUV | 87.92 | 97.58 | 230.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 25 | 34 | 0 | 0.89 | 0.85 | 0.09 | 357.39 | 0.82 | 0.5 |
| Hex | E8 | 19 | 22 | 0 | 59 | 55 | 9 | 165 | 52 | 32 |
| Octal | 350 | 31 | 42 | 0 | 131 | 125 | 11 | 545 | 122 | 62 |
| Binary | 11101000 | 11001 | 100010 | 0 | 1011001 | 1010101 | 1001 | 101100101 | 1010010 | 110010 |
Color Harmonies of #E81922
Complementary color
Monochromatic Colors of #E81922
Black with #E81922
Text Example
Text Example
White with #E81922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81922; }
p { color: rgb(232,25,34); }
H1.HeaderClassName
{
color: #E81922;
}
.AnyTagClassName
{
color: #E81922;
}
</style>
background-color css
<style>
a { background-color: #E81922; }
a { background-color: rgb(232,25,34); }
div.DivClassName
{
background-color: #E81922;
}
.BgClassName
{
background-color: #E81922;
}
</style>
border-color css
<style>
span { border-color: #E81922; }
span { border-color: rgb(232,25,34); }
td.TdClassName
{
border-color: #E81922;
}
.TagClassName
{
border-color: #E81922;
}
</style>