Shades of Alizarin #E2232C
Tints of Alizarin #E2232C
RGB
CMYK
RGB Variations
Color information
#E2232C (or 0xE2232C) is known color: Alizarin. HEX triplet: E2, 23 and 2C. RGB value is (226,35,44). Sum of RGB (Red+Green+Blue) = 226+35+44=305 (40% of max value = 765). Red value is 226 (88.67% from 255 or 74.10% from 305); Green value is 35 (14.06% from 255 or 11.48% from 305); Blue value is 44 (17.58% from 255 or 14.43% from 305); Max value from RGB is 226 - color contains mainly: red. Hex color #E2232C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2232C is #1DDCD3. Grayscale: #5D5D5D. Windows color (decimal): -1957076 or 2892770. OLE color: 2892770.
HSL color Cylindrical-coordinate representation of color #E2232C: hue angle of 357.17º 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 #E2232C is Cyan = 0, Magento = 0.85, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 35 | 44 | - |
| CMYK | 0 | 0.85 | 0.81 | 0.11 |
| HSL | 357.17º | 0.77% | 0.51% | - |
| HSV(B) | 357.17º | 0.85% | 0.89% | - |
| XYZ | 32.42 | 17.55 | 4.06 | - |
| YUV | 93.14 | 100.28 | 222.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 35 | 44 | 0 | 0.85 | 0.81 | 0.11 | 357.17 | 0.77 | 0.51 |
| Hex | E2 | 23 | 2C | 0 | 55 | 51 | B | 165 | 4D | 33 |
| Octal | 342 | 43 | 54 | 0 | 125 | 121 | 13 | 545 | 115 | 63 |
| Binary | 11100010 | 100011 | 101100 | 0 | 1010101 | 1010001 | 1011 | 101100101 | 1001101 | 110011 |
Color Harmonies of #E2232C
Complementary color
Monochromatic Colors of #E2232C
Black with #E2232C
Text Example
Text Example
White with #E2232C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2232C; }
p { color: rgb(226,35,44); }
H1.HeaderClassName
{
color: #E2232C;
}
.AnyTagClassName
{
color: #E2232C;
}
</style>
background-color css
<style>
a { background-color: #E2232C; }
a { background-color: rgb(226,35,44); }
div.DivClassName
{
background-color: #E2232C;
}
.BgClassName
{
background-color: #E2232C;
}
</style>
border-color css
<style>
span { border-color: #E2232C; }
span { border-color: rgb(226,35,44); }
td.TdClassName
{
border-color: #E2232C;
}
.TagClassName
{
border-color: #E2232C;
}
</style>