Shades of Alizarin #E81821
Tints of Alizarin #E81821
RGB
CMYK
RGB Variations
Color information
#E81821 (or 0xE81821) is known color: Alizarin. HEX triplet: E8, 18 and 21. RGB value is (232,24,33). Sum of RGB (Red+Green+Blue) = 232+24+33=289 (38% of max value = 765). Red value is 232 (91.02% from 255 or 80.28% from 289); Green value is 24 (9.77% from 255 or 8.30% from 289); Blue value is 33 (13.28% from 255 or 11.42% from 289); Max value from RGB is 232 - color contains mainly: red. Hex color #E81821 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E81821 is #17E7DE. Grayscale: #575757. Windows color (decimal): -1566687 or 2169064. OLE color: 2169064.
HSL color Cylindrical-coordinate representation of color #E81821: hue angle of 357.4º 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 #E81821 is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 24 | 33 | - |
| CMYK | 0 | 0.90 | 0.86 | 0.09 |
| HSL | 357.4º | 0.82% | 0.5% | - |
| HSV(B) | 357.4º | 0.9% | 0.91% | - |
| XYZ | 33.88 | 17.92 | 3.11 | - |
| YUV | 87.22 | 97.41 | 231.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 24 | 33 | 0 | 0.90 | 0.86 | 0.09 | 357.4 | 0.82 | 0.5 |
| Hex | E8 | 18 | 21 | 0 | 5A | 56 | 9 | 165 | 52 | 32 |
| Octal | 350 | 30 | 41 | 0 | 132 | 126 | 11 | 545 | 122 | 62 |
| Binary | 11101000 | 11000 | 100001 | 0 | 1011010 | 1010110 | 1001 | 101100101 | 1010010 | 110010 |
Color Harmonies of #E81821
Complementary color
Monochromatic Colors of #E81821
Black with #E81821
Text Example
Text Example
White with #E81821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81821; }
p { color: rgb(232,24,33); }
H1.HeaderClassName
{
color: #E81821;
}
.AnyTagClassName
{
color: #E81821;
}
</style>
background-color css
<style>
a { background-color: #E81821; }
a { background-color: rgb(232,24,33); }
div.DivClassName
{
background-color: #E81821;
}
.BgClassName
{
background-color: #E81821;
}
</style>
border-color css
<style>
span { border-color: #E81821; }
span { border-color: rgb(232,24,33); }
td.TdClassName
{
border-color: #E81821;
}
.TagClassName
{
border-color: #E81821;
}
</style>