Shades of Alizarin #E9203B
Tints of Alizarin #E9203B
RGB
CMYK
RGB Variations
Color information
#E9203B (or 0xE9203B) is known color: Alizarin. HEX triplet: E9, 20 and 3B. RGB value is (233,32,59). Sum of RGB (Red+Green+Blue) = 233+32+59=324 (42% of max value = 765). Red value is 233 (91.41% from 255 or 71.91% from 324); Green value is 32 (12.89% from 255 or 9.88% from 324); Blue value is 59 (23.44% from 255 or 18.21% from 324); Max value from RGB is 233 - color contains mainly: red. Hex color #E9203B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9203B is #16DFC4. Grayscale: #5F5F5F. Windows color (decimal): -1499077 or 3875049. OLE color: 3875049.
HSL color Cylindrical-coordinate representation of color #E9203B: hue angle of 351.94º 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 #E9203B is Cyan = 0, Magento = 0.86, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 32 | 59 | - |
| CMYK | 0 | 0.86 | 0.75 | 0.09 |
| HSL | 351.94º | 0.82% | 0.52% | - |
| HSV(B) | 351.94º | 0.86% | 0.91% | - |
| XYZ | 34.91 | 18.67 | 5.9 | - |
| YUV | 95.18 | 107.59 | 226.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 32 | 59 | 0 | 0.86 | 0.75 | 0.09 | 351.94 | 0.82 | 0.52 |
| Hex | E9 | 20 | 3B | 0 | 56 | 4B | 9 | 160 | 52 | 34 |
| Octal | 351 | 40 | 73 | 0 | 126 | 113 | 11 | 540 | 122 | 64 |
| Binary | 11101001 | 100000 | 111011 | 0 | 1010110 | 1001011 | 1001 | 101100000 | 1010010 | 110100 |
Color Harmonies of #E9203B
Complementary color
Monochromatic Colors of #E9203B
Black with #E9203B
Text Example
Text Example
White with #E9203B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9203B; }
p { color: rgb(233,32,59); }
H1.HeaderClassName
{
color: #E9203B;
}
.AnyTagClassName
{
color: #E9203B;
}
</style>
background-color css
<style>
a { background-color: #E9203B; }
a { background-color: rgb(233,32,59); }
div.DivClassName
{
background-color: #E9203B;
}
.BgClassName
{
background-color: #E9203B;
}
</style>
border-color css
<style>
span { border-color: #E9203B; }
span { border-color: rgb(233,32,59); }
td.TdClassName
{
border-color: #E9203B;
}
.TagClassName
{
border-color: #E9203B;
}
</style>