Shades of Alizarin #E1203B
Tints of Alizarin #E1203B
RGB
CMYK
RGB Variations
Color information
#E1203B (or 0xE1203B) is known color: Alizarin. HEX triplet: E1, 20 and 3B. RGB value is (225,32,59). Sum of RGB (Red+Green+Blue) = 225+32+59=316 (41% of max value = 765). Red value is 225 (88.28% from 255 or 71.20% from 316); Green value is 32 (12.89% from 255 or 10.13% from 316); Blue value is 59 (23.44% from 255 or 18.67% from 316); Max value from RGB is 225 - color contains mainly: red. Hex color #E1203B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1203B is #1EDFC4. Grayscale: #5C5C5C. Windows color (decimal): -2023365 or 3875041. OLE color: 3875041.
HSL color Cylindrical-coordinate representation of color #E1203B: hue angle of 351.61º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E1203B is Cyan = 0, Magento = 0.86, Yellow = 0.74 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 32 | 59 | - |
| CMYK | 0 | 0.86 | 0.74 | 0.12 |
| HSL | 351.61º | 0.76% | 0.5% | - |
| HSV(B) | 351.61º | 0.86% | 0.88% | - |
| XYZ | 32.36 | 17.36 | 5.78 | - |
| YUV | 92.79 | 108.94 | 222.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 32 | 59 | 0 | 0.86 | 0.74 | 0.12 | 351.61 | 0.76 | 0.5 |
| Hex | E1 | 20 | 3B | 0 | 56 | 4A | C | 160 | 4C | 32 |
| Octal | 341 | 40 | 73 | 0 | 126 | 112 | 14 | 540 | 114 | 62 |
| Binary | 11100001 | 100000 | 111011 | 0 | 1010110 | 1001010 | 1100 | 101100000 | 1001100 | 110010 |
Color Harmonies of #E1203B
Complementary color
Monochromatic Colors of #E1203B
Black with #E1203B
Text Example
Text Example
White with #E1203B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1203B; }
p { color: rgb(225,32,59); }
H1.HeaderClassName
{
color: #E1203B;
}
.AnyTagClassName
{
color: #E1203B;
}
</style>
background-color css
<style>
a { background-color: #E1203B; }
a { background-color: rgb(225,32,59); }
div.DivClassName
{
background-color: #E1203B;
}
.BgClassName
{
background-color: #E1203B;
}
</style>
border-color css
<style>
span { border-color: #E1203B; }
span { border-color: rgb(225,32,59); }
td.TdClassName
{
border-color: #E1203B;
}
.TagClassName
{
border-color: #E1203B;
}
</style>