Shades of Alizarin #E9192B
Tints of Alizarin #E9192B
RGB
CMYK
RGB Variations
Color information
#E9192B (or 0xE9192B) is known color: Alizarin. HEX triplet: E9, 19 and 2B. RGB value is (233,25,43). Sum of RGB (Red+Green+Blue) = 233+25+43=301 (39% of max value = 765). Red value is 233 (91.41% from 255 or 77.41% from 301); Green value is 25 (10.16% from 255 or 8.31% from 301); Blue value is 43 (17.19% from 255 or 14.29% from 301); Max value from RGB is 233 - color contains mainly: red. Hex color #E9192B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E9192B is #16E6D4. Grayscale: #595959. Windows color (decimal): -1500885 or 2824681. OLE color: 2824681.
HSL color Cylindrical-coordinate representation of color #E9192B: hue angle of 354.81º 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 #E9192B is Cyan = 0, Magento = 0.89, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 25 | 43 | - |
| CMYK | 0 | 0.89 | 0.82 | 0.09 |
| HSL | 354.81º | 0.83% | 0.51% | - |
| HSV(B) | 354.81º | 0.89% | 0.91% | - |
| XYZ | 34.39 | 18.19 | 3.98 | - |
| YUV | 89.24 | 101.91 | 230.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 25 | 43 | 0 | 0.89 | 0.82 | 0.09 | 354.81 | 0.83 | 0.51 |
| Hex | E9 | 19 | 2B | 0 | 59 | 52 | 9 | 163 | 53 | 33 |
| Octal | 351 | 31 | 53 | 0 | 131 | 122 | 11 | 543 | 123 | 63 |
| Binary | 11101001 | 11001 | 101011 | 0 | 1011001 | 1010010 | 1001 | 101100011 | 1010011 | 110011 |
Color Harmonies of #E9192B
Complementary color
Monochromatic Colors of #E9192B
Black with #E9192B
Text Example
Text Example
White with #E9192B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9192B; }
p { color: rgb(233,25,43); }
H1.HeaderClassName
{
color: #E9192B;
}
.AnyTagClassName
{
color: #E9192B;
}
</style>
background-color css
<style>
a { background-color: #E9192B; }
a { background-color: rgb(233,25,43); }
div.DivClassName
{
background-color: #E9192B;
}
.BgClassName
{
background-color: #E9192B;
}
</style>
border-color css
<style>
span { border-color: #E9192B; }
span { border-color: rgb(233,25,43); }
td.TdClassName
{
border-color: #E9192B;
}
.TagClassName
{
border-color: #E9192B;
}
</style>