Shades of Alizarin #E81829
Tints of Alizarin #E81829
RGB
CMYK
RGB Variations
Color information
#E81829 (or 0xE81829) is known color: Alizarin. HEX triplet: E8, 18 and 29. RGB value is (232,24,41). Sum of RGB (Red+Green+Blue) = 232+24+41=297 (39% of max value = 765). Red value is 232 (91.02% from 255 or 78.11% from 297); Green value is 24 (9.77% from 255 or 8.08% from 297); Blue value is 41 (16.41% from 255 or 13.80% from 297); Max value from RGB is 232 - color contains mainly: red. Hex color #E81829 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E81829 is #17E7D6. Grayscale: #585858. Windows color (decimal): -1566679 or 2693352. OLE color: 2693352.
HSL color Cylindrical-coordinate representation of color #E81829: hue angle of 355.1º 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 #E81829 is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 24 | 41 | - |
| CMYK | 0 | 0.90 | 0.82 | 0.09 |
| HSL | 355.1º | 0.82% | 0.5% | - |
| HSV(B) | 355.1º | 0.9% | 0.91% | - |
| XYZ | 34.01 | 17.97 | 3.77 | - |
| YUV | 88.13 | 101.41 | 230.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 24 | 41 | 0 | 0.90 | 0.82 | 0.09 | 355.1 | 0.82 | 0.5 |
| Hex | E8 | 18 | 29 | 0 | 5A | 52 | 9 | 163 | 52 | 32 |
| Octal | 350 | 30 | 51 | 0 | 132 | 122 | 11 | 543 | 122 | 62 |
| Binary | 11101000 | 11000 | 101001 | 0 | 1011010 | 1010010 | 1001 | 101100011 | 1010010 | 110010 |
Color Harmonies of #E81829
Complementary color
Monochromatic Colors of #E81829
Black with #E81829
Text Example
Text Example
White with #E81829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81829; }
p { color: rgb(232,24,41); }
H1.HeaderClassName
{
color: #E81829;
}
.AnyTagClassName
{
color: #E81829;
}
</style>
background-color css
<style>
a { background-color: #E81829; }
a { background-color: rgb(232,24,41); }
div.DivClassName
{
background-color: #E81829;
}
.BgClassName
{
background-color: #E81829;
}
</style>
border-color css
<style>
span { border-color: #E81829; }
span { border-color: rgb(232,24,41); }
td.TdClassName
{
border-color: #E81829;
}
.TagClassName
{
border-color: #E81829;
}
</style>