Shades of Alizarin #E7223B
Tints of Alizarin #E7223B
RGB
CMYK
RGB Variations
Color information
#E7223B (or 0xE7223B) is known color: Alizarin. HEX triplet: E7, 22 and 3B. RGB value is (231,34,59). Sum of RGB (Red+Green+Blue) = 231+34+59=324 (42% of max value = 765). Red value is 231 (90.62% from 255 or 71.30% from 324); Green value is 34 (13.67% from 255 or 10.49% from 324); Blue value is 59 (23.44% from 255 or 18.21% from 324); Max value from RGB is 231 - color contains mainly: red. Hex color #E7223B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7223B is #18DDC4. Grayscale: #5F5F5F. Windows color (decimal): -1629637 or 3875559. OLE color: 3875559.
HSL color Cylindrical-coordinate representation of color #E7223B: hue angle of 352.39º 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 #E7223B is Cyan = 0, Magento = 0.85, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 34 | 59 | - |
| CMYK | 0 | 0.85 | 0.74 | 0.09 |
| HSL | 352.39º | 0.8% | 0.52% | - |
| HSV(B) | 352.39º | 0.85% | 0.91% | - |
| XYZ | 34.32 | 18.45 | 5.89 | - |
| YUV | 95.75 | 107.27 | 224.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 34 | 59 | 0 | 0.85 | 0.74 | 0.09 | 352.39 | 0.8 | 0.52 |
| Hex | E7 | 22 | 3B | 0 | 55 | 4A | 9 | 160 | 50 | 34 |
| Octal | 347 | 42 | 73 | 0 | 125 | 112 | 11 | 540 | 120 | 64 |
| Binary | 11100111 | 100010 | 111011 | 0 | 1010101 | 1001010 | 1001 | 101100000 | 1010000 | 110100 |
Color Harmonies of #E7223B
Complementary color
Monochromatic Colors of #E7223B
Black with #E7223B
Text Example
Text Example
White with #E7223B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7223B; }
p { color: rgb(231,34,59); }
H1.HeaderClassName
{
color: #E7223B;
}
.AnyTagClassName
{
color: #E7223B;
}
</style>
background-color css
<style>
a { background-color: #E7223B; }
a { background-color: rgb(231,34,59); }
div.DivClassName
{
background-color: #E7223B;
}
.BgClassName
{
background-color: #E7223B;
}
</style>
border-color css
<style>
span { border-color: #E7223B; }
span { border-color: rgb(231,34,59); }
td.TdClassName
{
border-color: #E7223B;
}
.TagClassName
{
border-color: #E7223B;
}
</style>