Shades of Alizarin #E9152E
Tints of Alizarin #E9152E
RGB
CMYK
RGB Variations
Color information
#E9152E (or 0xE9152E) is known color: Alizarin. HEX triplet: E9, 15 and 2E. RGB value is (233,21,46). Sum of RGB (Red+Green+Blue) = 233+21+46=300 (39% of max value = 765). Red value is 233 (91.41% from 255 or 77.67% from 300); Green value is 21 (8.59% from 255 or 7% from 300); Blue value is 46 (18.36% from 255 or 15.33% from 300); Max value from RGB is 233 - color contains mainly: red. Hex color #E9152E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E9152E is #16EAD1. Grayscale: #575757. Windows color (decimal): -1501906 or 3020265. OLE color: 3020265.
HSL color Cylindrical-coordinate representation of color #E9152E: hue angle of 352.92º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E9152E is Cyan = 0, Magento = 0.91, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 21 | 46 | - |
| CMYK | 0 | 0.91 | 0.80 | 0.09 |
| HSL | 352.92º | 0.83% | 0.5% | - |
| HSV(B) | 352.92º | 0.91% | 0.91% | - |
| XYZ | 34.37 | 18.06 | 4.26 | - |
| YUV | 87.24 | 104.74 | 231.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 21 | 46 | 0 | 0.91 | 0.80 | 0.09 | 352.92 | 0.83 | 0.5 |
| Hex | E9 | 15 | 2E | 0 | 5B | 50 | 9 | 161 | 53 | 32 |
| Octal | 351 | 25 | 56 | 0 | 133 | 120 | 11 | 541 | 123 | 62 |
| Binary | 11101001 | 10101 | 101110 | 0 | 1011011 | 1010000 | 1001 | 101100001 | 1010011 | 110010 |
Color Harmonies of #E9152E
Complementary color
Monochromatic Colors of #E9152E
Black with #E9152E
Text Example
Text Example
White with #E9152E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9152E; }
p { color: rgb(233,21,46); }
H1.HeaderClassName
{
color: #E9152E;
}
.AnyTagClassName
{
color: #E9152E;
}
</style>
background-color css
<style>
a { background-color: #E9152E; }
a { background-color: rgb(233,21,46); }
div.DivClassName
{
background-color: #E9152E;
}
.BgClassName
{
background-color: #E9152E;
}
</style>
border-color css
<style>
span { border-color: #E9152E; }
span { border-color: rgb(233,21,46); }
td.TdClassName
{
border-color: #E9152E;
}
.TagClassName
{
border-color: #E9152E;
}
</style>