Shades of Alizarin #E1343A
Tints of Alizarin #E1343A
RGB
CMYK
RGB Variations
Color information
#E1343A (or 0xE1343A) is known color: Alizarin. HEX triplet: E1, 34 and 3A. RGB value is (225,52,58). Sum of RGB (Red+Green+Blue) = 225+52+58=335 (44% of max value = 765). Red value is 225 (88.28% from 255 or 67.16% from 335); Green value is 52 (20.70% from 255 or 15.52% from 335); Blue value is 58 (23.05% from 255 or 17.31% from 335); Max value from RGB is 225 - color contains mainly: red. Hex color #E1343A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1343A is #1ECBC5. Grayscale: #686868. Windows color (decimal): -2018246 or 3814625. OLE color: 3814625.
HSL color Cylindrical-coordinate representation of color #E1343A: hue angle of 357.92º 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 #E1343A is Cyan = 0, Magento = 0.77, Yellow = 0.74 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 52 | 58 | - |
| CMYK | 0 | 0.77 | 0.74 | 0.12 |
| HSL | 357.92º | 0.74% | 0.54% | - |
| HSV(B) | 357.92º | 0.77% | 0.88% | - |
| XYZ | 33.04 | 18.77 | 5.88 | - |
| YUV | 104.41 | 101.81 | 214.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 52 | 58 | 0 | 0.77 | 0.74 | 0.12 | 357.92 | 0.74 | 0.54 |
| Hex | E1 | 34 | 3A | 0 | 4D | 4A | C | 166 | 4A | 36 |
| Octal | 341 | 64 | 72 | 0 | 115 | 112 | 14 | 546 | 112 | 66 |
| Binary | 11100001 | 110100 | 111010 | 0 | 1001101 | 1001010 | 1100 | 101100110 | 1001010 | 110110 |
Color Harmonies of #E1343A
Complementary color
Monochromatic Colors of #E1343A
Black with #E1343A
Text Example
Text Example
White with #E1343A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1343A; }
p { color: rgb(225,52,58); }
H1.HeaderClassName
{
color: #E1343A;
}
.AnyTagClassName
{
color: #E1343A;
}
</style>
background-color css
<style>
a { background-color: #E1343A; }
a { background-color: rgb(225,52,58); }
div.DivClassName
{
background-color: #E1343A;
}
.BgClassName
{
background-color: #E1343A;
}
</style>
border-color css
<style>
span { border-color: #E1343A; }
span { border-color: rgb(225,52,58); }
td.TdClassName
{
border-color: #E1343A;
}
.TagClassName
{
border-color: #E1343A;
}
</style>