Shades of Alizarin #E1292F
Tints of Alizarin #E1292F
RGB
CMYK
RGB Variations
Color information
#E1292F (or 0xE1292F) is known color: Alizarin. HEX triplet: E1, 29 and 2F. RGB value is (225,41,47). Sum of RGB (Red+Green+Blue) = 225+41+47=313 (41% of max value = 765). Red value is 225 (88.28% from 255 or 71.88% from 313); Green value is 41 (16.41% from 255 or 13.10% from 313); Blue value is 47 (18.75% from 255 or 15.02% from 313); Max value from RGB is 225 - color contains mainly: red. Hex color #E1292F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1292F is #1ED6D0. Grayscale: #606060. Windows color (decimal): -2021073 or 3090913. OLE color: 3090913.
HSL color Cylindrical-coordinate representation of color #E1292F: hue angle of 358.04º 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 #E1292F is Cyan = 0, Magento = 0.82, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 41 | 47 | - |
| CMYK | 0 | 0.82 | 0.79 | 0.12 |
| HSL | 358.04º | 0.75% | 0.52% | - |
| HSV(B) | 358.04º | 0.82% | 0.88% | - |
| XYZ | 32.36 | 17.8 | 4.42 | - |
| YUV | 96.7 | 99.96 | 219.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 41 | 47 | 0 | 0.82 | 0.79 | 0.12 | 358.04 | 0.75 | 0.52 |
| Hex | E1 | 29 | 2F | 0 | 52 | 4F | C | 166 | 4B | 34 |
| Octal | 341 | 51 | 57 | 0 | 122 | 117 | 14 | 546 | 113 | 64 |
| Binary | 11100001 | 101001 | 101111 | 0 | 1010010 | 1001111 | 1100 | 101100110 | 1001011 | 110100 |
Color Harmonies of #E1292F
Complementary color
Monochromatic Colors of #E1292F
Black with #E1292F
Text Example
Text Example
White with #E1292F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1292F; }
p { color: rgb(225,41,47); }
H1.HeaderClassName
{
color: #E1292F;
}
.AnyTagClassName
{
color: #E1292F;
}
</style>
background-color css
<style>
a { background-color: #E1292F; }
a { background-color: rgb(225,41,47); }
div.DivClassName
{
background-color: #E1292F;
}
.BgClassName
{
background-color: #E1292F;
}
</style>
border-color css
<style>
span { border-color: #E1292F; }
span { border-color: rgb(225,41,47); }
td.TdClassName
{
border-color: #E1292F;
}
.TagClassName
{
border-color: #E1292F;
}
</style>