Shades of Alizarin #E9152B
Tints of Alizarin #E9152B
RGB
CMYK
RGB Variations
Color information
#E9152B (or 0xE9152B) is known color: Alizarin. HEX triplet: E9, 15 and 2B. RGB value is (233,21,43). Sum of RGB (Red+Green+Blue) = 233+21+43=297 (39% of max value = 765). Red value is 233 (91.41% from 255 or 78.45% from 297); Green value is 21 (8.59% from 255 or 7.07% from 297); Blue value is 43 (17.19% from 255 or 14.48% from 297); Max value from RGB is 233 - color contains mainly: red. Hex color #E9152B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E9152B is #16EAD4. Grayscale: #575757. Windows color (decimal): -1501909 or 2823657. OLE color: 2823657.
HSL color Cylindrical-coordinate representation of color #E9152B: hue angle of 353.77º 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 #E9152B is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 21 | 43 | - |
| CMYK | 0 | 0.91 | 0.82 | 0.09 |
| HSL | 353.77º | 0.83% | 0.5% | - |
| HSV(B) | 353.77º | 0.91% | 0.91% | - |
| XYZ | 34.31 | 18.03 | 3.96 | - |
| YUV | 86.9 | 103.24 | 232.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 21 | 43 | 0 | 0.91 | 0.82 | 0.09 | 353.77 | 0.83 | 0.5 |
| Hex | E9 | 15 | 2B | 0 | 5B | 52 | 9 | 162 | 53 | 32 |
| Octal | 351 | 25 | 53 | 0 | 133 | 122 | 11 | 542 | 123 | 62 |
| Binary | 11101001 | 10101 | 101011 | 0 | 1011011 | 1010010 | 1001 | 101100010 | 1010011 | 110010 |
Color Harmonies of #E9152B
Complementary color
Monochromatic Colors of #E9152B
Black with #E9152B
Text Example
Text Example
White with #E9152B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9152B; }
p { color: rgb(233,21,43); }
H1.HeaderClassName
{
color: #E9152B;
}
.AnyTagClassName
{
color: #E9152B;
}
</style>
background-color css
<style>
a { background-color: #E9152B; }
a { background-color: rgb(233,21,43); }
div.DivClassName
{
background-color: #E9152B;
}
.BgClassName
{
background-color: #E9152B;
}
</style>
border-color css
<style>
span { border-color: #E9152B; }
span { border-color: rgb(233,21,43); }
td.TdClassName
{
border-color: #E9152B;
}
.TagClassName
{
border-color: #E9152B;
}
</style>