Shades of Alizarin #E9202C
Tints of Alizarin #E9202C
RGB
CMYK
RGB Variations
Color information
#E9202C (or 0xE9202C) is known color: Alizarin. HEX triplet: E9, 20 and 2C. RGB value is (233,32,44). Sum of RGB (Red+Green+Blue) = 233+32+44=309 (40% of max value = 765). Red value is 233 (91.41% from 255 or 75.40% from 309); Green value is 32 (12.89% from 255 or 10.36% from 309); Blue value is 44 (17.58% from 255 or 14.24% from 309); Max value from RGB is 233 - color contains mainly: red. Hex color #E9202C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9202C is #16DFD3. Grayscale: #5D5D5D. Windows color (decimal): -1499092 or 2892009. OLE color: 2892009.
HSL color Cylindrical-coordinate representation of color #E9202C: hue angle of 356.42º 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 #E9202C is Cyan = 0, Magento = 0.86, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 32 | 44 | - |
| CMYK | 0 | 0.86 | 0.81 | 0.09 |
| HSL | 356.42º | 0.82% | 0.52% | - |
| HSV(B) | 356.42º | 0.86% | 0.91% | - |
| XYZ | 34.58 | 18.54 | 4.14 | - |
| YUV | 93.47 | 100.09 | 227.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 32 | 44 | 0 | 0.86 | 0.81 | 0.09 | 356.42 | 0.82 | 0.52 |
| Hex | E9 | 20 | 2C | 0 | 56 | 51 | 9 | 164 | 52 | 34 |
| Octal | 351 | 40 | 54 | 0 | 126 | 121 | 11 | 544 | 122 | 64 |
| Binary | 11101001 | 100000 | 101100 | 0 | 1010110 | 1010001 | 1001 | 101100100 | 1010010 | 110100 |
Color Harmonies of #E9202C
Complementary color
Monochromatic Colors of #E9202C
Black with #E9202C
Text Example
Text Example
White with #E9202C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9202C; }
p { color: rgb(233,32,44); }
H1.HeaderClassName
{
color: #E9202C;
}
.AnyTagClassName
{
color: #E9202C;
}
</style>
background-color css
<style>
a { background-color: #E9202C; }
a { background-color: rgb(233,32,44); }
div.DivClassName
{
background-color: #E9202C;
}
.BgClassName
{
background-color: #E9202C;
}
</style>
border-color css
<style>
span { border-color: #E9202C; }
span { border-color: rgb(233,32,44); }
td.TdClassName
{
border-color: #E9202C;
}
.TagClassName
{
border-color: #E9202C;
}
</style>