Shades of Alizarin #E1222C
Tints of Alizarin #E1222C
RGB
CMYK
RGB Variations
Color information
#E1222C (or 0xE1222C) is known color: Alizarin. HEX triplet: E1, 22 and 2C. RGB value is (225,34,44). Sum of RGB (Red+Green+Blue) = 225+34+44=303 (40% of max value = 765). Red value is 225 (88.28% from 255 or 74.26% from 303); Green value is 34 (13.67% from 255 or 11.22% from 303); Blue value is 44 (17.58% from 255 or 14.52% from 303); Max value from RGB is 225 - color contains mainly: red. Hex color #E1222C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1222C is #1EDDD3. Grayscale: #5C5C5C. Windows color (decimal): -2022868 or 2892513. OLE color: 2892513.
HSL color Cylindrical-coordinate representation of color #E1222C: hue angle of 356.86º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E1222C is Cyan = 0, Magento = 0.85, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 34 | 44 | - |
| CMYK | 0 | 0.85 | 0.80 | 0.12 |
| HSL | 356.86º | 0.76% | 0.51% | - |
| HSV(B) | 356.86º | 0.85% | 0.88% | - |
| XYZ | 32.08 | 17.33 | 4.04 | - |
| YUV | 92.25 | 100.78 | 222.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 34 | 44 | 0 | 0.85 | 0.80 | 0.12 | 356.86 | 0.76 | 0.51 |
| Hex | E1 | 22 | 2C | 0 | 55 | 50 | C | 165 | 4C | 33 |
| Octal | 341 | 42 | 54 | 0 | 125 | 120 | 14 | 545 | 114 | 63 |
| Binary | 11100001 | 100010 | 101100 | 0 | 1010101 | 1010000 | 1100 | 101100101 | 1001100 | 110011 |
Color Harmonies of #E1222C
Complementary color
Monochromatic Colors of #E1222C
Black with #E1222C
Text Example
Text Example
White with #E1222C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1222C; }
p { color: rgb(225,34,44); }
H1.HeaderClassName
{
color: #E1222C;
}
.AnyTagClassName
{
color: #E1222C;
}
</style>
background-color css
<style>
a { background-color: #E1222C; }
a { background-color: rgb(225,34,44); }
div.DivClassName
{
background-color: #E1222C;
}
.BgClassName
{
background-color: #E1222C;
}
</style>
border-color css
<style>
span { border-color: #E1222C; }
span { border-color: rgb(225,34,44); }
td.TdClassName
{
border-color: #E1222C;
}
.TagClassName
{
border-color: #E1222C;
}
</style>