Shades of Alizarin #E03940
Tints of Alizarin #E03940
RGB
CMYK
RGB Variations
Color information
#E03940 (or 0xE03940) is known color: Alizarin. HEX triplet: E0, 39 and 40. RGB value is (224,57,64). Sum of RGB (Red+Green+Blue) = 224+57+64=345 (45% of max value = 765). Red value is 224 (87.89% from 255 or 64.93% from 345); Green value is 57 (22.66% from 255 or 16.52% from 345); Blue value is 64 (25.39% from 255 or 18.55% from 345); Max value from RGB is 224 - color contains mainly: red. Hex color #E03940 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03940 is #1FC6BF. Grayscale: #6B6B6B. Windows color (decimal): -2082496 or 4209120. OLE color: 4209120.
HSL color Cylindrical-coordinate representation of color #E03940: hue angle of 357.49º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E03940 is Cyan = 0, Magento = 0.75, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 57 | 64 | - |
| CMYK | 0 | 0.75 | 0.71 | 0.12 |
| HSL | 357.49º | 0.73% | 0.55% | - |
| HSV(B) | 357.49º | 0.75% | 0.88% | - |
| XYZ | 33.13 | 19.14 | 6.8 | - |
| YUV | 107.73 | 103.33 | 210.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 57 | 64 | 0 | 0.75 | 0.71 | 0.12 | 357.49 | 0.73 | 0.55 |
| Hex | E0 | 39 | 40 | 0 | 4B | 47 | C | 165 | 49 | 37 |
| Octal | 340 | 71 | 100 | 0 | 113 | 107 | 14 | 545 | 111 | 67 |
| Binary | 11100000 | 111001 | 1000000 | 0 | 1001011 | 1000111 | 1100 | 101100101 | 1001001 | 110111 |
Color Harmonies of #E03940
Complementary color
Monochromatic Colors of #E03940
Black with #E03940
Text Example
Text Example
White with #E03940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03940; }
p { color: rgb(224,57,64); }
H1.HeaderClassName
{
color: #E03940;
}
.AnyTagClassName
{
color: #E03940;
}
</style>
background-color css
<style>
a { background-color: #E03940; }
a { background-color: rgb(224,57,64); }
div.DivClassName
{
background-color: #E03940;
}
.BgClassName
{
background-color: #E03940;
}
</style>
border-color css
<style>
span { border-color: #E03940; }
span { border-color: rgb(224,57,64); }
td.TdClassName
{
border-color: #E03940;
}
.TagClassName
{
border-color: #E03940;
}
</style>