Shades of Alizarin #E9202A
Tints of Alizarin #E9202A
RGB
CMYK
RGB Variations
Color information
#E9202A (or 0xE9202A) is known color: Alizarin. HEX triplet: E9, 20 and 2A. RGB value is (233,32,42). Sum of RGB (Red+Green+Blue) = 233+32+42=307 (40% of max value = 765). Red value is 233 (91.41% from 255 or 75.90% from 307); Green value is 32 (12.89% from 255 or 10.42% from 307); Blue value is 42 (16.80% from 255 or 13.68% from 307); Max value from RGB is 233 - color contains mainly: red. Hex color #E9202A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9202A is #16DFD5. Grayscale: #5D5D5D. Windows color (decimal): -1499094 or 2760937. OLE color: 2760937.
HSL color Cylindrical-coordinate representation of color #E9202A: hue angle of 357.01º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E9202A is Cyan = 0, Magento = 0.86, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 32 | 42 | - |
| CMYK | 0 | 0.86 | 0.82 | 0.09 |
| HSL | 357.01º | 0.82% | 0.52% | - |
| HSV(B) | 357.01º | 0.86% | 0.91% | - |
| XYZ | 34.54 | 18.52 | 3.95 | - |
| YUV | 93.24 | 99.09 | 227.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 32 | 42 | 0 | 0.86 | 0.82 | 0.09 | 357.01 | 0.82 | 0.52 |
| Hex | E9 | 20 | 2A | 0 | 56 | 52 | 9 | 165 | 52 | 34 |
| Octal | 351 | 40 | 52 | 0 | 126 | 122 | 11 | 545 | 122 | 64 |
| Binary | 11101001 | 100000 | 101010 | 0 | 1010110 | 1010010 | 1001 | 101100101 | 1010010 | 110100 |
Color Harmonies of #E9202A
Complementary color
Monochromatic Colors of #E9202A
Black with #E9202A
Text Example
Text Example
White with #E9202A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9202A; }
p { color: rgb(233,32,42); }
H1.HeaderClassName
{
color: #E9202A;
}
.AnyTagClassName
{
color: #E9202A;
}
</style>
background-color css
<style>
a { background-color: #E9202A; }
a { background-color: rgb(233,32,42); }
div.DivClassName
{
background-color: #E9202A;
}
.BgClassName
{
background-color: #E9202A;
}
</style>
border-color css
<style>
span { border-color: #E9202A; }
span { border-color: rgb(233,32,42); }
td.TdClassName
{
border-color: #E9202A;
}
.TagClassName
{
border-color: #E9202A;
}
</style>