Shades of Alizarin #E91A29
Tints of Alizarin #E91A29
RGB
CMYK
RGB Variations
Color information
#E91A29 (or 0xE91A29) is known color: Alizarin. HEX triplet: E9, 1A and 29. RGB value is (233,26,41). Sum of RGB (Red+Green+Blue) = 233+26+41=300 (39% of max value = 765). Red value is 233 (91.41% from 255 or 77.67% from 300); Green value is 26 (10.55% from 255 or 8.67% from 300); Blue value is 41 (16.41% from 255 or 13.67% from 300); Max value from RGB is 233 - color contains mainly: red. Hex color #E91A29 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E91A29 is #16E5D6. Grayscale: #595959. Windows color (decimal): -1500631 or 2693865. OLE color: 2693865.
HSL color Cylindrical-coordinate representation of color #E91A29: hue angle of 355.65º 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 #E91A29 is Cyan = 0, Magento = 0.89, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 26 | 41 | - |
| CMYK | 0 | 0.89 | 0.82 | 0.09 |
| HSL | 355.65º | 0.82% | 0.51% | - |
| HSV(B) | 355.65º | 0.89% | 0.91% | - |
| XYZ | 34.37 | 18.22 | 3.8 | - |
| YUV | 89.6 | 100.58 | 230.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 26 | 41 | 0 | 0.89 | 0.82 | 0.09 | 355.65 | 0.82 | 0.51 |
| Hex | E9 | 1A | 29 | 0 | 59 | 52 | 9 | 164 | 52 | 33 |
| Octal | 351 | 32 | 51 | 0 | 131 | 122 | 11 | 544 | 122 | 63 |
| Binary | 11101001 | 11010 | 101001 | 0 | 1011001 | 1010010 | 1001 | 101100100 | 1010010 | 110011 |
Color Harmonies of #E91A29
Complementary color
Monochromatic Colors of #E91A29
Black with #E91A29
Text Example
Text Example
White with #E91A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91A29; }
p { color: rgb(233,26,41); }
H1.HeaderClassName
{
color: #E91A29;
}
.AnyTagClassName
{
color: #E91A29;
}
</style>
background-color css
<style>
a { background-color: #E91A29; }
a { background-color: rgb(233,26,41); }
div.DivClassName
{
background-color: #E91A29;
}
.BgClassName
{
background-color: #E91A29;
}
</style>
border-color css
<style>
span { border-color: #E91A29; }
span { border-color: rgb(233,26,41); }
td.TdClassName
{
border-color: #E91A29;
}
.TagClassName
{
border-color: #E91A29;
}
</style>