Shades of Alizarin #E1373F
Tints of Alizarin #E1373F
RGB
CMYK
RGB Variations
Color information
#E1373F (or 0xE1373F) is known color: Alizarin. HEX triplet: E1, 37 and 3F. RGB value is (225,55,63). Sum of RGB (Red+Green+Blue) = 225+55+63=343 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.60% from 343); Green value is 55 (21.88% from 255 or 16.03% from 343); Blue value is 63 (25% from 255 or 18.37% from 343); Max value from RGB is 225 - color contains mainly: red. Hex color #E1373F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1373F is #1EC8C0. Grayscale: #6A6A6A. Windows color (decimal): -2017473 or 4143073. OLE color: 4143073.
HSL color Cylindrical-coordinate representation of color #E1373F: hue angle of 357.18º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E1373F is Cyan = 0, Magento = 0.76, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 55 | 63 | - |
| CMYK | 0 | 0.76 | 0.72 | 0.12 |
| HSL | 357.18º | 0.74% | 0.55% | - |
| HSV(B) | 357.18º | 0.76% | 0.88% | - |
| XYZ | 33.31 | 19.1 | 6.63 | - |
| YUV | 106.74 | 103.32 | 212.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 55 | 63 | 0 | 0.76 | 0.72 | 0.12 | 357.18 | 0.74 | 0.55 |
| Hex | E1 | 37 | 3F | 0 | 4C | 48 | C | 165 | 4A | 37 |
| Octal | 341 | 67 | 77 | 0 | 114 | 110 | 14 | 545 | 112 | 67 |
| Binary | 11100001 | 110111 | 111111 | 0 | 1001100 | 1001000 | 1100 | 101100101 | 1001010 | 110111 |
Color Harmonies of #E1373F
Complementary color
Monochromatic Colors of #E1373F
Black with #E1373F
Text Example
Text Example
White with #E1373F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1373F; }
p { color: rgb(225,55,63); }
H1.HeaderClassName
{
color: #E1373F;
}
.AnyTagClassName
{
color: #E1373F;
}
</style>
background-color css
<style>
a { background-color: #E1373F; }
a { background-color: rgb(225,55,63); }
div.DivClassName
{
background-color: #E1373F;
}
.BgClassName
{
background-color: #E1373F;
}
</style>
border-color css
<style>
span { border-color: #E1373F; }
span { border-color: rgb(225,55,63); }
td.TdClassName
{
border-color: #E1373F;
}
.TagClassName
{
border-color: #E1373F;
}
</style>