Shades of Alizarin #E1203E
Tints of Alizarin #E1203E
RGB
CMYK
RGB Variations
Color information
#E1203E (or 0xE1203E) is known color: Alizarin. HEX triplet: E1, 20 and 3E. RGB value is (225,32,62). Sum of RGB (Red+Green+Blue) = 225+32+62=319 (42% of max value = 765). Red value is 225 (88.28% from 255 or 70.53% from 319); Green value is 32 (12.89% from 255 or 10.03% from 319); Blue value is 62 (24.61% from 255 or 19.44% from 319); Max value from RGB is 225 - color contains mainly: red. Hex color #E1203E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1203E is #1EDFC1. Grayscale: #5D5D5D. Windows color (decimal): -2023362 or 4071649. OLE color: 4071649.
HSL color Cylindrical-coordinate representation of color #E1203E: hue angle of 350.67º 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 #E1203E is Cyan = 0, Magento = 0.86, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 32 | 62 | - |
| CMYK | 0 | 0.86 | 0.72 | 0.12 |
| HSL | 350.67º | 0.76% | 0.5% | - |
| HSV(B) | 350.67º | 0.86% | 0.88% | - |
| XYZ | 32.44 | 17.39 | 6.2 | - |
| YUV | 93.13 | 110.44 | 222.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 32 | 62 | 0 | 0.86 | 0.72 | 0.12 | 350.67 | 0.76 | 0.5 |
| Hex | E1 | 20 | 3E | 0 | 56 | 48 | C | 15F | 4C | 32 |
| Octal | 341 | 40 | 76 | 0 | 126 | 110 | 14 | 537 | 114 | 62 |
| Binary | 11100001 | 100000 | 111110 | 0 | 1010110 | 1001000 | 1100 | 101011111 | 1001100 | 110010 |
Color Harmonies of #E1203E
Complementary color
Monochromatic Colors of #E1203E
Black with #E1203E
Text Example
Text Example
White with #E1203E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1203E; }
p { color: rgb(225,32,62); }
H1.HeaderClassName
{
color: #E1203E;
}
.AnyTagClassName
{
color: #E1203E;
}
</style>
background-color css
<style>
a { background-color: #E1203E; }
a { background-color: rgb(225,32,62); }
div.DivClassName
{
background-color: #E1203E;
}
.BgClassName
{
background-color: #E1203E;
}
</style>
border-color css
<style>
span { border-color: #E1203E; }
span { border-color: rgb(225,32,62); }
td.TdClassName
{
border-color: #E1203E;
}
.TagClassName
{
border-color: #E1203E;
}
</style>