Shades of Alizarin #E9152D
Tints of Alizarin #E9152D
RGB
CMYK
RGB Variations
Color information
#E9152D (or 0xE9152D) is known color: Alizarin. HEX triplet: E9, 15 and 2D. RGB value is (233,21,45). Sum of RGB (Red+Green+Blue) = 233+21+45=299 (39% of max value = 765). Red value is 233 (91.41% from 255 or 77.93% from 299); Green value is 21 (8.59% from 255 or 7.02% from 299); Blue value is 45 (17.97% from 255 or 15.05% from 299); Max value from RGB is 233 - color contains mainly: red. Hex color #E9152D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E9152D is #16EAD2. Grayscale: #575757. Windows color (decimal): -1501907 or 2954729. OLE color: 2954729.
HSL color Cylindrical-coordinate representation of color #E9152D: hue angle of 353.21º 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 #E9152D is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 21 | 45 | - |
| CMYK | 0 | 0.91 | 0.81 | 0.09 |
| HSL | 353.21º | 0.83% | 0.5% | - |
| HSV(B) | 353.21º | 0.91% | 0.91% | - |
| XYZ | 34.35 | 18.05 | 4.16 | - |
| YUV | 87.12 | 104.24 | 232.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 21 | 45 | 0 | 0.91 | 0.81 | 0.09 | 353.21 | 0.83 | 0.5 |
| Hex | E9 | 15 | 2D | 0 | 5B | 51 | 9 | 161 | 53 | 32 |
| Octal | 351 | 25 | 55 | 0 | 133 | 121 | 11 | 541 | 123 | 62 |
| Binary | 11101001 | 10101 | 101101 | 0 | 1011011 | 1010001 | 1001 | 101100001 | 1010011 | 110010 |
Color Harmonies of #E9152D
Complementary color
Monochromatic Colors of #E9152D
Black with #E9152D
Text Example
Text Example
White with #E9152D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9152D; }
p { color: rgb(233,21,45); }
H1.HeaderClassName
{
color: #E9152D;
}
.AnyTagClassName
{
color: #E9152D;
}
</style>
background-color css
<style>
a { background-color: #E9152D; }
a { background-color: rgb(233,21,45); }
div.DivClassName
{
background-color: #E9152D;
}
.BgClassName
{
background-color: #E9152D;
}
</style>
border-color css
<style>
span { border-color: #E9152D; }
span { border-color: rgb(233,21,45); }
td.TdClassName
{
border-color: #E9152D;
}
.TagClassName
{
border-color: #E9152D;
}
</style>