Shades of Alizarin #E5373C
Tints of Alizarin #E5373C
RGB
CMYK
RGB Variations
Color information
#E5373C (or 0xE5373C) is known color: Alizarin. HEX triplet: E5, 37 and 3C. RGB value is (229,55,60). Sum of RGB (Red+Green+Blue) = 229+55+60=344 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.57% from 344); Green value is 55 (21.88% from 255 or 15.99% from 344); Blue value is 60 (23.83% from 255 or 17.44% from 344); Max value from RGB is 229 - color contains mainly: red. Hex color #E5373C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5373C is #1AC8C3. Grayscale: #6B6B6B. Windows color (decimal): -1755332 or 3946469. OLE color: 3946469.
HSL color Cylindrical-coordinate representation of color #E5373C: hue angle of 358.28º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E5373C is Cyan = 0, Magento = 0.76, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 55 | 60 | - |
| CMYK | 0 | 0.76 | 0.74 | 0.10 |
| HSL | 358.28º | 0.77% | 0.56% | - |
| HSV(B) | 358.28º | 0.76% | 0.9% | - |
| XYZ | 34.49 | 19.72 | 6.26 | - |
| YUV | 107.6 | 101.15 | 214.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 55 | 60 | 0 | 0.76 | 0.74 | 0.10 | 358.28 | 0.77 | 0.56 |
| Hex | E5 | 37 | 3C | 0 | 4C | 4A | A | 166 | 4D | 38 |
| Octal | 345 | 67 | 74 | 0 | 114 | 112 | 12 | 546 | 115 | 70 |
| Binary | 11100101 | 110111 | 111100 | 0 | 1001100 | 1001010 | 1010 | 101100110 | 1001101 | 111000 |
Color Harmonies of #E5373C
Complementary color
Monochromatic Colors of #E5373C
Black with #E5373C
Text Example
Text Example
White with #E5373C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5373C; }
p { color: rgb(229,55,60); }
H1.HeaderClassName
{
color: #E5373C;
}
.AnyTagClassName
{
color: #E5373C;
}
</style>
background-color css
<style>
a { background-color: #E5373C; }
a { background-color: rgb(229,55,60); }
div.DivClassName
{
background-color: #E5373C;
}
.BgClassName
{
background-color: #E5373C;
}
</style>
border-color css
<style>
span { border-color: #E5373C; }
span { border-color: rgb(229,55,60); }
td.TdClassName
{
border-color: #E5373C;
}
.TagClassName
{
border-color: #E5373C;
}
</style>