Shades of Alizarin #E9192C
Tints of Alizarin #E9192C
RGB
CMYK
RGB Variations
Color information
#E9192C (or 0xE9192C) is known color: Alizarin. HEX triplet: E9, 19 and 2C. RGB value is (233,25,44). Sum of RGB (Red+Green+Blue) = 233+25+44=302 (40% of max value = 765). Red value is 233 (91.41% from 255 or 77.15% from 302); Green value is 25 (10.16% from 255 or 8.28% from 302); Blue value is 44 (17.58% from 255 or 14.57% from 302); Max value from RGB is 233 - color contains mainly: red. Hex color #E9192C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E9192C is #16E6D3. Grayscale: #595959. Windows color (decimal): -1500884 or 2890217. OLE color: 2890217.
HSL color Cylindrical-coordinate representation of color #E9192C: hue angle of 354.52º 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 #E9192C is Cyan = 0, Magento = 0.89, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 25 | 44 | - |
| CMYK | 0 | 0.89 | 0.81 | 0.09 |
| HSL | 354.52º | 0.83% | 0.51% | - |
| HSV(B) | 354.52º | 0.89% | 0.91% | - |
| XYZ | 34.41 | 18.2 | 4.08 | - |
| YUV | 89.36 | 102.41 | 230.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 25 | 44 | 0 | 0.89 | 0.81 | 0.09 | 354.52 | 0.83 | 0.51 |
| Hex | E9 | 19 | 2C | 0 | 59 | 51 | 9 | 163 | 53 | 33 |
| Octal | 351 | 31 | 54 | 0 | 131 | 121 | 11 | 543 | 123 | 63 |
| Binary | 11101001 | 11001 | 101100 | 0 | 1011001 | 1010001 | 1001 | 101100011 | 1010011 | 110011 |
Color Harmonies of #E9192C
Complementary color
Monochromatic Colors of #E9192C
Black with #E9192C
Text Example
Text Example
White with #E9192C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9192C; }
p { color: rgb(233,25,44); }
H1.HeaderClassName
{
color: #E9192C;
}
.AnyTagClassName
{
color: #E9192C;
}
</style>
background-color css
<style>
a { background-color: #E9192C; }
a { background-color: rgb(233,25,44); }
div.DivClassName
{
background-color: #E9192C;
}
.BgClassName
{
background-color: #E9192C;
}
</style>
border-color css
<style>
span { border-color: #E9192C; }
span { border-color: rgb(233,25,44); }
td.TdClassName
{
border-color: #E9192C;
}
.TagClassName
{
border-color: #E9192C;
}
</style>