Shades of Alizarin #E2213D
Tints of Alizarin #E2213D
RGB
CMYK
RGB Variations
Color information
#E2213D (or 0xE2213D) is known color: Alizarin. HEX triplet: E2, 21 and 3D. RGB value is (226,33,61). Sum of RGB (Red+Green+Blue) = 226+33+61=320 (42% of max value = 765). Red value is 226 (88.67% from 255 or 70.62% from 320); Green value is 33 (13.28% from 255 or 10.31% from 320); Blue value is 61 (24.22% from 255 or 19.06% from 320); Max value from RGB is 226 - color contains mainly: red. Hex color #E2213D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2213D is #1DDEC2. Grayscale: #5D5D5D. Windows color (decimal): -1957571 or 4006370. OLE color: 4006370.
HSL color Cylindrical-coordinate representation of color #E2213D: hue angle of 351.3º 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 #E2213D is Cyan = 0, Magento = 0.85, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 33 | 61 | - |
| CMYK | 0 | 0.85 | 0.73 | 0.11 |
| HSL | 351.3º | 0.77% | 0.51% | - |
| HSV(B) | 351.3º | 0.85% | 0.89% | - |
| XYZ | 32.75 | 17.59 | 6.08 | - |
| YUV | 93.9 | 109.44 | 222.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 33 | 61 | 0 | 0.85 | 0.73 | 0.11 | 351.3 | 0.77 | 0.51 |
| Hex | E2 | 21 | 3D | 0 | 55 | 49 | B | 15F | 4D | 33 |
| Octal | 342 | 41 | 75 | 0 | 125 | 111 | 13 | 537 | 115 | 63 |
| Binary | 11100010 | 100001 | 111101 | 0 | 1010101 | 1001001 | 1011 | 101011111 | 1001101 | 110011 |
Color Harmonies of #E2213D
Complementary color
Monochromatic Colors of #E2213D
Black with #E2213D
Text Example
Text Example
White with #E2213D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2213D; }
p { color: rgb(226,33,61); }
H1.HeaderClassName
{
color: #E2213D;
}
.AnyTagClassName
{
color: #E2213D;
}
</style>
background-color css
<style>
a { background-color: #E2213D; }
a { background-color: rgb(226,33,61); }
div.DivClassName
{
background-color: #E2213D;
}
.BgClassName
{
background-color: #E2213D;
}
</style>
border-color css
<style>
span { border-color: #E2213D; }
span { border-color: rgb(226,33,61); }
td.TdClassName
{
border-color: #E2213D;
}
.TagClassName
{
border-color: #E2213D;
}
</style>