Shades of Alizarin #E81824
Tints of Alizarin #E81824
RGB
CMYK
RGB Variations
Color information
#E81824 (or 0xE81824) is known color: Alizarin. HEX triplet: E8, 18 and 24. RGB value is (232,24,36). Sum of RGB (Red+Green+Blue) = 232+24+36=292 (38% of max value = 765). Red value is 232 (91.02% from 255 or 79.45% from 292); Green value is 24 (9.77% from 255 or 8.22% from 292); Blue value is 36 (14.45% from 255 or 12.33% from 292); Max value from RGB is 232 - color contains mainly: red. Hex color #E81824 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E81824 is #17E7DB. Grayscale: #575757. Windows color (decimal): -1566684 or 2365672. OLE color: 2365672.
HSL color Cylindrical-coordinate representation of color #E81824: hue angle of 356.54º 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 #E81824 is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 24 | 36 | - |
| CMYK | 0 | 0.90 | 0.84 | 0.09 |
| HSL | 356.54º | 0.82% | 0.5% | - |
| HSV(B) | 356.54º | 0.9% | 0.91% | - |
| XYZ | 33.92 | 17.94 | 3.34 | - |
| YUV | 87.56 | 98.91 | 231.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 24 | 36 | 0 | 0.90 | 0.84 | 0.09 | 356.54 | 0.82 | 0.5 |
| Hex | E8 | 18 | 24 | 0 | 5A | 54 | 9 | 165 | 52 | 32 |
| Octal | 350 | 30 | 44 | 0 | 132 | 124 | 11 | 545 | 122 | 62 |
| Binary | 11101000 | 11000 | 100100 | 0 | 1011010 | 1010100 | 1001 | 101100101 | 1010010 | 110010 |
Color Harmonies of #E81824
Complementary color
Monochromatic Colors of #E81824
Black with #E81824
Text Example
Text Example
White with #E81824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81824; }
p { color: rgb(232,24,36); }
H1.HeaderClassName
{
color: #E81824;
}
.AnyTagClassName
{
color: #E81824;
}
</style>
background-color css
<style>
a { background-color: #E81824; }
a { background-color: rgb(232,24,36); }
div.DivClassName
{
background-color: #E81824;
}
.BgClassName
{
background-color: #E81824;
}
</style>
border-color css
<style>
span { border-color: #E81824; }
span { border-color: rgb(232,24,36); }
td.TdClassName
{
border-color: #E81824;
}
.TagClassName
{
border-color: #E81824;
}
</style>