Shades of Alizarin #E0223B
Tints of Alizarin #E0223B
RGB
CMYK
RGB Variations
Color information
#E0223B (or 0xE0223B) is known color: Alizarin. HEX triplet: E0, 22 and 3B. RGB value is (224,34,59). Sum of RGB (Red+Green+Blue) = 224+34+59=317 (41% of max value = 765). Red value is 224 (87.89% from 255 or 70.66% from 317); Green value is 34 (13.67% from 255 or 10.73% from 317); Blue value is 59 (23.44% from 255 or 18.61% from 317); Max value from RGB is 224 - color contains mainly: red. Hex color #E0223B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0223B is #1FDDC4. Grayscale: #5D5D5D. Windows color (decimal): -2088389 or 3875552. OLE color: 3875552.
HSL color Cylindrical-coordinate representation of color #E0223B: hue angle of 352.11º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E0223B is Cyan = 0, Magento = 0.85, Yellow = 0.74 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 34 | 59 | - |
| CMYK | 0 | 0.85 | 0.74 | 0.12 |
| HSL | 352.11º | 0.75% | 0.51% | - |
| HSV(B) | 352.11º | 0.85% | 0.88% | - |
| XYZ | 32.1 | 17.31 | 5.79 | - |
| YUV | 93.66 | 108.45 | 220.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 34 | 59 | 0 | 0.85 | 0.74 | 0.12 | 352.11 | 0.75 | 0.51 |
| Hex | E0 | 22 | 3B | 0 | 55 | 4A | C | 160 | 4B | 33 |
| Octal | 340 | 42 | 73 | 0 | 125 | 112 | 14 | 540 | 113 | 63 |
| Binary | 11100000 | 100010 | 111011 | 0 | 1010101 | 1001010 | 1100 | 101100000 | 1001011 | 110011 |
Color Harmonies of #E0223B
Complementary color
Monochromatic Colors of #E0223B
Black with #E0223B
Text Example
Text Example
White with #E0223B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0223B; }
p { color: rgb(224,34,59); }
H1.HeaderClassName
{
color: #E0223B;
}
.AnyTagClassName
{
color: #E0223B;
}
</style>
background-color css
<style>
a { background-color: #E0223B; }
a { background-color: rgb(224,34,59); }
div.DivClassName
{
background-color: #E0223B;
}
.BgClassName
{
background-color: #E0223B;
}
</style>
border-color css
<style>
span { border-color: #E0223B; }
span { border-color: rgb(224,34,59); }
td.TdClassName
{
border-color: #E0223B;
}
.TagClassName
{
border-color: #E0223B;
}
</style>