Shades of Alizarin #E2222F
Tints of Alizarin #E2222F
RGB
CMYK
RGB Variations
Color information
#E2222F (or 0xE2222F) is known color: Alizarin. HEX triplet: E2, 22 and 2F. RGB value is (226,34,47). Sum of RGB (Red+Green+Blue) = 226+34+47=307 (40% of max value = 765). Red value is 226 (88.67% from 255 or 73.62% from 307); Green value is 34 (13.67% from 255 or 11.07% from 307); Blue value is 47 (18.75% from 255 or 15.31% from 307); Max value from RGB is 226 - color contains mainly: red. Hex color #E2222F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2222F is #1DDDD0. Grayscale: #5D5D5D. Windows color (decimal): -1957329 or 3089122. OLE color: 3089122.
HSL color Cylindrical-coordinate representation of color #E2222F: hue angle of 355.94º 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 #E2222F is Cyan = 0, Magento = 0.85, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 34 | 47 | - |
| CMYK | 0 | 0.85 | 0.79 | 0.11 |
| HSL | 355.94º | 0.77% | 0.51% | - |
| HSV(B) | 355.94º | 0.85% | 0.89% | - |
| XYZ | 32.45 | 17.52 | 4.36 | - |
| YUV | 92.89 | 102.11 | 222.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 34 | 47 | 0 | 0.85 | 0.79 | 0.11 | 355.94 | 0.77 | 0.51 |
| Hex | E2 | 22 | 2F | 0 | 55 | 4F | B | 164 | 4D | 33 |
| Octal | 342 | 42 | 57 | 0 | 125 | 117 | 13 | 544 | 115 | 63 |
| Binary | 11100010 | 100010 | 101111 | 0 | 1010101 | 1001111 | 1011 | 101100100 | 1001101 | 110011 |
Color Harmonies of #E2222F
Complementary color
Monochromatic Colors of #E2222F
Black with #E2222F
Text Example
Text Example
White with #E2222F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2222F; }
p { color: rgb(226,34,47); }
H1.HeaderClassName
{
color: #E2222F;
}
.AnyTagClassName
{
color: #E2222F;
}
</style>
background-color css
<style>
a { background-color: #E2222F; }
a { background-color: rgb(226,34,47); }
div.DivClassName
{
background-color: #E2222F;
}
.BgClassName
{
background-color: #E2222F;
}
</style>
border-color css
<style>
span { border-color: #E2222F; }
span { border-color: rgb(226,34,47); }
td.TdClassName
{
border-color: #E2222F;
}
.TagClassName
{
border-color: #E2222F;
}
</style>