Shades of Alizarin #E91930
Tints of Alizarin #E91930
RGB
CMYK
RGB Variations
Color information
#E91930 (or 0xE91930) is known color: Alizarin. HEX triplet: E9, 19 and 30. RGB value is (233,25,48). Sum of RGB (Red+Green+Blue) = 233+25+48=306 (40% of max value = 765). Red value is 233 (91.41% from 255 or 76.14% from 306); Green value is 25 (10.16% from 255 or 8.17% from 306); Blue value is 48 (19.14% from 255 or 15.69% from 306); Max value from RGB is 233 - color contains mainly: red. Hex color #E91930 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E91930 is #16E6CF. Grayscale: #595959. Windows color (decimal): -1500880 or 3152361. OLE color: 3152361.
HSL color Cylindrical-coordinate representation of color #E91930: hue angle of 353.37º 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 #E91930 is Cyan = 0, Magento = 0.89, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 25 | 48 | - |
| CMYK | 0 | 0.89 | 0.79 | 0.09 |
| HSL | 353.37º | 0.83% | 0.51% | - |
| HSV(B) | 353.37º | 0.89% | 0.91% | - |
| XYZ | 34.49 | 18.23 | 4.5 | - |
| YUV | 89.81 | 104.41 | 230.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 25 | 48 | 0 | 0.89 | 0.79 | 0.09 | 353.37 | 0.83 | 0.51 |
| Hex | E9 | 19 | 30 | 0 | 59 | 4F | 9 | 161 | 53 | 33 |
| Octal | 351 | 31 | 60 | 0 | 131 | 117 | 11 | 541 | 123 | 63 |
| Binary | 11101001 | 11001 | 110000 | 0 | 1011001 | 1001111 | 1001 | 101100001 | 1010011 | 110011 |
Color Harmonies of #E91930
Complementary color
Monochromatic Colors of #E91930
Black with #E91930
Text Example
Text Example
White with #E91930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91930; }
p { color: rgb(233,25,48); }
H1.HeaderClassName
{
color: #E91930;
}
.AnyTagClassName
{
color: #E91930;
}
</style>
background-color css
<style>
a { background-color: #E91930; }
a { background-color: rgb(233,25,48); }
div.DivClassName
{
background-color: #E91930;
}
.BgClassName
{
background-color: #E91930;
}
</style>
border-color css
<style>
span { border-color: #E91930; }
span { border-color: rgb(233,25,48); }
td.TdClassName
{
border-color: #E91930;
}
.TagClassName
{
border-color: #E91930;
}
</style>