Shades of Alizarin #E81A29
Tints of Alizarin #E81A29
RGB
CMYK
RGB Variations
Color information
#E81A29 (or 0xE81A29) is known color: Alizarin. HEX triplet: E8, 1A and 29. RGB value is (232,26,41). Sum of RGB (Red+Green+Blue) = 232+26+41=299 (39% of max value = 765). Red value is 232 (91.02% from 255 or 77.59% from 299); Green value is 26 (10.55% from 255 or 8.70% from 299); Blue value is 41 (16.41% from 255 or 13.71% from 299); Max value from RGB is 232 - color contains mainly: red. Hex color #E81A29 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E81A29 is #17E5D6. Grayscale: #595959. Windows color (decimal): -1566167 or 2693864. OLE color: 2693864.
HSL color Cylindrical-coordinate representation of color #E81A29: hue angle of 355.63º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E81A29 is Cyan = 0, Magento = 0.89, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 26 | 41 | - |
| CMYK | 0 | 0.89 | 0.82 | 0.09 |
| HSL | 355.63º | 0.82% | 0.51% | - |
| HSV(B) | 355.63º | 0.89% | 0.91% | - |
| XYZ | 34.05 | 18.05 | 3.79 | - |
| YUV | 89.3 | 100.75 | 229.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 26 | 41 | 0 | 0.89 | 0.82 | 0.09 | 355.63 | 0.82 | 0.51 |
| Hex | E8 | 1A | 29 | 0 | 59 | 52 | 9 | 164 | 52 | 33 |
| Octal | 350 | 32 | 51 | 0 | 131 | 122 | 11 | 544 | 122 | 63 |
| Binary | 11101000 | 11010 | 101001 | 0 | 1011001 | 1010010 | 1001 | 101100100 | 1010010 | 110011 |
Color Harmonies of #E81A29
Complementary color
Monochromatic Colors of #E81A29
Black with #E81A29
Text Example
Text Example
White with #E81A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81A29; }
p { color: rgb(232,26,41); }
H1.HeaderClassName
{
color: #E81A29;
}
.AnyTagClassName
{
color: #E81A29;
}
</style>
background-color css
<style>
a { background-color: #E81A29; }
a { background-color: rgb(232,26,41); }
div.DivClassName
{
background-color: #E81A29;
}
.BgClassName
{
background-color: #E81A29;
}
</style>
border-color css
<style>
span { border-color: #E81A29; }
span { border-color: rgb(232,26,41); }
td.TdClassName
{
border-color: #E81A29;
}
.TagClassName
{
border-color: #E81A29;
}
</style>