Shades of Alizarin #E12141
Tints of Alizarin #E12141
RGB
CMYK
RGB Variations
Color information
#E12141 (or 0xE12141) is known color: Alizarin. HEX triplet: E1, 21 and 41. RGB value is (225,33,65). Sum of RGB (Red+Green+Blue) = 225+33+65=323 (42% of max value = 765). Red value is 225 (88.28% from 255 or 69.66% from 323); Green value is 33 (13.28% from 255 or 10.22% from 323); Blue value is 65 (25.78% from 255 or 20.12% from 323); Max value from RGB is 225 - color contains mainly: red. Hex color #E12141 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12141 is #1EDEBE. Grayscale: #5E5E5E. Windows color (decimal): -2023103 or 4268513. OLE color: 4268513.
HSL color Cylindrical-coordinate representation of color #E12141: hue angle of 350º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E12141 is Cyan = 0, Magento = 0.85, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 33 | 65 | - |
| CMYK | 0 | 0.85 | 0.71 | 0.12 |
| HSL | 350º | 0.76% | 0.51% | - |
| HSV(B) | 350º | 0.85% | 0.88% | - |
| XYZ | 32.55 | 17.48 | 6.66 | - |
| YUV | 94.06 | 111.61 | 221.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 33 | 65 | 0 | 0.85 | 0.71 | 0.12 | 350 | 0.76 | 0.51 |
| Hex | E1 | 21 | 41 | 0 | 55 | 47 | C | 15E | 4C | 33 |
| Octal | 341 | 41 | 101 | 0 | 125 | 107 | 14 | 536 | 114 | 63 |
| Binary | 11100001 | 100001 | 1000001 | 0 | 1010101 | 1000111 | 1100 | 101011110 | 1001100 | 110011 |
Color Harmonies of #E12141
Complementary color
Monochromatic Colors of #E12141
Black with #E12141
Text Example
Text Example
White with #E12141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12141; }
p { color: rgb(225,33,65); }
H1.HeaderClassName
{
color: #E12141;
}
.AnyTagClassName
{
color: #E12141;
}
</style>
background-color css
<style>
a { background-color: #E12141; }
a { background-color: rgb(225,33,65); }
div.DivClassName
{
background-color: #E12141;
}
.BgClassName
{
background-color: #E12141;
}
</style>
border-color css
<style>
span { border-color: #E12141; }
span { border-color: rgb(225,33,65); }
td.TdClassName
{
border-color: #E12141;
}
.TagClassName
{
border-color: #E12141;
}
</style>