Shades of Alizarin #E1343C
Tints of Alizarin #E1343C
RGB
CMYK
RGB Variations
Color information
#E1343C (or 0xE1343C) is known color: Alizarin. HEX triplet: E1, 34 and 3C. RGB value is (225,52,60). Sum of RGB (Red+Green+Blue) = 225+52+60=337 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.77% from 337); Green value is 52 (20.70% from 255 or 15.43% from 337); Blue value is 60 (23.83% from 255 or 17.80% from 337); Max value from RGB is 225 - color contains mainly: red. Hex color #E1343C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1343C is #1ECBC3. Grayscale: #686868. Windows color (decimal): -2018244 or 3945697. OLE color: 3945697.
HSL color Cylindrical-coordinate representation of color #E1343C: hue angle of 357.23º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E1343C is Cyan = 0, Magento = 0.77, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 52 | 60 | - |
| CMYK | 0 | 0.77 | 0.73 | 0.12 |
| HSL | 357.23º | 0.74% | 0.54% | - |
| HSV(B) | 357.23º | 0.77% | 0.88% | - |
| XYZ | 33.09 | 18.79 | 6.16 | - |
| YUV | 104.64 | 102.81 | 213.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 52 | 60 | 0 | 0.77 | 0.73 | 0.12 | 357.23 | 0.74 | 0.54 |
| Hex | E1 | 34 | 3C | 0 | 4D | 49 | C | 165 | 4A | 36 |
| Octal | 341 | 64 | 74 | 0 | 115 | 111 | 14 | 545 | 112 | 66 |
| Binary | 11100001 | 110100 | 111100 | 0 | 1001101 | 1001001 | 1100 | 101100101 | 1001010 | 110110 |
Color Harmonies of #E1343C
Complementary color
Monochromatic Colors of #E1343C
Black with #E1343C
Text Example
Text Example
White with #E1343C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1343C; }
p { color: rgb(225,52,60); }
H1.HeaderClassName
{
color: #E1343C;
}
.AnyTagClassName
{
color: #E1343C;
}
</style>
background-color css
<style>
a { background-color: #E1343C; }
a { background-color: rgb(225,52,60); }
div.DivClassName
{
background-color: #E1343C;
}
.BgClassName
{
background-color: #E1343C;
}
</style>
border-color css
<style>
span { border-color: #E1343C; }
span { border-color: rgb(225,52,60); }
td.TdClassName
{
border-color: #E1343C;
}
.TagClassName
{
border-color: #E1343C;
}
</style>