Shades of Alizarin #E03942
Tints of Alizarin #E03942
RGB
CMYK
RGB Variations
Color information
#E03942 (or 0xE03942) is known color: Alizarin. HEX triplet: E0, 39 and 42. RGB value is (224,57,66). Sum of RGB (Red+Green+Blue) = 224+57+66=347 (45% of max value = 765). Red value is 224 (87.89% from 255 or 64.55% from 347); Green value is 57 (22.66% from 255 or 16.43% from 347); Blue value is 66 (26.17% from 255 or 19.02% from 347); Max value from RGB is 224 - color contains mainly: red. Hex color #E03942 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03942 is #1FC6BD. Grayscale: #6C6C6C. Windows color (decimal): -2082494 or 4340192. OLE color: 4340192.
HSL color Cylindrical-coordinate representation of color #E03942: hue angle of 356.77º 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 #E03942 is Cyan = 0, Magento = 0.75, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 57 | 66 | - |
| CMYK | 0 | 0.75 | 0.71 | 0.12 |
| HSL | 356.77º | 0.73% | 0.55% | - |
| HSV(B) | 356.77º | 0.75% | 0.88% | - |
| XYZ | 33.19 | 19.17 | 7.1 | - |
| YUV | 107.96 | 104.33 | 210.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 57 | 66 | 0 | 0.75 | 0.71 | 0.12 | 356.77 | 0.73 | 0.55 |
| Hex | E0 | 39 | 42 | 0 | 4B | 47 | C | 165 | 49 | 37 |
| Octal | 340 | 71 | 102 | 0 | 113 | 107 | 14 | 545 | 111 | 67 |
| Binary | 11100000 | 111001 | 1000010 | 0 | 1001011 | 1000111 | 1100 | 101100101 | 1001001 | 110111 |
Color Harmonies of #E03942
Complementary color
Monochromatic Colors of #E03942
Black with #E03942
Text Example
Text Example
White with #E03942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03942; }
p { color: rgb(224,57,66); }
H1.HeaderClassName
{
color: #E03942;
}
.AnyTagClassName
{
color: #E03942;
}
</style>
background-color css
<style>
a { background-color: #E03942; }
a { background-color: rgb(224,57,66); }
div.DivClassName
{
background-color: #E03942;
}
.BgClassName
{
background-color: #E03942;
}
</style>
border-color css
<style>
span { border-color: #E03942; }
span { border-color: rgb(224,57,66); }
td.TdClassName
{
border-color: #E03942;
}
.TagClassName
{
border-color: #E03942;
}
</style>