Shades of Alizarin #E72227
Tints of Alizarin #E72227
RGB
CMYK
RGB Variations
Color information
#E72227 (or 0xE72227) is known color: Alizarin. HEX triplet: E7, 22 and 27. RGB value is (231,34,39). Sum of RGB (Red+Green+Blue) = 231+34+39=304 (40% of max value = 765). Red value is 231 (90.62% from 255 or 75.99% from 304); Green value is 34 (13.67% from 255 or 11.18% from 304); Blue value is 39 (15.62% from 255 or 12.83% from 304); Max value from RGB is 231 - color contains mainly: red. Hex color #E72227 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E72227 is #18DDD8. Grayscale: #5D5D5D. Windows color (decimal): -1629657 or 2564839. OLE color: 2564839.
HSL color Cylindrical-coordinate representation of color #E72227: hue angle of 358.48º 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 #E72227 is Cyan = 0, Magento = 0.85, Yellow = 0.83 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 34 | 39 | - |
| CMYK | 0 | 0.85 | 0.83 | 0.09 |
| HSL | 358.48º | 0.8% | 0.52% | - |
| HSV(B) | 358.48º | 0.85% | 0.91% | - |
| XYZ | 33.89 | 18.28 | 3.66 | - |
| YUV | 93.47 | 97.27 | 226.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 34 | 39 | 0 | 0.85 | 0.83 | 0.09 | 358.48 | 0.8 | 0.52 |
| Hex | E7 | 22 | 27 | 0 | 55 | 53 | 9 | 166 | 50 | 34 |
| Octal | 347 | 42 | 47 | 0 | 125 | 123 | 11 | 546 | 120 | 64 |
| Binary | 11100111 | 100010 | 100111 | 0 | 1010101 | 1010011 | 1001 | 101100110 | 1010000 | 110100 |
Color Harmonies of #E72227
Complementary color
Monochromatic Colors of #E72227
Black with #E72227
Text Example
Text Example
White with #E72227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72227; }
p { color: rgb(231,34,39); }
H1.HeaderClassName
{
color: #E72227;
}
.AnyTagClassName
{
color: #E72227;
}
</style>
background-color css
<style>
a { background-color: #E72227; }
a { background-color: rgb(231,34,39); }
div.DivClassName
{
background-color: #E72227;
}
.BgClassName
{
background-color: #E72227;
}
</style>
border-color css
<style>
span { border-color: #E72227; }
span { border-color: rgb(231,34,39); }
td.TdClassName
{
border-color: #E72227;
}
.TagClassName
{
border-color: #E72227;
}
</style>