Shades of Alizarin #E0223E
Tints of Alizarin #E0223E
RGB
CMYK
RGB Variations
Color information
#E0223E (or 0xE0223E) is known color: Alizarin. HEX triplet: E0, 22 and 3E. RGB value is (224,34,62). Sum of RGB (Red+Green+Blue) = 224+34+62=320 (42% of max value = 765). Red value is 224 (87.89% from 255 or 70% from 320); Green value is 34 (13.67% from 255 or 10.62% from 320); Blue value is 62 (24.61% from 255 or 19.38% from 320); Max value from RGB is 224 - color contains mainly: red. Hex color #E0223E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0223E is #1FDDC1. Grayscale: #5E5E5E. Windows color (decimal): -2088386 or 4072160. OLE color: 4072160.
HSL color Cylindrical-coordinate representation of color #E0223E: hue angle of 351.16º 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 #E0223E is Cyan = 0, Magento = 0.85, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 34 | 62 | - |
| CMYK | 0 | 0.85 | 0.72 | 0.12 |
| HSL | 351.16º | 0.75% | 0.51% | - |
| HSV(B) | 351.16º | 0.85% | 0.88% | - |
| XYZ | 32.18 | 17.34 | 6.21 | - |
| YUV | 94 | 109.95 | 220.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 34 | 62 | 0 | 0.85 | 0.72 | 0.12 | 351.16 | 0.75 | 0.51 |
| Hex | E0 | 22 | 3E | 0 | 55 | 48 | C | 15F | 4B | 33 |
| Octal | 340 | 42 | 76 | 0 | 125 | 110 | 14 | 537 | 113 | 63 |
| Binary | 11100000 | 100010 | 111110 | 0 | 1010101 | 1001000 | 1100 | 101011111 | 1001011 | 110011 |
Color Harmonies of #E0223E
Complementary color
Monochromatic Colors of #E0223E
Black with #E0223E
Text Example
Text Example
White with #E0223E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0223E; }
p { color: rgb(224,34,62); }
H1.HeaderClassName
{
color: #E0223E;
}
.AnyTagClassName
{
color: #E0223E;
}
</style>
background-color css
<style>
a { background-color: #E0223E; }
a { background-color: rgb(224,34,62); }
div.DivClassName
{
background-color: #E0223E;
}
.BgClassName
{
background-color: #E0223E;
}
</style>
border-color css
<style>
span { border-color: #E0223E; }
span { border-color: rgb(224,34,62); }
td.TdClassName
{
border-color: #E0223E;
}
.TagClassName
{
border-color: #E0223E;
}
</style>