Shades of Alizarin #E03138
Tints of Alizarin #E03138
RGB
CMYK
RGB Variations
Color information
#E03138 (or 0xE03138) is known color: Alizarin. HEX triplet: E0, 31 and 38. RGB value is (224,49,56). Sum of RGB (Red+Green+Blue) = 224+49+56=329 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.09% from 329); Green value is 49 (19.53% from 255 or 14.89% from 329); Blue value is 56 (22.27% from 255 or 17.02% from 329); Max value from RGB is 224 - color contains mainly: red. Hex color #E03138 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03138 is #1FCEC7. Grayscale: #666666. Windows color (decimal): -2084552 or 3682784. OLE color: 3682784.
HSL color Cylindrical-coordinate representation of color #E03138: hue angle of 357.6º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E03138 is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 49 | 56 | - |
| CMYK | 0 | 0.78 | 0.75 | 0.12 |
| HSL | 357.6º | 0.74% | 0.54% | - |
| HSV(B) | 357.6º | 0.78% | 0.88% | - |
| XYZ | 32.55 | 18.33 | 5.56 | - |
| YUV | 102.12 | 101.98 | 214.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 49 | 56 | 0 | 0.78 | 0.75 | 0.12 | 357.6 | 0.74 | 0.54 |
| Hex | E0 | 31 | 38 | 0 | 4E | 4B | C | 166 | 4A | 36 |
| Octal | 340 | 61 | 70 | 0 | 116 | 113 | 14 | 546 | 112 | 66 |
| Binary | 11100000 | 110001 | 111000 | 0 | 1001110 | 1001011 | 1100 | 101100110 | 1001010 | 110110 |
Color Harmonies of #E03138
Complementary color
Monochromatic Colors of #E03138
Black with #E03138
Text Example
Text Example
White with #E03138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03138; }
p { color: rgb(224,49,56); }
H1.HeaderClassName
{
color: #E03138;
}
.AnyTagClassName
{
color: #E03138;
}
</style>
background-color css
<style>
a { background-color: #E03138; }
a { background-color: rgb(224,49,56); }
div.DivClassName
{
background-color: #E03138;
}
.BgClassName
{
background-color: #E03138;
}
</style>
border-color css
<style>
span { border-color: #E03138; }
span { border-color: rgb(224,49,56); }
td.TdClassName
{
border-color: #E03138;
}
.TagClassName
{
border-color: #E03138;
}
</style>