Shades of Alizarin #E1373C
Tints of Alizarin #E1373C
RGB
CMYK
RGB Variations
Color information
#E1373C (or 0xE1373C) is known color: Alizarin. HEX triplet: E1, 37 and 3C. RGB value is (225,55,60). Sum of RGB (Red+Green+Blue) = 225+55+60=340 (45% of max value = 765). Red value is 225 (88.28% from 255 or 66.18% from 340); Green value is 55 (21.88% from 255 or 16.18% from 340); Blue value is 60 (23.83% from 255 or 17.65% from 340); Max value from RGB is 225 - color contains mainly: red. Hex color #E1373C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1373C is #1EC8C3. Grayscale: #6A6A6A. Windows color (decimal): -2017476 or 3946465. OLE color: 3946465.
HSL color Cylindrical-coordinate representation of color #E1373C: hue angle of 358.24º 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 #E1373C is Cyan = 0, Magento = 0.76, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 55 | 60 | - |
| CMYK | 0 | 0.76 | 0.73 | 0.12 |
| HSL | 358.24º | 0.74% | 0.55% | - |
| HSV(B) | 358.24º | 0.76% | 0.88% | - |
| XYZ | 33.23 | 19.07 | 6.2 | - |
| YUV | 106.4 | 101.82 | 212.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 55 | 60 | 0 | 0.76 | 0.73 | 0.12 | 358.24 | 0.74 | 0.55 |
| Hex | E1 | 37 | 3C | 0 | 4C | 49 | C | 166 | 4A | 37 |
| Octal | 341 | 67 | 74 | 0 | 114 | 111 | 14 | 546 | 112 | 67 |
| Binary | 11100001 | 110111 | 111100 | 0 | 1001100 | 1001001 | 1100 | 101100110 | 1001010 | 110111 |
Color Harmonies of #E1373C
Complementary color
Monochromatic Colors of #E1373C
Black with #E1373C
Text Example
Text Example
White with #E1373C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1373C; }
p { color: rgb(225,55,60); }
H1.HeaderClassName
{
color: #E1373C;
}
.AnyTagClassName
{
color: #E1373C;
}
</style>
background-color css
<style>
a { background-color: #E1373C; }
a { background-color: rgb(225,55,60); }
div.DivClassName
{
background-color: #E1373C;
}
.BgClassName
{
background-color: #E1373C;
}
</style>
border-color css
<style>
span { border-color: #E1373C; }
span { border-color: rgb(225,55,60); }
td.TdClassName
{
border-color: #E1373C;
}
.TagClassName
{
border-color: #E1373C;
}
</style>