Shades of Alizarin #E9232A
Tints of Alizarin #E9232A
RGB
CMYK
RGB Variations
Color information
#E9232A (or 0xE9232A) is known color: Alizarin. HEX triplet: E9, 23 and 2A. RGB value is (233,35,42). Sum of RGB (Red+Green+Blue) = 233+35+42=310 (41% of max value = 765). Red value is 233 (91.41% from 255 or 75.16% from 310); Green value is 35 (14.06% from 255 or 11.29% from 310); Blue value is 42 (16.80% from 255 or 13.55% from 310); Max value from RGB is 233 - color contains mainly: red. Hex color #E9232A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9232A is #16DCD5. Grayscale: #5F5F5F. Windows color (decimal): -1498326 or 2761705. OLE color: 2761705.
HSL color Cylindrical-coordinate representation of color #E9232A: hue angle of 357.88º 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 #E9232A is Cyan = 0, Magento = 0.85, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 35 | 42 | - |
| CMYK | 0 | 0.85 | 0.82 | 0.09 |
| HSL | 357.88º | 0.82% | 0.53% | - |
| HSV(B) | 357.88º | 0.85% | 0.91% | - |
| XYZ | 34.62 | 18.69 | 3.97 | - |
| YUV | 95 | 98.1 | 226.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 35 | 42 | 0 | 0.85 | 0.82 | 0.09 | 357.88 | 0.82 | 0.53 |
| Hex | E9 | 23 | 2A | 0 | 55 | 52 | 9 | 166 | 52 | 35 |
| Octal | 351 | 43 | 52 | 0 | 125 | 122 | 11 | 546 | 122 | 65 |
| Binary | 11101001 | 100011 | 101010 | 0 | 1010101 | 1010010 | 1001 | 101100110 | 1010010 | 110101 |
Color Harmonies of #E9232A
Complementary color
Monochromatic Colors of #E9232A
Black with #E9232A
Text Example
Text Example
White with #E9232A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9232A; }
p { color: rgb(233,35,42); }
H1.HeaderClassName
{
color: #E9232A;
}
.AnyTagClassName
{
color: #E9232A;
}
</style>
background-color css
<style>
a { background-color: #E9232A; }
a { background-color: rgb(233,35,42); }
div.DivClassName
{
background-color: #E9232A;
}
.BgClassName
{
background-color: #E9232A;
}
</style>
border-color css
<style>
span { border-color: #E9232A; }
span { border-color: rgb(233,35,42); }
td.TdClassName
{
border-color: #E9232A;
}
.TagClassName
{
border-color: #E9232A;
}
</style>