Shades of Alizarin #E7223E
Tints of Alizarin #E7223E
RGB
CMYK
RGB Variations
Color information
#E7223E (or 0xE7223E) is known color: Alizarin. HEX triplet: E7, 22 and 3E. RGB value is (231,34,62). Sum of RGB (Red+Green+Blue) = 231+34+62=327 (43% of max value = 765). Red value is 231 (90.62% from 255 or 70.64% from 327); Green value is 34 (13.67% from 255 or 10.40% from 327); Blue value is 62 (24.61% from 255 or 18.96% from 327); Max value from RGB is 231 - color contains mainly: red. Hex color #E7223E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7223E is #18DDC1. Grayscale: #606060. Windows color (decimal): -1629634 or 4072167. OLE color: 4072167.
HSL color Cylindrical-coordinate representation of color #E7223E: hue angle of 351.47º 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 #E7223E is Cyan = 0, Magento = 0.85, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 34 | 62 | - |
| CMYK | 0 | 0.85 | 0.73 | 0.09 |
| HSL | 351.47º | 0.8% | 0.52% | - |
| HSV(B) | 351.47º | 0.85% | 0.91% | - |
| XYZ | 34.4 | 18.48 | 6.31 | - |
| YUV | 96.1 | 108.77 | 224.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 34 | 62 | 0 | 0.85 | 0.73 | 0.09 | 351.47 | 0.8 | 0.52 |
| Hex | E7 | 22 | 3E | 0 | 55 | 49 | 9 | 15F | 50 | 34 |
| Octal | 347 | 42 | 76 | 0 | 125 | 111 | 11 | 537 | 120 | 64 |
| Binary | 11100111 | 100010 | 111110 | 0 | 1010101 | 1001001 | 1001 | 101011111 | 1010000 | 110100 |
Color Harmonies of #E7223E
Complementary color
Monochromatic Colors of #E7223E
Black with #E7223E
Text Example
Text Example
White with #E7223E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7223E; }
p { color: rgb(231,34,62); }
H1.HeaderClassName
{
color: #E7223E;
}
.AnyTagClassName
{
color: #E7223E;
}
</style>
background-color css
<style>
a { background-color: #E7223E; }
a { background-color: rgb(231,34,62); }
div.DivClassName
{
background-color: #E7223E;
}
.BgClassName
{
background-color: #E7223E;
}
</style>
border-color css
<style>
span { border-color: #E7223E; }
span { border-color: rgb(231,34,62); }
td.TdClassName
{
border-color: #E7223E;
}
.TagClassName
{
border-color: #E7223E;
}
</style>