Shades of Alizarin #E02238
Tints of Alizarin #E02238
RGB
CMYK
RGB Variations
Color information
#E02238 (or 0xE02238) is known color: Alizarin. HEX triplet: E0, 22 and 38. RGB value is (224,34,56). Sum of RGB (Red+Green+Blue) = 224+34+56=314 (41% of max value = 765). Red value is 224 (87.89% from 255 or 71.34% from 314); Green value is 34 (13.67% from 255 or 10.83% from 314); Blue value is 56 (22.27% from 255 or 17.83% from 314); Max value from RGB is 224 - color contains mainly: red. Hex color #E02238 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02238 is #1FDDC7. Grayscale: #5D5D5D. Windows color (decimal): -2088392 or 3678944. OLE color: 3678944.
HSL color Cylindrical-coordinate representation of color #E02238: hue angle of 353.05º 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 #E02238 is Cyan = 0, Magento = 0.85, Yellow = 0.75 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 34 | 56 | - |
| CMYK | 0 | 0.85 | 0.75 | 0.12 |
| HSL | 353.05º | 0.75% | 0.51% | - |
| HSV(B) | 353.05º | 0.85% | 0.88% | - |
| XYZ | 32.03 | 17.28 | 5.39 | - |
| YUV | 93.32 | 106.95 | 221.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 34 | 56 | 0 | 0.85 | 0.75 | 0.12 | 353.05 | 0.75 | 0.51 |
| Hex | E0 | 22 | 38 | 0 | 55 | 4B | C | 161 | 4B | 33 |
| Octal | 340 | 42 | 70 | 0 | 125 | 113 | 14 | 541 | 113 | 63 |
| Binary | 11100000 | 100010 | 111000 | 0 | 1010101 | 1001011 | 1100 | 101100001 | 1001011 | 110011 |
Color Harmonies of #E02238
Complementary color
Monochromatic Colors of #E02238
Black with #E02238
Text Example
Text Example
White with #E02238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02238; }
p { color: rgb(224,34,56); }
H1.HeaderClassName
{
color: #E02238;
}
.AnyTagClassName
{
color: #E02238;
}
</style>
background-color css
<style>
a { background-color: #E02238; }
a { background-color: rgb(224,34,56); }
div.DivClassName
{
background-color: #E02238;
}
.BgClassName
{
background-color: #E02238;
}
</style>
border-color css
<style>
span { border-color: #E02238; }
span { border-color: rgb(224,34,56); }
td.TdClassName
{
border-color: #E02238;
}
.TagClassName
{
border-color: #E02238;
}
</style>