Shades of Alizarin #E03A40
Tints of Alizarin #E03A40
RGB
CMYK
RGB Variations
Color information
#E03A40 (or 0xE03A40) is known color: Alizarin. HEX triplet: E0, 3A and 40. RGB value is (224,58,64). Sum of RGB (Red+Green+Blue) = 224+58+64=346 (45% of max value = 765). Red value is 224 (87.89% from 255 or 64.74% from 346); Green value is 58 (23.05% from 255 or 16.76% from 346); Blue value is 64 (25.39% from 255 or 18.50% from 346); Max value from RGB is 224 - color contains mainly: red. Hex color #E03A40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03A40 is #1FC5BF. Grayscale: #6C6C6C. Windows color (decimal): -2082240 or 4209376. OLE color: 4209376.
HSL color Cylindrical-coordinate representation of color #E03A40: hue angle of 357.83º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E03A40 is Cyan = 0, Magento = 0.74, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 58 | 64 | - |
| CMYK | 0 | 0.74 | 0.71 | 0.12 |
| HSL | 357.83º | 0.73% | 0.55% | - |
| HSV(B) | 357.83º | 0.74% | 0.88% | - |
| XYZ | 33.18 | 19.24 | 6.82 | - |
| YUV | 108.32 | 103 | 210.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 58 | 64 | 0 | 0.74 | 0.71 | 0.12 | 357.83 | 0.73 | 0.55 |
| Hex | E0 | 3A | 40 | 0 | 4A | 47 | C | 166 | 49 | 37 |
| Octal | 340 | 72 | 100 | 0 | 112 | 107 | 14 | 546 | 111 | 67 |
| Binary | 11100000 | 111010 | 1000000 | 0 | 1001010 | 1000111 | 1100 | 101100110 | 1001001 | 110111 |
Color Harmonies of #E03A40
Complementary color
Monochromatic Colors of #E03A40
Black with #E03A40
Text Example
Text Example
White with #E03A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03A40; }
p { color: rgb(224,58,64); }
H1.HeaderClassName
{
color: #E03A40;
}
.AnyTagClassName
{
color: #E03A40;
}
</style>
background-color css
<style>
a { background-color: #E03A40; }
a { background-color: rgb(224,58,64); }
div.DivClassName
{
background-color: #E03A40;
}
.BgClassName
{
background-color: #E03A40;
}
</style>
border-color css
<style>
span { border-color: #E03A40; }
span { border-color: rgb(224,58,64); }
td.TdClassName
{
border-color: #E03A40;
}
.TagClassName
{
border-color: #E03A40;
}
</style>