Shades of Alizarin #E0293F
Tints of Alizarin #E0293F
RGB
CMYK
RGB Variations
Color information
#E0293F (or 0xE0293F) is known color: Alizarin. HEX triplet: E0, 29 and 3F. RGB value is (224,41,63). Sum of RGB (Red+Green+Blue) = 224+41+63=328 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.29% from 328); Green value is 41 (16.41% from 255 or 12.5% from 328); Blue value is 63 (25% from 255 or 19.21% from 328); Max value from RGB is 224 - color contains mainly: red. Hex color #E0293F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0293F is #1FD6C0. Grayscale: #626262. Windows color (decimal): -2086593 or 4139488. OLE color: 4139488.
HSL color Cylindrical-coordinate representation of color #E0293F: hue angle of 352.79º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E0293F is Cyan = 0, Magento = 0.82, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 41 | 63 | - |
| CMYK | 0 | 0.82 | 0.72 | 0.12 |
| HSL | 352.79º | 0.75% | 0.52% | - |
| HSV(B) | 352.79º | 0.82% | 0.88% | - |
| XYZ | 32.43 | 17.79 | 6.43 | - |
| YUV | 98.23 | 108.13 | 217.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 41 | 63 | 0 | 0.82 | 0.72 | 0.12 | 352.79 | 0.75 | 0.52 |
| Hex | E0 | 29 | 3F | 0 | 52 | 48 | C | 161 | 4B | 34 |
| Octal | 340 | 51 | 77 | 0 | 122 | 110 | 14 | 541 | 113 | 64 |
| Binary | 11100000 | 101001 | 111111 | 0 | 1010010 | 1001000 | 1100 | 101100001 | 1001011 | 110100 |
Color Harmonies of #E0293F
Complementary color
Monochromatic Colors of #E0293F
Black with #E0293F
Text Example
Text Example
White with #E0293F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0293F; }
p { color: rgb(224,41,63); }
H1.HeaderClassName
{
color: #E0293F;
}
.AnyTagClassName
{
color: #E0293F;
}
</style>
background-color css
<style>
a { background-color: #E0293F; }
a { background-color: rgb(224,41,63); }
div.DivClassName
{
background-color: #E0293F;
}
.BgClassName
{
background-color: #E0293F;
}
</style>
border-color css
<style>
span { border-color: #E0293F; }
span { border-color: rgb(224,41,63); }
td.TdClassName
{
border-color: #E0293F;
}
.TagClassName
{
border-color: #E0293F;
}
</style>