Shades of Alizarin #E3203C
Tints of Alizarin #E3203C
RGB
CMYK
RGB Variations
Color information
#E3203C (or 0xE3203C) is known color: Alizarin. HEX triplet: E3, 20 and 3C. RGB value is (227,32,60). Sum of RGB (Red+Green+Blue) = 227+32+60=319 (42% of max value = 765). Red value is 227 (89.06% from 255 or 71.16% from 319); Green value is 32 (12.89% from 255 or 10.03% from 319); Blue value is 60 (23.83% from 255 or 18.81% from 319); Max value from RGB is 227 - color contains mainly: red. Hex color #E3203C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3203C is #1CDFC3. Grayscale: #5D5D5D. Windows color (decimal): -1892292 or 3940579. OLE color: 3940579.
HSL color Cylindrical-coordinate representation of color #E3203C: hue angle of 351.38º degrees, saturation: 0.78, 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 #E3203C is Cyan = 0, Magento = 0.86, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 32 | 60 | - |
| CMYK | 0 | 0.86 | 0.74 | 0.11 |
| HSL | 351.38º | 0.78% | 0.51% | - |
| HSV(B) | 351.38º | 0.86% | 0.89% | - |
| XYZ | 33.01 | 17.69 | 5.95 | - |
| YUV | 93.5 | 109.1 | 223.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 32 | 60 | 0 | 0.86 | 0.74 | 0.11 | 351.38 | 0.78 | 0.51 |
| Hex | E3 | 20 | 3C | 0 | 56 | 4A | B | 15F | 4E | 33 |
| Octal | 343 | 40 | 74 | 0 | 126 | 112 | 13 | 537 | 116 | 63 |
| Binary | 11100011 | 100000 | 111100 | 0 | 1010110 | 1001010 | 1011 | 101011111 | 1001110 | 110011 |
Color Harmonies of #E3203C
Complementary color
Monochromatic Colors of #E3203C
Black with #E3203C
Text Example
Text Example
White with #E3203C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3203C; }
p { color: rgb(227,32,60); }
H1.HeaderClassName
{
color: #E3203C;
}
.AnyTagClassName
{
color: #E3203C;
}
</style>
background-color css
<style>
a { background-color: #E3203C; }
a { background-color: rgb(227,32,60); }
div.DivClassName
{
background-color: #E3203C;
}
.BgClassName
{
background-color: #E3203C;
}
</style>
border-color css
<style>
span { border-color: #E3203C; }
span { border-color: rgb(227,32,60); }
td.TdClassName
{
border-color: #E3203C;
}
.TagClassName
{
border-color: #E3203C;
}
</style>