Shades of Alizarin #E1313A
Tints of Alizarin #E1313A
RGB
CMYK
RGB Variations
Color information
#E1313A (or 0xE1313A) is known color: Alizarin. HEX triplet: E1, 31 and 3A. RGB value is (225,49,58). Sum of RGB (Red+Green+Blue) = 225+49+58=332 (43% of max value = 765). Red value is 225 (88.28% from 255 or 67.77% from 332); Green value is 49 (19.53% from 255 or 14.76% from 332); Blue value is 58 (23.05% from 255 or 17.47% from 332); Max value from RGB is 225 - color contains mainly: red. Hex color #E1313A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1313A is #1ECEC5. Grayscale: #666666. Windows color (decimal): -2019014 or 3813857. OLE color: 3813857.
HSL color Cylindrical-coordinate representation of color #E1313A: hue angle of 356.93º 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 #E1313A is Cyan = 0, Magento = 0.78, Yellow = 0.74 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 49 | 58 | - |
| CMYK | 0 | 0.78 | 0.74 | 0.12 |
| HSL | 356.93º | 0.75% | 0.54% | - |
| HSV(B) | 356.93º | 0.78% | 0.88% | - |
| XYZ | 32.91 | 18.51 | 5.84 | - |
| YUV | 102.65 | 102.81 | 215.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 49 | 58 | 0 | 0.78 | 0.74 | 0.12 | 356.93 | 0.75 | 0.54 |
| Hex | E1 | 31 | 3A | 0 | 4E | 4A | C | 165 | 4B | 36 |
| Octal | 341 | 61 | 72 | 0 | 116 | 112 | 14 | 545 | 113 | 66 |
| Binary | 11100001 | 110001 | 111010 | 0 | 1001110 | 1001010 | 1100 | 101100101 | 1001011 | 110110 |
Color Harmonies of #E1313A
Complementary color
Monochromatic Colors of #E1313A
Black with #E1313A
Text Example
Text Example
White with #E1313A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1313A; }
p { color: rgb(225,49,58); }
H1.HeaderClassName
{
color: #E1313A;
}
.AnyTagClassName
{
color: #E1313A;
}
</style>
background-color css
<style>
a { background-color: #E1313A; }
a { background-color: rgb(225,49,58); }
div.DivClassName
{
background-color: #E1313A;
}
.BgClassName
{
background-color: #E1313A;
}
</style>
border-color css
<style>
span { border-color: #E1313A; }
span { border-color: rgb(225,49,58); }
td.TdClassName
{
border-color: #E1313A;
}
.TagClassName
{
border-color: #E1313A;
}
</style>