Shades of Alizarin #E1292A
Tints of Alizarin #E1292A
RGB
CMYK
RGB Variations
Color information
#E1292A (or 0xE1292A) is known color: Alizarin. HEX triplet: E1, 29 and 2A. RGB value is (225,41,42). Sum of RGB (Red+Green+Blue) = 225+41+42=308 (40% of max value = 765). Red value is 225 (88.28% from 255 or 73.05% from 308); Green value is 41 (16.41% from 255 or 13.31% from 308); Blue value is 42 (16.80% from 255 or 13.64% from 308); Max value from RGB is 225 - color contains mainly: red. Hex color #E1292A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1292A is #1ED6D5. Grayscale: #606060. Windows color (decimal): -2021078 or 2763233. OLE color: 2763233.
HSL color Cylindrical-coordinate representation of color #E1292A: hue angle of 359.67º 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 #E1292A is Cyan = 0, Magento = 0.82, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 41 | 42 | - |
| CMYK | 0 | 0.82 | 0.81 | 0.12 |
| HSL | 359.67º | 0.75% | 0.52% | - |
| HSV(B) | 359.67º | 0.82% | 0.88% | - |
| XYZ | 32.26 | 17.76 | 3.92 | - |
| YUV | 96.13 | 97.46 | 219.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 41 | 42 | 0 | 0.82 | 0.81 | 0.12 | 359.67 | 0.75 | 0.52 |
| Hex | E1 | 29 | 2A | 0 | 52 | 51 | C | 168 | 4B | 34 |
| Octal | 341 | 51 | 52 | 0 | 122 | 121 | 14 | 550 | 113 | 64 |
| Binary | 11100001 | 101001 | 101010 | 0 | 1010010 | 1010001 | 1100 | 101101000 | 1001011 | 110100 |
Color Harmonies of #E1292A
Complementary color
Monochromatic Colors of #E1292A
Black with #E1292A
Text Example
Text Example
White with #E1292A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1292A; }
p { color: rgb(225,41,42); }
H1.HeaderClassName
{
color: #E1292A;
}
.AnyTagClassName
{
color: #E1292A;
}
</style>
background-color css
<style>
a { background-color: #E1292A; }
a { background-color: rgb(225,41,42); }
div.DivClassName
{
background-color: #E1292A;
}
.BgClassName
{
background-color: #E1292A;
}
</style>
border-color css
<style>
span { border-color: #E1292A; }
span { border-color: rgb(225,41,42); }
td.TdClassName
{
border-color: #E1292A;
}
.TagClassName
{
border-color: #E1292A;
}
</style>