Shades of Alizarin #E91A32
Tints of Alizarin #E91A32
RGB
CMYK
RGB Variations
Color information
#E91A32 (or 0xE91A32) is known color: Alizarin. HEX triplet: E9, 1A and 32. RGB value is (233,26,50). Sum of RGB (Red+Green+Blue) = 233+26+50=309 (40% of max value = 765). Red value is 233 (91.41% from 255 or 75.40% from 309); Green value is 26 (10.55% from 255 or 8.41% from 309); Blue value is 50 (19.92% from 255 or 16.18% from 309); Max value from RGB is 233 - color contains mainly: red. Hex color #E91A32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E91A32 is #16E5CD. Grayscale: #5A5A5A. Windows color (decimal): -1500622 or 3283689. OLE color: 3283689.
HSL color Cylindrical-coordinate representation of color #E91A32: hue angle of 353.04º 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 #E91A32 is Cyan = 0, Magento = 0.89, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 26 | 50 | - |
| CMYK | 0 | 0.89 | 0.79 | 0.09 |
| HSL | 353.04º | 0.82% | 0.51% | - |
| HSV(B) | 353.04º | 0.89% | 0.91% | - |
| XYZ | 34.55 | 18.29 | 4.73 | - |
| YUV | 90.63 | 105.08 | 229.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 26 | 50 | 0 | 0.89 | 0.79 | 0.09 | 353.04 | 0.82 | 0.51 |
| Hex | E9 | 1A | 32 | 0 | 59 | 4F | 9 | 161 | 52 | 33 |
| Octal | 351 | 32 | 62 | 0 | 131 | 117 | 11 | 541 | 122 | 63 |
| Binary | 11101001 | 11010 | 110010 | 0 | 1011001 | 1001111 | 1001 | 101100001 | 1010010 | 110011 |
Color Harmonies of #E91A32
Complementary color
Monochromatic Colors of #E91A32
Black with #E91A32
Text Example
Text Example
White with #E91A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91A32; }
p { color: rgb(233,26,50); }
H1.HeaderClassName
{
color: #E91A32;
}
.AnyTagClassName
{
color: #E91A32;
}
</style>
background-color css
<style>
a { background-color: #E91A32; }
a { background-color: rgb(233,26,50); }
div.DivClassName
{
background-color: #E91A32;
}
.BgClassName
{
background-color: #E91A32;
}
</style>
border-color css
<style>
span { border-color: #E91A32; }
span { border-color: rgb(233,26,50); }
td.TdClassName
{
border-color: #E91A32;
}
.TagClassName
{
border-color: #E91A32;
}
</style>