Shades of Alizarin #E81828
Tints of Alizarin #E81828
RGB
CMYK
RGB Variations
Color information
#E81828 (or 0xE81828) is known color: Alizarin. HEX triplet: E8, 18 and 28. RGB value is (232,24,40). Sum of RGB (Red+Green+Blue) = 232+24+40=296 (39% of max value = 765). Red value is 232 (91.02% from 255 or 78.38% from 296); Green value is 24 (9.77% from 255 or 8.11% from 296); Blue value is 40 (16.02% from 255 or 13.51% from 296); Max value from RGB is 232 - color contains mainly: red. Hex color #E81828 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E81828 is #17E7D7. Grayscale: #585858. Windows color (decimal): -1566680 or 2627816. OLE color: 2627816.
HSL color Cylindrical-coordinate representation of color #E81828: hue angle of 355.38º 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 #E81828 is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 24 | 40 | - |
| CMYK | 0 | 0.90 | 0.83 | 0.09 |
| HSL | 355.38º | 0.82% | 0.5% | - |
| HSV(B) | 355.38º | 0.9% | 0.91% | - |
| XYZ | 33.99 | 17.96 | 3.68 | - |
| YUV | 88.02 | 100.91 | 230.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 24 | 40 | 0 | 0.90 | 0.83 | 0.09 | 355.38 | 0.82 | 0.5 |
| Hex | E8 | 18 | 28 | 0 | 5A | 53 | 9 | 163 | 52 | 32 |
| Octal | 350 | 30 | 50 | 0 | 132 | 123 | 11 | 543 | 122 | 62 |
| Binary | 11101000 | 11000 | 101000 | 0 | 1011010 | 1010011 | 1001 | 101100011 | 1010010 | 110010 |
Color Harmonies of #E81828
Complementary color
Monochromatic Colors of #E81828
Black with #E81828
Text Example
Text Example
White with #E81828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81828; }
p { color: rgb(232,24,40); }
H1.HeaderClassName
{
color: #E81828;
}
.AnyTagClassName
{
color: #E81828;
}
</style>
background-color css
<style>
a { background-color: #E81828; }
a { background-color: rgb(232,24,40); }
div.DivClassName
{
background-color: #E81828;
}
.BgClassName
{
background-color: #E81828;
}
</style>
border-color css
<style>
span { border-color: #E81828; }
span { border-color: rgb(232,24,40); }
td.TdClassName
{
border-color: #E81828;
}
.TagClassName
{
border-color: #E81828;
}
</style>