Shades of Alizarin #E0293D
Tints of Alizarin #E0293D
RGB
CMYK
RGB Variations
Color information
#E0293D (or 0xE0293D) is known color: Alizarin. HEX triplet: E0, 29 and 3D. RGB value is (224,41,61). Sum of RGB (Red+Green+Blue) = 224+41+61=326 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.71% from 326); Green value is 41 (16.41% from 255 or 12.58% from 326); Blue value is 61 (24.22% from 255 or 18.71% from 326); Max value from RGB is 224 - color contains mainly: red. Hex color #E0293D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0293D is #1FD6C2. Grayscale: #626262. Windows color (decimal): -2086595 or 4008416. OLE color: 4008416.
HSL color Cylindrical-coordinate representation of color #E0293D: hue angle of 353.44º 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 #E0293D is Cyan = 0, Magento = 0.82, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 41 | 61 | - |
| CMYK | 0 | 0.82 | 0.73 | 0.12 |
| HSL | 353.44º | 0.75% | 0.52% | - |
| HSV(B) | 353.44º | 0.82% | 0.88% | - |
| XYZ | 32.38 | 17.77 | 6.14 | - |
| YUV | 98 | 107.13 | 217.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 41 | 61 | 0 | 0.82 | 0.73 | 0.12 | 353.44 | 0.75 | 0.52 |
| Hex | E0 | 29 | 3D | 0 | 52 | 49 | C | 161 | 4B | 34 |
| Octal | 340 | 51 | 75 | 0 | 122 | 111 | 14 | 541 | 113 | 64 |
| Binary | 11100000 | 101001 | 111101 | 0 | 1010010 | 1001001 | 1100 | 101100001 | 1001011 | 110100 |
Color Harmonies of #E0293D
Complementary color
Monochromatic Colors of #E0293D
Black with #E0293D
Text Example
Text Example
White with #E0293D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0293D; }
p { color: rgb(224,41,61); }
H1.HeaderClassName
{
color: #E0293D;
}
.AnyTagClassName
{
color: #E0293D;
}
</style>
background-color css
<style>
a { background-color: #E0293D; }
a { background-color: rgb(224,41,61); }
div.DivClassName
{
background-color: #E0293D;
}
.BgClassName
{
background-color: #E0293D;
}
</style>
border-color css
<style>
span { border-color: #E0293D; }
span { border-color: rgb(224,41,61); }
td.TdClassName
{
border-color: #E0293D;
}
.TagClassName
{
border-color: #E0293D;
}
</style>