Shades of Alizarin #E22C42
Tints of Alizarin #E22C42
RGB
CMYK
RGB Variations
Color information
#E22C42 (or 0xE22C42) is known color: Alizarin. HEX triplet: E2, 2C and 42. RGB value is (226,44,66). Sum of RGB (Red+Green+Blue) = 226+44+66=336 (44% of max value = 765). Red value is 226 (88.67% from 255 or 67.26% from 336); Green value is 44 (17.58% from 255 or 13.10% from 336); Blue value is 66 (26.17% from 255 or 19.64% from 336); Max value from RGB is 226 - color contains mainly: red. Hex color #E22C42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E22C42 is #1DD3BD. Grayscale: #656565. Windows color (decimal): -1954750 or 4336866. OLE color: 4336866.
HSL color Cylindrical-coordinate representation of color #E22C42: hue angle of 352.75º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E22C42 is Cyan = 0, Magento = 0.81, Yellow = 0.71 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 44 | 66 | - |
| CMYK | 0 | 0.81 | 0.71 | 0.11 |
| HSL | 352.75º | 0.76% | 0.53% | - |
| HSV(B) | 352.75º | 0.81% | 0.89% | - |
| XYZ | 33.25 | 18.36 | 6.95 | - |
| YUV | 100.93 | 108.3 | 217.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 44 | 66 | 0 | 0.81 | 0.71 | 0.11 | 352.75 | 0.76 | 0.53 |
| Hex | E2 | 2C | 42 | 0 | 51 | 47 | B | 161 | 4C | 35 |
| Octal | 342 | 54 | 102 | 0 | 121 | 107 | 13 | 541 | 114 | 65 |
| Binary | 11100010 | 101100 | 1000010 | 0 | 1010001 | 1000111 | 1011 | 101100001 | 1001100 | 110101 |
Color Harmonies of #E22C42
Complementary color
Monochromatic Colors of #E22C42
Black with #E22C42
Text Example
Text Example
White with #E22C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E22C42; }
p { color: rgb(226,44,66); }
H1.HeaderClassName
{
color: #E22C42;
}
.AnyTagClassName
{
color: #E22C42;
}
</style>
background-color css
<style>
a { background-color: #E22C42; }
a { background-color: rgb(226,44,66); }
div.DivClassName
{
background-color: #E22C42;
}
.BgClassName
{
background-color: #E22C42;
}
</style>
border-color css
<style>
span { border-color: #E22C42; }
span { border-color: rgb(226,44,66); }
td.TdClassName
{
border-color: #E22C42;
}
.TagClassName
{
border-color: #E22C42;
}
</style>