Shades of Alizarin #E3203D
Tints of Alizarin #E3203D
RGB
CMYK
RGB Variations
Color information
#E3203D (or 0xE3203D) is known color: Alizarin. HEX triplet: E3, 20 and 3D. RGB value is (227,32,61). Sum of RGB (Red+Green+Blue) = 227+32+61=320 (42% of max value = 765). Red value is 227 (89.06% from 255 or 70.94% from 320); Green value is 32 (12.89% from 255 or 10% from 320); Blue value is 61 (24.22% from 255 or 19.06% from 320); Max value from RGB is 227 - color contains mainly: red. Hex color #E3203D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3203D is #1CDFC2. Grayscale: #5D5D5D. Windows color (decimal): -1892291 or 4006115. OLE color: 4006115.
HSL color Cylindrical-coordinate representation of color #E3203D: hue angle of 351.08º 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 #E3203D is Cyan = 0, Magento = 0.86, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 32 | 61 | - |
| CMYK | 0 | 0.86 | 0.73 | 0.11 |
| HSL | 351.08º | 0.78% | 0.51% | - |
| HSV(B) | 351.08º | 0.86% | 0.89% | - |
| XYZ | 33.04 | 17.7 | 6.09 | - |
| YUV | 93.61 | 109.6 | 223.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 32 | 61 | 0 | 0.86 | 0.73 | 0.11 | 351.08 | 0.78 | 0.51 |
| Hex | E3 | 20 | 3D | 0 | 56 | 49 | B | 15F | 4E | 33 |
| Octal | 343 | 40 | 75 | 0 | 126 | 111 | 13 | 537 | 116 | 63 |
| Binary | 11100011 | 100000 | 111101 | 0 | 1010110 | 1001001 | 1011 | 101011111 | 1001110 | 110011 |
Color Harmonies of #E3203D
Complementary color
Monochromatic Colors of #E3203D
Black with #E3203D
Text Example
Text Example
White with #E3203D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3203D; }
p { color: rgb(227,32,61); }
H1.HeaderClassName
{
color: #E3203D;
}
.AnyTagClassName
{
color: #E3203D;
}
</style>
background-color css
<style>
a { background-color: #E3203D; }
a { background-color: rgb(227,32,61); }
div.DivClassName
{
background-color: #E3203D;
}
.BgClassName
{
background-color: #E3203D;
}
</style>
border-color css
<style>
span { border-color: #E3203D; }
span { border-color: rgb(227,32,61); }
td.TdClassName
{
border-color: #E3203D;
}
.TagClassName
{
border-color: #E3203D;
}
</style>