Shades of Alizarin #E7212C
Tints of Alizarin #E7212C
RGB
CMYK
RGB Variations
Color information
#E7212C (or 0xE7212C) is known color: Alizarin. HEX triplet: E7, 21 and 2C. RGB value is (231,33,44). Sum of RGB (Red+Green+Blue) = 231+33+44=308 (40% of max value = 765). Red value is 231 (90.62% from 255 or 75% from 308); Green value is 33 (13.28% from 255 or 10.71% from 308); Blue value is 44 (17.58% from 255 or 14.29% from 308); Max value from RGB is 231 - color contains mainly: red. Hex color #E7212C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7212C is #18DED3. Grayscale: #5D5D5D. Windows color (decimal): -1629908 or 2892263. OLE color: 2892263.
HSL color Cylindrical-coordinate representation of color #E7212C: hue angle of 356.67º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E7212C is Cyan = 0, Magento = 0.86, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 33 | 44 | - |
| CMYK | 0 | 0.86 | 0.81 | 0.09 |
| HSL | 356.67º | 0.8% | 0.52% | - |
| HSV(B) | 356.67º | 0.86% | 0.91% | - |
| XYZ | 33.95 | 18.26 | 4.12 | - |
| YUV | 93.46 | 100.1 | 226.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 33 | 44 | 0 | 0.86 | 0.81 | 0.09 | 356.67 | 0.8 | 0.52 |
| Hex | E7 | 21 | 2C | 0 | 56 | 51 | 9 | 165 | 50 | 34 |
| Octal | 347 | 41 | 54 | 0 | 126 | 121 | 11 | 545 | 120 | 64 |
| Binary | 11100111 | 100001 | 101100 | 0 | 1010110 | 1010001 | 1001 | 101100101 | 1010000 | 110100 |
Color Harmonies of #E7212C
Complementary color
Monochromatic Colors of #E7212C
Black with #E7212C
Text Example
Text Example
White with #E7212C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7212C; }
p { color: rgb(231,33,44); }
H1.HeaderClassName
{
color: #E7212C;
}
.AnyTagClassName
{
color: #E7212C;
}
</style>
background-color css
<style>
a { background-color: #E7212C; }
a { background-color: rgb(231,33,44); }
div.DivClassName
{
background-color: #E7212C;
}
.BgClassName
{
background-color: #E7212C;
}
</style>
border-color css
<style>
span { border-color: #E7212C; }
span { border-color: rgb(231,33,44); }
td.TdClassName
{
border-color: #E7212C;
}
.TagClassName
{
border-color: #E7212C;
}
</style>