Shades of Alizarin #E7222A
Tints of Alizarin #E7222A
RGB
CMYK
RGB Variations
Color information
#E7222A (or 0xE7222A) is known color: Alizarin. HEX triplet: E7, 22 and 2A. RGB value is (231,34,42). Sum of RGB (Red+Green+Blue) = 231+34+42=307 (40% of max value = 765). Red value is 231 (90.62% from 255 or 75.24% from 307); Green value is 34 (13.67% from 255 or 11.07% from 307); Blue value is 42 (16.80% from 255 or 13.68% from 307); Max value from RGB is 231 - color contains mainly: red. Hex color #E7222A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7222A is #18DDD5. Grayscale: #5D5D5D. Windows color (decimal): -1629654 or 2761447. OLE color: 2761447.
HSL color Cylindrical-coordinate representation of color #E7222A: hue angle of 357.56º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E7222A is Cyan = 0, Magento = 0.85, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 34 | 42 | - |
| CMYK | 0 | 0.85 | 0.82 | 0.09 |
| HSL | 357.56º | 0.8% | 0.52% | - |
| HSV(B) | 357.56º | 0.85% | 0.91% | - |
| XYZ | 33.94 | 18.3 | 3.93 | - |
| YUV | 93.82 | 98.77 | 225.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 34 | 42 | 0 | 0.85 | 0.82 | 0.09 | 357.56 | 0.8 | 0.52 |
| Hex | E7 | 22 | 2A | 0 | 55 | 52 | 9 | 166 | 50 | 34 |
| Octal | 347 | 42 | 52 | 0 | 125 | 122 | 11 | 546 | 120 | 64 |
| Binary | 11100111 | 100010 | 101010 | 0 | 1010101 | 1010010 | 1001 | 101100110 | 1010000 | 110100 |
Color Harmonies of #E7222A
Complementary color
Monochromatic Colors of #E7222A
Black with #E7222A
Text Example
Text Example
White with #E7222A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7222A; }
p { color: rgb(231,34,42); }
H1.HeaderClassName
{
color: #E7222A;
}
.AnyTagClassName
{
color: #E7222A;
}
</style>
background-color css
<style>
a { background-color: #E7222A; }
a { background-color: rgb(231,34,42); }
div.DivClassName
{
background-color: #E7222A;
}
.BgClassName
{
background-color: #E7222A;
}
</style>
border-color css
<style>
span { border-color: #E7222A; }
span { border-color: rgb(231,34,42); }
td.TdClassName
{
border-color: #E7222A;
}
.TagClassName
{
border-color: #E7222A;
}
</style>