Shades of Alizarin #E1293A
Tints of Alizarin #E1293A
RGB
CMYK
RGB Variations
Color information
#E1293A (or 0xE1293A) is known color: Alizarin. HEX triplet: E1, 29 and 3A. RGB value is (225,41,58). Sum of RGB (Red+Green+Blue) = 225+41+58=324 (42% of max value = 765). Red value is 225 (88.28% from 255 or 69.44% from 324); Green value is 41 (16.41% from 255 or 12.65% from 324); Blue value is 58 (23.05% from 255 or 17.90% from 324); Max value from RGB is 225 - color contains mainly: red. Hex color #E1293A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1293A is #1ED6C5. Grayscale: #626262. Windows color (decimal): -2021062 or 3811809. OLE color: 3811809.
HSL color Cylindrical-coordinate representation of color #E1293A: hue angle of 354.46º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E1293A is Cyan = 0, Magento = 0.82, Yellow = 0.74 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 41 | 58 | - |
| CMYK | 0 | 0.82 | 0.74 | 0.12 |
| HSL | 354.46º | 0.75% | 0.52% | - |
| HSV(B) | 354.46º | 0.82% | 0.88% | - |
| XYZ | 32.61 | 17.9 | 5.74 | - |
| YUV | 97.95 | 105.46 | 218.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 41 | 58 | 0 | 0.82 | 0.74 | 0.12 | 354.46 | 0.75 | 0.52 |
| Hex | E1 | 29 | 3A | 0 | 52 | 4A | C | 162 | 4B | 34 |
| Octal | 341 | 51 | 72 | 0 | 122 | 112 | 14 | 542 | 113 | 64 |
| Binary | 11100001 | 101001 | 111010 | 0 | 1010010 | 1001010 | 1100 | 101100010 | 1001011 | 110100 |
Color Harmonies of #E1293A
Complementary color
Monochromatic Colors of #E1293A
Black with #E1293A
Text Example
Text Example
White with #E1293A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1293A; }
p { color: rgb(225,41,58); }
H1.HeaderClassName
{
color: #E1293A;
}
.AnyTagClassName
{
color: #E1293A;
}
</style>
background-color css
<style>
a { background-color: #E1293A; }
a { background-color: rgb(225,41,58); }
div.DivClassName
{
background-color: #E1293A;
}
.BgClassName
{
background-color: #E1293A;
}
</style>
border-color css
<style>
span { border-color: #E1293A; }
span { border-color: rgb(225,41,58); }
td.TdClassName
{
border-color: #E1293A;
}
.TagClassName
{
border-color: #E1293A;
}
</style>