Shades of Alizarin #E1202D
Tints of Alizarin #E1202D
RGB
CMYK
RGB Variations
Color information
#E1202D (or 0xE1202D) is known color: Alizarin. HEX triplet: E1, 20 and 2D. RGB value is (225,32,45). Sum of RGB (Red+Green+Blue) = 225+32+45=302 (40% of max value = 765). Red value is 225 (88.28% from 255 or 74.50% from 302); Green value is 32 (12.89% from 255 or 10.60% from 302); Blue value is 45 (17.97% from 255 or 14.90% from 302); Max value from RGB is 225 - color contains mainly: red. Hex color #E1202D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1202D is #1EDFD2. Grayscale: #5B5B5B. Windows color (decimal): -2023379 or 2957537. OLE color: 2957537.
HSL color Cylindrical-coordinate representation of color #E1202D: hue angle of 355.96º 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 #E1202D is Cyan = 0, Magento = 0.86, Yellow = 0.8 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 32 | 45 | - |
| CMYK | 0 | 0.86 | 0.8 | 0.12 |
| HSL | 355.96º | 0.76% | 0.5% | - |
| HSV(B) | 355.96º | 0.86% | 0.88% | - |
| XYZ | 32.04 | 17.23 | 4.12 | - |
| YUV | 91.19 | 101.94 | 223.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 32 | 45 | 0 | 0.86 | 0.8 | 0.12 | 355.96 | 0.76 | 0.5 |
| Hex | E1 | 20 | 2D | 0 | 56 | 50 | C | 164 | 4C | 32 |
| Octal | 341 | 40 | 55 | 0 | 126 | 120 | 14 | 544 | 114 | 62 |
| Binary | 11100001 | 100000 | 101101 | 0 | 1010110 | 1010000 | 1100 | 101100100 | 1001100 | 110010 |
Color Harmonies of #E1202D
Complementary color
Monochromatic Colors of #E1202D
Black with #E1202D
Text Example
Text Example
White with #E1202D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1202D; }
p { color: rgb(225,32,45); }
H1.HeaderClassName
{
color: #E1202D;
}
.AnyTagClassName
{
color: #E1202D;
}
</style>
background-color css
<style>
a { background-color: #E1202D; }
a { background-color: rgb(225,32,45); }
div.DivClassName
{
background-color: #E1202D;
}
.BgClassName
{
background-color: #E1202D;
}
</style>
border-color css
<style>
span { border-color: #E1202D; }
span { border-color: rgb(225,32,45); }
td.TdClassName
{
border-color: #E1202D;
}
.TagClassName
{
border-color: #E1202D;
}
</style>