Shades of Alizarin #E1223D
Tints of Alizarin #E1223D
RGB
CMYK
RGB Variations
Color information
#E1223D (or 0xE1223D) is known color: Alizarin. HEX triplet: E1, 22 and 3D. RGB value is (225,34,61). Sum of RGB (Red+Green+Blue) = 225+34+61=320 (42% of max value = 765). Red value is 225 (88.28% from 255 or 70.31% from 320); Green value is 34 (13.67% from 255 or 10.62% from 320); Blue value is 61 (24.22% from 255 or 19.06% from 320); Max value from RGB is 225 - color contains mainly: red. Hex color #E1223D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1223D is #1EDDC2. Grayscale: #5E5E5E. Windows color (decimal): -2022851 or 4006625. OLE color: 4006625.
HSL color Cylindrical-coordinate representation of color #E1223D: hue angle of 351.52º 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 #E1223D is Cyan = 0, Magento = 0.85, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 34 | 61 | - |
| CMYK | 0 | 0.85 | 0.73 | 0.12 |
| HSL | 351.52º | 0.76% | 0.51% | - |
| HSV(B) | 351.52º | 0.85% | 0.88% | - |
| XYZ | 32.47 | 17.49 | 6.08 | - |
| YUV | 94.19 | 109.28 | 221.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 34 | 61 | 0 | 0.85 | 0.73 | 0.12 | 351.52 | 0.76 | 0.51 |
| Hex | E1 | 22 | 3D | 0 | 55 | 49 | C | 160 | 4C | 33 |
| Octal | 341 | 42 | 75 | 0 | 125 | 111 | 14 | 540 | 114 | 63 |
| Binary | 11100001 | 100010 | 111101 | 0 | 1010101 | 1001001 | 1100 | 101100000 | 1001100 | 110011 |
Color Harmonies of #E1223D
Complementary color
Monochromatic Colors of #E1223D
Black with #E1223D
Text Example
Text Example
White with #E1223D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1223D; }
p { color: rgb(225,34,61); }
H1.HeaderClassName
{
color: #E1223D;
}
.AnyTagClassName
{
color: #E1223D;
}
</style>
background-color css
<style>
a { background-color: #E1223D; }
a { background-color: rgb(225,34,61); }
div.DivClassName
{
background-color: #E1223D;
}
.BgClassName
{
background-color: #E1223D;
}
</style>
border-color css
<style>
span { border-color: #E1223D; }
span { border-color: rgb(225,34,61); }
td.TdClassName
{
border-color: #E1223D;
}
.TagClassName
{
border-color: #E1223D;
}
</style>