Shades of Alizarin #E1203C
Tints of Alizarin #E1203C
RGB
CMYK
RGB Variations
Color information
#E1203C (or 0xE1203C) is known color: Alizarin. HEX triplet: E1, 20 and 3C. RGB value is (225,32,60). Sum of RGB (Red+Green+Blue) = 225+32+60=317 (41% of max value = 765). Red value is 225 (88.28% from 255 or 70.98% from 317); Green value is 32 (12.89% from 255 or 10.09% from 317); Blue value is 60 (23.83% from 255 or 18.93% from 317); Max value from RGB is 225 - color contains mainly: red. Hex color #E1203C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1203C is #1EDFC3. Grayscale: #5C5C5C. Windows color (decimal): -2023364 or 3940577. OLE color: 3940577.
HSL color Cylindrical-coordinate representation of color #E1203C: hue angle of 351.3º 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 #E1203C is Cyan = 0, Magento = 0.86, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 32 | 60 | - |
| CMYK | 0 | 0.86 | 0.73 | 0.12 |
| HSL | 351.3º | 0.76% | 0.5% | - |
| HSV(B) | 351.3º | 0.86% | 0.88% | - |
| XYZ | 32.38 | 17.37 | 5.92 | - |
| YUV | 92.9 | 109.44 | 222.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 32 | 60 | 0 | 0.86 | 0.73 | 0.12 | 351.3 | 0.76 | 0.5 |
| Hex | E1 | 20 | 3C | 0 | 56 | 49 | C | 15F | 4C | 32 |
| Octal | 341 | 40 | 74 | 0 | 126 | 111 | 14 | 537 | 114 | 62 |
| Binary | 11100001 | 100000 | 111100 | 0 | 1010110 | 1001001 | 1100 | 101011111 | 1001100 | 110010 |
Color Harmonies of #E1203C
Complementary color
Monochromatic Colors of #E1203C
Black with #E1203C
Text Example
Text Example
White with #E1203C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1203C; }
p { color: rgb(225,32,60); }
H1.HeaderClassName
{
color: #E1203C;
}
.AnyTagClassName
{
color: #E1203C;
}
</style>
background-color css
<style>
a { background-color: #E1203C; }
a { background-color: rgb(225,32,60); }
div.DivClassName
{
background-color: #E1203C;
}
.BgClassName
{
background-color: #E1203C;
}
</style>
border-color css
<style>
span { border-color: #E1203C; }
span { border-color: rgb(225,32,60); }
td.TdClassName
{
border-color: #E1203C;
}
.TagClassName
{
border-color: #E1203C;
}
</style>