Shades of Alizarin #E3203E
Tints of Alizarin #E3203E
RGB
CMYK
RGB Variations
Color information
#E3203E (or 0xE3203E) is known color: Alizarin. HEX triplet: E3, 20 and 3E. RGB value is (227,32,62). Sum of RGB (Red+Green+Blue) = 227+32+62=321 (42% of max value = 765). Red value is 227 (89.06% from 255 or 70.72% from 321); Green value is 32 (12.89% from 255 or 9.97% from 321); Blue value is 62 (24.61% from 255 or 19.31% from 321); Max value from RGB is 227 - color contains mainly: red. Hex color #E3203E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3203E is #1CDFC1. Grayscale: #5D5D5D. Windows color (decimal): -1892290 or 4071651. OLE color: 4071651.
HSL color Cylindrical-coordinate representation of color #E3203E: hue angle of 350.77º 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 #E3203E is Cyan = 0, Magento = 0.86, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 32 | 62 | - |
| CMYK | 0 | 0.86 | 0.73 | 0.11 |
| HSL | 350.77º | 0.78% | 0.51% | - |
| HSV(B) | 350.77º | 0.86% | 0.89% | - |
| XYZ | 33.06 | 17.71 | 6.23 | - |
| YUV | 93.73 | 110.1 | 223.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 32 | 62 | 0 | 0.86 | 0.73 | 0.11 | 350.77 | 0.78 | 0.51 |
| Hex | E3 | 20 | 3E | 0 | 56 | 49 | B | 15F | 4E | 33 |
| Octal | 343 | 40 | 76 | 0 | 126 | 111 | 13 | 537 | 116 | 63 |
| Binary | 11100011 | 100000 | 111110 | 0 | 1010110 | 1001001 | 1011 | 101011111 | 1001110 | 110011 |
Color Harmonies of #E3203E
Complementary color
Monochromatic Colors of #E3203E
Black with #E3203E
Text Example
Text Example
White with #E3203E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3203E; }
p { color: rgb(227,32,62); }
H1.HeaderClassName
{
color: #E3203E;
}
.AnyTagClassName
{
color: #E3203E;
}
</style>
background-color css
<style>
a { background-color: #E3203E; }
a { background-color: rgb(227,32,62); }
div.DivClassName
{
background-color: #E3203E;
}
.BgClassName
{
background-color: #E3203E;
}
</style>
border-color css
<style>
span { border-color: #E3203E; }
span { border-color: rgb(227,32,62); }
td.TdClassName
{
border-color: #E3203E;
}
.TagClassName
{
border-color: #E3203E;
}
</style>