Shades of Alizarin #E2203C
Tints of Alizarin #E2203C
RGB
CMYK
RGB Variations
Color information
#E2203C (or 0xE2203C) is known color: Alizarin. HEX triplet: E2, 20 and 3C. RGB value is (226,32,60). Sum of RGB (Red+Green+Blue) = 226+32+60=318 (42% of max value = 765). Red value is 226 (88.67% from 255 or 71.07% from 318); Green value is 32 (12.89% from 255 or 10.06% from 318); Blue value is 60 (23.83% from 255 or 18.87% from 318); Max value from RGB is 226 - color contains mainly: red. Hex color #E2203C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2203C is #1DDFC3. Grayscale: #5D5D5D. Windows color (decimal): -1957828 or 3940578. OLE color: 3940578.
HSL color Cylindrical-coordinate representation of color #E2203C: hue angle of 351.34º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E2203C is Cyan = 0, Magento = 0.86, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 32 | 60 | - |
| CMYK | 0 | 0.86 | 0.73 | 0.11 |
| HSL | 351.34º | 0.77% | 0.51% | - |
| HSV(B) | 351.34º | 0.86% | 0.89% | - |
| XYZ | 32.7 | 17.53 | 5.93 | - |
| YUV | 93.2 | 109.27 | 222.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 32 | 60 | 0 | 0.86 | 0.73 | 0.11 | 351.34 | 0.77 | 0.51 |
| Hex | E2 | 20 | 3C | 0 | 56 | 49 | B | 15F | 4D | 33 |
| Octal | 342 | 40 | 74 | 0 | 126 | 111 | 13 | 537 | 115 | 63 |
| Binary | 11100010 | 100000 | 111100 | 0 | 1010110 | 1001001 | 1011 | 101011111 | 1001101 | 110011 |
Color Harmonies of #E2203C
Complementary color
Monochromatic Colors of #E2203C
Black with #E2203C
Text Example
Text Example
White with #E2203C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2203C; }
p { color: rgb(226,32,60); }
H1.HeaderClassName
{
color: #E2203C;
}
.AnyTagClassName
{
color: #E2203C;
}
</style>
background-color css
<style>
a { background-color: #E2203C; }
a { background-color: rgb(226,32,60); }
div.DivClassName
{
background-color: #E2203C;
}
.BgClassName
{
background-color: #E2203C;
}
</style>
border-color css
<style>
span { border-color: #E2203C; }
span { border-color: rgb(226,32,60); }
td.TdClassName
{
border-color: #E2203C;
}
.TagClassName
{
border-color: #E2203C;
}
</style>