Shades of Alizarin #E2223D
Tints of Alizarin #E2223D
RGB
CMYK
RGB Variations
Color information
#E2223D (or 0xE2223D) is known color: Alizarin. HEX triplet: E2, 22 and 3D. RGB value is (226,34,61). Sum of RGB (Red+Green+Blue) = 226+34+61=321 (42% of max value = 765). Red value is 226 (88.67% from 255 or 70.40% from 321); Green value is 34 (13.67% from 255 or 10.59% from 321); Blue value is 61 (24.22% from 255 or 19.00% from 321); Max value from RGB is 226 - color contains mainly: red. Hex color #E2223D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2223D is #1DDDC2. Grayscale: #5E5E5E. Windows color (decimal): -1957315 or 4006626. OLE color: 4006626.
HSL color Cylindrical-coordinate representation of color #E2223D: hue angle of 351.56º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E2223D is Cyan = 0, Magento = 0.85, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 34 | 61 | - |
| CMYK | 0 | 0.85 | 0.73 | 0.11 |
| HSL | 351.56º | 0.77% | 0.51% | - |
| HSV(B) | 351.56º | 0.85% | 0.89% | - |
| XYZ | 32.78 | 17.65 | 6.09 | - |
| YUV | 94.49 | 109.11 | 221.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 34 | 61 | 0 | 0.85 | 0.73 | 0.11 | 351.56 | 0.77 | 0.51 |
| Hex | E2 | 22 | 3D | 0 | 55 | 49 | B | 160 | 4D | 33 |
| Octal | 342 | 42 | 75 | 0 | 125 | 111 | 13 | 540 | 115 | 63 |
| Binary | 11100010 | 100010 | 111101 | 0 | 1010101 | 1001001 | 1011 | 101100000 | 1001101 | 110011 |
Color Harmonies of #E2223D
Complementary color
Monochromatic Colors of #E2223D
Black with #E2223D
Text Example
Text Example
White with #E2223D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2223D; }
p { color: rgb(226,34,61); }
H1.HeaderClassName
{
color: #E2223D;
}
.AnyTagClassName
{
color: #E2223D;
}
</style>
background-color css
<style>
a { background-color: #E2223D; }
a { background-color: rgb(226,34,61); }
div.DivClassName
{
background-color: #E2223D;
}
.BgClassName
{
background-color: #E2223D;
}
</style>
border-color css
<style>
span { border-color: #E2223D; }
span { border-color: rgb(226,34,61); }
td.TdClassName
{
border-color: #E2223D;
}
.TagClassName
{
border-color: #E2223D;
}
</style>