Shades of Alizarin #E0293B
Tints of Alizarin #E0293B
RGB
CMYK
RGB Variations
Color information
#E0293B (or 0xE0293B) is known color: Alizarin. HEX triplet: E0, 29 and 3B. RGB value is (224,41,59). Sum of RGB (Red+Green+Blue) = 224+41+59=324 (42% of max value = 765). Red value is 224 (87.89% from 255 or 69.14% from 324); Green value is 41 (16.41% from 255 or 12.65% from 324); Blue value is 59 (23.44% from 255 or 18.21% from 324); Max value from RGB is 224 - color contains mainly: red. Hex color #E0293B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0293B is #1FD6C4. Grayscale: #616161. Windows color (decimal): -2086597 or 3877344. OLE color: 3877344.
HSL color Cylindrical-coordinate representation of color #E0293B: hue angle of 354.1º 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 #E0293B is Cyan = 0, Magento = 0.82, Yellow = 0.74 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 41 | 59 | - |
| CMYK | 0 | 0.82 | 0.74 | 0.12 |
| HSL | 354.1º | 0.75% | 0.52% | - |
| HSV(B) | 354.1º | 0.82% | 0.88% | - |
| XYZ | 32.32 | 17.75 | 5.86 | - |
| YUV | 97.77 | 106.13 | 218.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 41 | 59 | 0 | 0.82 | 0.74 | 0.12 | 354.1 | 0.75 | 0.52 |
| Hex | E0 | 29 | 3B | 0 | 52 | 4A | C | 162 | 4B | 34 |
| Octal | 340 | 51 | 73 | 0 | 122 | 112 | 14 | 542 | 113 | 64 |
| Binary | 11100000 | 101001 | 111011 | 0 | 1010010 | 1001010 | 1100 | 101100010 | 1001011 | 110100 |
Color Harmonies of #E0293B
Complementary color
Monochromatic Colors of #E0293B
Black with #E0293B
Text Example
Text Example
White with #E0293B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0293B; }
p { color: rgb(224,41,59); }
H1.HeaderClassName
{
color: #E0293B;
}
.AnyTagClassName
{
color: #E0293B;
}
</style>
background-color css
<style>
a { background-color: #E0293B; }
a { background-color: rgb(224,41,59); }
div.DivClassName
{
background-color: #E0293B;
}
.BgClassName
{
background-color: #E0293B;
}
</style>
border-color css
<style>
span { border-color: #E0293B; }
span { border-color: rgb(224,41,59); }
td.TdClassName
{
border-color: #E0293B;
}
.TagClassName
{
border-color: #E0293B;
}
</style>