Shades of Alizarin #E13138
Tints of Alizarin #E13138
RGB
CMYK
RGB Variations
Color information
#E13138 (or 0xE13138) is known color: Alizarin. HEX triplet: E1, 31 and 38. RGB value is (225,49,56). Sum of RGB (Red+Green+Blue) = 225+49+56=330 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.18% from 330); Green value is 49 (19.53% from 255 or 14.85% from 330); Blue value is 56 (22.27% from 255 or 16.97% from 330); Max value from RGB is 225 - color contains mainly: red. Hex color #E13138 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13138 is #1ECEC7. Grayscale: #666666. Windows color (decimal): -2019016 or 3682785. OLE color: 3682785.
HSL color Cylindrical-coordinate representation of color #E13138: hue angle of 357.61º degrees, saturation: 0.75, 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 #E13138 is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 49 | 56 | - |
| CMYK | 0 | 0.78 | 0.75 | 0.12 |
| HSL | 357.61º | 0.75% | 0.54% | - |
| HSV(B) | 357.61º | 0.78% | 0.88% | - |
| XYZ | 32.86 | 18.49 | 5.58 | - |
| YUV | 102.42 | 101.81 | 215.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 49 | 56 | 0 | 0.78 | 0.75 | 0.12 | 357.61 | 0.75 | 0.54 |
| Hex | E1 | 31 | 38 | 0 | 4E | 4B | C | 166 | 4B | 36 |
| Octal | 341 | 61 | 70 | 0 | 116 | 113 | 14 | 546 | 113 | 66 |
| Binary | 11100001 | 110001 | 111000 | 0 | 1001110 | 1001011 | 1100 | 101100110 | 1001011 | 110110 |
Color Harmonies of #E13138
Complementary color
Monochromatic Colors of #E13138
Black with #E13138
Text Example
Text Example
White with #E13138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13138; }
p { color: rgb(225,49,56); }
H1.HeaderClassName
{
color: #E13138;
}
.AnyTagClassName
{
color: #E13138;
}
</style>
background-color css
<style>
a { background-color: #E13138; }
a { background-color: rgb(225,49,56); }
div.DivClassName
{
background-color: #E13138;
}
.BgClassName
{
background-color: #E13138;
}
</style>
border-color css
<style>
span { border-color: #E13138; }
span { border-color: rgb(225,49,56); }
td.TdClassName
{
border-color: #E13138;
}
.TagClassName
{
border-color: #E13138;
}
</style>