Shades of Alizarin #E1293B
Tints of Alizarin #E1293B
RGB
CMYK
RGB Variations
Color information
#E1293B (or 0xE1293B) is known color: Alizarin. HEX triplet: E1, 29 and 3B. RGB value is (225,41,59). Sum of RGB (Red+Green+Blue) = 225+41+59=325 (43% of max value = 765). Red value is 225 (88.28% from 255 or 69.23% from 325); Green value is 41 (16.41% from 255 or 12.62% from 325); Blue value is 59 (23.44% from 255 or 18.15% from 325); Max value from RGB is 225 - color contains mainly: red. Hex color #E1293B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1293B is #1ED6C4. Grayscale: #626262. Windows color (decimal): -2021061 or 3877345. OLE color: 3877345.
HSL color Cylindrical-coordinate representation of color #E1293B: hue angle of 354.13º 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 #E1293B is Cyan = 0, Magento = 0.82, Yellow = 0.74 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 41 | 59 | - |
| CMYK | 0 | 0.82 | 0.74 | 0.12 |
| HSL | 354.13º | 0.75% | 0.52% | - |
| HSV(B) | 354.13º | 0.82% | 0.88% | - |
| XYZ | 32.63 | 17.91 | 5.87 | - |
| YUV | 98.07 | 105.96 | 218.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 41 | 59 | 0 | 0.82 | 0.74 | 0.12 | 354.13 | 0.75 | 0.52 |
| Hex | E1 | 29 | 3B | 0 | 52 | 4A | C | 162 | 4B | 34 |
| Octal | 341 | 51 | 73 | 0 | 122 | 112 | 14 | 542 | 113 | 64 |
| Binary | 11100001 | 101001 | 111011 | 0 | 1010010 | 1001010 | 1100 | 101100010 | 1001011 | 110100 |
Color Harmonies of #E1293B
Complementary color
Monochromatic Colors of #E1293B
Black with #E1293B
Text Example
Text Example
White with #E1293B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1293B; }
p { color: rgb(225,41,59); }
H1.HeaderClassName
{
color: #E1293B;
}
.AnyTagClassName
{
color: #E1293B;
}
</style>
background-color css
<style>
a { background-color: #E1293B; }
a { background-color: rgb(225,41,59); }
div.DivClassName
{
background-color: #E1293B;
}
.BgClassName
{
background-color: #E1293B;
}
</style>
border-color css
<style>
span { border-color: #E1293B; }
span { border-color: rgb(225,41,59); }
td.TdClassName
{
border-color: #E1293B;
}
.TagClassName
{
border-color: #E1293B;
}
</style>