Shades of Alizarin #E03140
Tints of Alizarin #E03140
RGB
CMYK
RGB Variations
Color information
#E03140 (or 0xE03140) is known color: Alizarin. HEX triplet: E0, 31 and 40. RGB value is (224,49,64). Sum of RGB (Red+Green+Blue) = 224+49+64=337 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.47% from 337); Green value is 49 (19.53% from 255 or 14.54% from 337); Blue value is 64 (25.39% from 255 or 18.99% from 337); Max value from RGB is 224 - color contains mainly: red. Hex color #E03140 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03140 is #1FCEBF. Grayscale: #676767. Windows color (decimal): -2084544 or 4207072. OLE color: 4207072.
HSL color Cylindrical-coordinate representation of color #E03140: hue angle of 354.86º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E03140 is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 49 | 64 | - |
| CMYK | 0 | 0.78 | 0.71 | 0.12 |
| HSL | 354.86º | 0.74% | 0.54% | - |
| HSV(B) | 354.86º | 0.78% | 0.88% | - |
| XYZ | 32.76 | 18.41 | 6.68 | - |
| YUV | 103.04 | 105.98 | 214.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 49 | 64 | 0 | 0.78 | 0.71 | 0.12 | 354.86 | 0.74 | 0.54 |
| Hex | E0 | 31 | 40 | 0 | 4E | 47 | C | 163 | 4A | 36 |
| Octal | 340 | 61 | 100 | 0 | 116 | 107 | 14 | 543 | 112 | 66 |
| Binary | 11100000 | 110001 | 1000000 | 0 | 1001110 | 1000111 | 1100 | 101100011 | 1001010 | 110110 |
Color Harmonies of #E03140
Complementary color
Monochromatic Colors of #E03140
Black with #E03140
Text Example
Text Example
White with #E03140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03140; }
p { color: rgb(224,49,64); }
H1.HeaderClassName
{
color: #E03140;
}
.AnyTagClassName
{
color: #E03140;
}
</style>
background-color css
<style>
a { background-color: #E03140; }
a { background-color: rgb(224,49,64); }
div.DivClassName
{
background-color: #E03140;
}
.BgClassName
{
background-color: #E03140;
}
</style>
border-color css
<style>
span { border-color: #E03140; }
span { border-color: rgb(224,49,64); }
td.TdClassName
{
border-color: #E03140;
}
.TagClassName
{
border-color: #E03140;
}
</style>