Shades of Alizarin #E9232C
Tints of Alizarin #E9232C
RGB
CMYK
RGB Variations
Color information
#E9232C (or 0xE9232C) is known color: Alizarin. HEX triplet: E9, 23 and 2C. RGB value is (233,35,44). Sum of RGB (Red+Green+Blue) = 233+35+44=312 (41% of max value = 765). Red value is 233 (91.41% from 255 or 74.68% from 312); Green value is 35 (14.06% from 255 or 11.22% from 312); Blue value is 44 (17.58% from 255 or 14.10% from 312); Max value from RGB is 233 - color contains mainly: red. Hex color #E9232C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9232C is #16DCD3. Grayscale: #5F5F5F. Windows color (decimal): -1498324 or 2892777. OLE color: 2892777.
HSL color Cylindrical-coordinate representation of color #E9232C: hue angle of 357.27º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E9232C is Cyan = 0, Magento = 0.85, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 35 | 44 | - |
| CMYK | 0 | 0.85 | 0.81 | 0.09 |
| HSL | 357.27º | 0.82% | 0.53% | - |
| HSV(B) | 357.27º | 0.85% | 0.91% | - |
| XYZ | 34.66 | 18.71 | 4.17 | - |
| YUV | 95.23 | 99.1 | 226.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 35 | 44 | 0 | 0.85 | 0.81 | 0.09 | 357.27 | 0.82 | 0.53 |
| Hex | E9 | 23 | 2C | 0 | 55 | 51 | 9 | 165 | 52 | 35 |
| Octal | 351 | 43 | 54 | 0 | 125 | 121 | 11 | 545 | 122 | 65 |
| Binary | 11101001 | 100011 | 101100 | 0 | 1010101 | 1010001 | 1001 | 101100101 | 1010010 | 110101 |
Color Harmonies of #E9232C
Complementary color
Monochromatic Colors of #E9232C
Black with #E9232C
Text Example
Text Example
White with #E9232C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9232C; }
p { color: rgb(233,35,44); }
H1.HeaderClassName
{
color: #E9232C;
}
.AnyTagClassName
{
color: #E9232C;
}
</style>
background-color css
<style>
a { background-color: #E9232C; }
a { background-color: rgb(233,35,44); }
div.DivClassName
{
background-color: #E9232C;
}
.BgClassName
{
background-color: #E9232C;
}
</style>
border-color css
<style>
span { border-color: #E9232C; }
span { border-color: rgb(233,35,44); }
td.TdClassName
{
border-color: #E9232C;
}
.TagClassName
{
border-color: #E9232C;
}
</style>