Shades of Alizarin #E03038
Tints of Alizarin #E03038
RGB
CMYK
RGB Variations
Color information
#E03038 (or 0xE03038) is known color: Alizarin. HEX triplet: E0, 30 and 38. RGB value is (224,48,56). Sum of RGB (Red+Green+Blue) = 224+48+56=328 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.29% from 328); Green value is 48 (19.14% from 255 or 14.63% from 328); Blue value is 56 (22.27% from 255 or 17.07% from 328); Max value from RGB is 224 - color contains mainly: red. Hex color #E03038 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03038 is #1FCFC7. Grayscale: #656565. Windows color (decimal): -2084808 or 3682528. OLE color: 3682528.
HSL color Cylindrical-coordinate representation of color #E03038: hue angle of 357.27º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E03038 is Cyan = 0, Magento = 0.79, Yellow = 0.75 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 48 | 56 | - |
| CMYK | 0 | 0.79 | 0.75 | 0.12 |
| HSL | 357.27º | 0.74% | 0.53% | - |
| HSV(B) | 357.27º | 0.79% | 0.88% | - |
| XYZ | 32.51 | 18.25 | 5.55 | - |
| YUV | 101.54 | 102.31 | 215.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 48 | 56 | 0 | 0.79 | 0.75 | 0.12 | 357.27 | 0.74 | 0.53 |
| Hex | E0 | 30 | 38 | 0 | 4F | 4B | C | 165 | 4A | 35 |
| Octal | 340 | 60 | 70 | 0 | 117 | 113 | 14 | 545 | 112 | 65 |
| Binary | 11100000 | 110000 | 111000 | 0 | 1001111 | 1001011 | 1100 | 101100101 | 1001010 | 110101 |
Color Harmonies of #E03038
Complementary color
Monochromatic Colors of #E03038
Black with #E03038
Text Example
Text Example
White with #E03038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03038; }
p { color: rgb(224,48,56); }
H1.HeaderClassName
{
color: #E03038;
}
.AnyTagClassName
{
color: #E03038;
}
</style>
background-color css
<style>
a { background-color: #E03038; }
a { background-color: rgb(224,48,56); }
div.DivClassName
{
background-color: #E03038;
}
.BgClassName
{
background-color: #E03038;
}
</style>
border-color css
<style>
span { border-color: #E03038; }
span { border-color: rgb(224,48,56); }
td.TdClassName
{
border-color: #E03038;
}
.TagClassName
{
border-color: #E03038;
}
</style>