Shades of Alizarin #E3203A
Tints of Alizarin #E3203A
RGB
CMYK
RGB Variations
Color information
#E3203A (or 0xE3203A) is known color: Alizarin. HEX triplet: E3, 20 and 3A. RGB value is (227,32,58). Sum of RGB (Red+Green+Blue) = 227+32+58=317 (41% of max value = 765). Red value is 227 (89.06% from 255 or 71.61% from 317); Green value is 32 (12.89% from 255 or 10.09% from 317); Blue value is 58 (23.05% from 255 or 18.30% from 317); Max value from RGB is 227 - color contains mainly: red. Hex color #E3203A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3203A is #1CDFC5. Grayscale: #5D5D5D. Windows color (decimal): -1892294 or 3809507. OLE color: 3809507.
HSL color Cylindrical-coordinate representation of color #E3203A: hue angle of 352º 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 #E3203A is Cyan = 0, Magento = 0.86, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 32 | 58 | - |
| CMYK | 0 | 0.86 | 0.74 | 0.11 |
| HSL | 352º | 0.78% | 0.51% | - |
| HSV(B) | 352º | 0.86% | 0.89% | - |
| XYZ | 32.96 | 17.67 | 5.68 | - |
| YUV | 93.27 | 108.1 | 223.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 32 | 58 | 0 | 0.86 | 0.74 | 0.11 | 352 | 0.78 | 0.51 |
| Hex | E3 | 20 | 3A | 0 | 56 | 4A | B | 160 | 4E | 33 |
| Octal | 343 | 40 | 72 | 0 | 126 | 112 | 13 | 540 | 116 | 63 |
| Binary | 11100011 | 100000 | 111010 | 0 | 1010110 | 1001010 | 1011 | 101100000 | 1001110 | 110011 |
Color Harmonies of #E3203A
Complementary color
Monochromatic Colors of #E3203A
Black with #E3203A
Text Example
Text Example
White with #E3203A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3203A; }
p { color: rgb(227,32,58); }
H1.HeaderClassName
{
color: #E3203A;
}
.AnyTagClassName
{
color: #E3203A;
}
</style>
background-color css
<style>
a { background-color: #E3203A; }
a { background-color: rgb(227,32,58); }
div.DivClassName
{
background-color: #E3203A;
}
.BgClassName
{
background-color: #E3203A;
}
</style>
border-color css
<style>
span { border-color: #E3203A; }
span { border-color: rgb(227,32,58); }
td.TdClassName
{
border-color: #E3203A;
}
.TagClassName
{
border-color: #E3203A;
}
</style>