Shades of Alizarin #E81529
Tints of Alizarin #E81529
RGB
CMYK
RGB Variations
Color information
#E81529 (or 0xE81529) is known color: Alizarin. HEX triplet: E8, 15 and 29. RGB value is (232,21,41). Sum of RGB (Red+Green+Blue) = 232+21+41=294 (38% of max value = 765). Red value is 232 (91.02% from 255 or 78.91% from 294); Green value is 21 (8.59% from 255 or 7.14% from 294); Blue value is 41 (16.41% from 255 or 13.95% from 294); Max value from RGB is 232 - color contains mainly: red. Hex color #E81529 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E81529 is #17EAD6. Grayscale: #565656. Windows color (decimal): -1567447 or 2692584. OLE color: 2692584.
HSL color Cylindrical-coordinate representation of color #E81529: hue angle of 354.31º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E81529 is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 21 | 41 | - |
| CMYK | 0 | 0.91 | 0.82 | 0.09 |
| HSL | 354.31º | 0.83% | 0.5% | - |
| HSV(B) | 354.31º | 0.91% | 0.91% | - |
| XYZ | 33.95 | 17.85 | 3.75 | - |
| YUV | 86.37 | 102.4 | 231.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 21 | 41 | 0 | 0.91 | 0.82 | 0.09 | 354.31 | 0.83 | 0.5 |
| Hex | E8 | 15 | 29 | 0 | 5B | 52 | 9 | 162 | 53 | 32 |
| Octal | 350 | 25 | 51 | 0 | 133 | 122 | 11 | 542 | 123 | 62 |
| Binary | 11101000 | 10101 | 101001 | 0 | 1011011 | 1010010 | 1001 | 101100010 | 1010011 | 110010 |
Color Harmonies of #E81529
Complementary color
Monochromatic Colors of #E81529
Black with #E81529
Text Example
Text Example
White with #E81529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81529; }
p { color: rgb(232,21,41); }
H1.HeaderClassName
{
color: #E81529;
}
.AnyTagClassName
{
color: #E81529;
}
</style>
background-color css
<style>
a { background-color: #E81529; }
a { background-color: rgb(232,21,41); }
div.DivClassName
{
background-color: #E81529;
}
.BgClassName
{
background-color: #E81529;
}
</style>
border-color css
<style>
span { border-color: #E81529; }
span { border-color: rgb(232,21,41); }
td.TdClassName
{
border-color: #E81529;
}
.TagClassName
{
border-color: #E81529;
}
</style>