Shades of Alizarin #E03340
Tints of Alizarin #E03340
RGB
CMYK
RGB Variations
Color information
#E03340 (or 0xE03340) is known color: Alizarin. HEX triplet: E0, 33 and 40. RGB value is (224,51,64). Sum of RGB (Red+Green+Blue) = 224+51+64=339 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.08% from 339); Green value is 51 (20.31% from 255 or 15.04% from 339); Blue value is 64 (25.39% from 255 or 18.88% from 339); Max value from RGB is 224 - color contains mainly: red. Hex color #E03340 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03340 is #1FCCBF. Grayscale: #686868. Windows color (decimal): -2084032 or 4207584. OLE color: 4207584.
HSL color Cylindrical-coordinate representation of color #E03340: hue angle of 355.49º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E03340 is Cyan = 0, Magento = 0.77, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 51 | 64 | - |
| CMYK | 0 | 0.77 | 0.71 | 0.12 |
| HSL | 355.49º | 0.74% | 0.54% | - |
| HSV(B) | 355.49º | 0.77% | 0.88% | - |
| XYZ | 32.85 | 18.59 | 6.71 | - |
| YUV | 104.21 | 105.31 | 213.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 51 | 64 | 0 | 0.77 | 0.71 | 0.12 | 355.49 | 0.74 | 0.54 |
| Hex | E0 | 33 | 40 | 0 | 4D | 47 | C | 163 | 4A | 36 |
| Octal | 340 | 63 | 100 | 0 | 115 | 107 | 14 | 543 | 112 | 66 |
| Binary | 11100000 | 110011 | 1000000 | 0 | 1001101 | 1000111 | 1100 | 101100011 | 1001010 | 110110 |
Color Harmonies of #E03340
Complementary color
Monochromatic Colors of #E03340
Black with #E03340
Text Example
Text Example
White with #E03340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03340; }
p { color: rgb(224,51,64); }
H1.HeaderClassName
{
color: #E03340;
}
.AnyTagClassName
{
color: #E03340;
}
</style>
background-color css
<style>
a { background-color: #E03340; }
a { background-color: rgb(224,51,64); }
div.DivClassName
{
background-color: #E03340;
}
.BgClassName
{
background-color: #E03340;
}
</style>
border-color css
<style>
span { border-color: #E03340; }
span { border-color: rgb(224,51,64); }
td.TdClassName
{
border-color: #E03340;
}
.TagClassName
{
border-color: #E03340;
}
</style>