Shades of Alizarin #E1292C
Tints of Alizarin #E1292C
RGB
CMYK
RGB Variations
Color information
#E1292C (or 0xE1292C) is known color: Alizarin. HEX triplet: E1, 29 and 2C. RGB value is (225,41,44). Sum of RGB (Red+Green+Blue) = 225+41+44=310 (41% of max value = 765). Red value is 225 (88.28% from 255 or 72.58% from 310); Green value is 41 (16.41% from 255 or 13.23% from 310); Blue value is 44 (17.58% from 255 or 14.19% from 310); Max value from RGB is 225 - color contains mainly: red. Hex color #E1292C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1292C is #1ED6D3. Grayscale: #606060. Windows color (decimal): -2021076 or 2894305. OLE color: 2894305.
HSL color Cylindrical-coordinate representation of color #E1292C: hue angle of 359.02º 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 #E1292C is Cyan = 0, Magento = 0.82, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 41 | 44 | - |
| CMYK | 0 | 0.82 | 0.80 | 0.12 |
| HSL | 359.02º | 0.75% | 0.52% | - |
| HSV(B) | 359.02º | 0.82% | 0.88% | - |
| XYZ | 32.3 | 17.78 | 4.11 | - |
| YUV | 96.36 | 98.46 | 219.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 41 | 44 | 0 | 0.82 | 0.80 | 0.12 | 359.02 | 0.75 | 0.52 |
| Hex | E1 | 29 | 2C | 0 | 52 | 50 | C | 167 | 4B | 34 |
| Octal | 341 | 51 | 54 | 0 | 122 | 120 | 14 | 547 | 113 | 64 |
| Binary | 11100001 | 101001 | 101100 | 0 | 1010010 | 1010000 | 1100 | 101100111 | 1001011 | 110100 |
Color Harmonies of #E1292C
Complementary color
Monochromatic Colors of #E1292C
Black with #E1292C
Text Example
Text Example
White with #E1292C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1292C; }
p { color: rgb(225,41,44); }
H1.HeaderClassName
{
color: #E1292C;
}
.AnyTagClassName
{
color: #E1292C;
}
</style>
background-color css
<style>
a { background-color: #E1292C; }
a { background-color: rgb(225,41,44); }
div.DivClassName
{
background-color: #E1292C;
}
.BgClassName
{
background-color: #E1292C;
}
</style>
border-color css
<style>
span { border-color: #E1292C; }
span { border-color: rgb(225,41,44); }
td.TdClassName
{
border-color: #E1292C;
}
.TagClassName
{
border-color: #E1292C;
}
</style>