Shades of Alizarin #E91932
Tints of Alizarin #E91932
RGB
CMYK
RGB Variations
Color information
#E91932 (or 0xE91932) is known color: Alizarin. HEX triplet: E9, 19 and 32. RGB value is (233,25,50). Sum of RGB (Red+Green+Blue) = 233+25+50=308 (40% of max value = 765). Red value is 233 (91.41% from 255 or 75.65% from 308); Green value is 25 (10.16% from 255 or 8.12% from 308); Blue value is 50 (19.92% from 255 or 16.23% from 308); Max value from RGB is 233 - color contains mainly: red. Hex color #E91932 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E91932 is #16E6CD. Grayscale: #5A5A5A. Windows color (decimal): -1500878 or 3283433. OLE color: 3283433.
HSL color Cylindrical-coordinate representation of color #E91932: hue angle of 352.79º degrees, saturation: 0.83, 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 #E91932 is Cyan = 0, Magento = 0.89, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 25 | 50 | - |
| CMYK | 0 | 0.89 | 0.79 | 0.09 |
| HSL | 352.79º | 0.83% | 0.51% | - |
| HSV(B) | 352.79º | 0.89% | 0.91% | - |
| XYZ | 34.53 | 18.25 | 4.72 | - |
| YUV | 90.04 | 105.41 | 229.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 25 | 50 | 0 | 0.89 | 0.79 | 0.09 | 352.79 | 0.83 | 0.51 |
| Hex | E9 | 19 | 32 | 0 | 59 | 4F | 9 | 161 | 53 | 33 |
| Octal | 351 | 31 | 62 | 0 | 131 | 117 | 11 | 541 | 123 | 63 |
| Binary | 11101001 | 11001 | 110010 | 0 | 1011001 | 1001111 | 1001 | 101100001 | 1010011 | 110011 |
Color Harmonies of #E91932
Complementary color
Monochromatic Colors of #E91932
Black with #E91932
Text Example
Text Example
White with #E91932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91932; }
p { color: rgb(233,25,50); }
H1.HeaderClassName
{
color: #E91932;
}
.AnyTagClassName
{
color: #E91932;
}
</style>
background-color css
<style>
a { background-color: #E91932; }
a { background-color: rgb(233,25,50); }
div.DivClassName
{
background-color: #E91932;
}
.BgClassName
{
background-color: #E91932;
}
</style>
border-color css
<style>
span { border-color: #E91932; }
span { border-color: rgb(233,25,50); }
td.TdClassName
{
border-color: #E91932;
}
.TagClassName
{
border-color: #E91932;
}
</style>