Shades of Alizarin #E0222E
Tints of Alizarin #E0222E
RGB
CMYK
RGB Variations
Color information
#E0222E (or 0xE0222E) is known color: Alizarin. HEX triplet: E0, 22 and 2E. RGB value is (224,34,46). Sum of RGB (Red+Green+Blue) = 224+34+46=304 (40% of max value = 765). Red value is 224 (87.89% from 255 or 73.68% from 304); Green value is 34 (13.67% from 255 or 11.18% from 304); Blue value is 46 (18.36% from 255 or 15.13% from 304); Max value from RGB is 224 - color contains mainly: red. Hex color #E0222E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0222E is #1FDDD1. Grayscale: #5C5C5C. Windows color (decimal): -2088402 or 3023584. OLE color: 3023584.
HSL color Cylindrical-coordinate representation of color #E0222E: hue angle of 356.21º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E0222E is Cyan = 0, Magento = 0.85, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 34 | 46 | - |
| CMYK | 0 | 0.85 | 0.79 | 0.12 |
| HSL | 356.21º | 0.75% | 0.51% | - |
| HSV(B) | 356.21º | 0.85% | 0.88% | - |
| XYZ | 31.81 | 17.19 | 4.23 | - |
| YUV | 92.18 | 101.95 | 222.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 34 | 46 | 0 | 0.85 | 0.79 | 0.12 | 356.21 | 0.75 | 0.51 |
| Hex | E0 | 22 | 2E | 0 | 55 | 4F | C | 164 | 4B | 33 |
| Octal | 340 | 42 | 56 | 0 | 125 | 117 | 14 | 544 | 113 | 63 |
| Binary | 11100000 | 100010 | 101110 | 0 | 1010101 | 1001111 | 1100 | 101100100 | 1001011 | 110011 |
Color Harmonies of #E0222E
Complementary color
Monochromatic Colors of #E0222E
Black with #E0222E
Text Example
Text Example
White with #E0222E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0222E; }
p { color: rgb(224,34,46); }
H1.HeaderClassName
{
color: #E0222E;
}
.AnyTagClassName
{
color: #E0222E;
}
</style>
background-color css
<style>
a { background-color: #E0222E; }
a { background-color: rgb(224,34,46); }
div.DivClassName
{
background-color: #E0222E;
}
.BgClassName
{
background-color: #E0222E;
}
</style>
border-color css
<style>
span { border-color: #E0222E; }
span { border-color: rgb(224,34,46); }
td.TdClassName
{
border-color: #E0222E;
}
.TagClassName
{
border-color: #E0222E;
}
</style>