Shades of Alizarin #E12C31
Tints of Alizarin #E12C31
RGB
CMYK
RGB Variations
Color information
#E12C31 (or 0xE12C31) is known color: Alizarin. HEX triplet: E1, 2C and 31. RGB value is (225,44,49). Sum of RGB (Red+Green+Blue) = 225+44+49=318 (42% of max value = 765). Red value is 225 (88.28% from 255 or 70.75% from 318); Green value is 44 (17.58% from 255 or 13.84% from 318); Blue value is 49 (19.53% from 255 or 15.41% from 318); Max value from RGB is 225 - color contains mainly: red. Hex color #E12C31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12C31 is #1ED3CE. Grayscale: #626262. Windows color (decimal): -2020303 or 3222753. OLE color: 3222753.
HSL color Cylindrical-coordinate representation of color #E12C31: hue angle of 358.34º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E12C31 is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 44 | 49 | - |
| CMYK | 0 | 0.80 | 0.78 | 0.12 |
| HSL | 358.34º | 0.75% | 0.53% | - |
| HSV(B) | 358.34º | 0.8% | 0.88% | - |
| XYZ | 32.51 | 18.03 | 4.67 | - |
| YUV | 98.69 | 99.97 | 218.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 44 | 49 | 0 | 0.80 | 0.78 | 0.12 | 358.34 | 0.75 | 0.53 |
| Hex | E1 | 2C | 31 | 0 | 50 | 4E | C | 166 | 4B | 35 |
| Octal | 341 | 54 | 61 | 0 | 120 | 116 | 14 | 546 | 113 | 65 |
| Binary | 11100001 | 101100 | 110001 | 0 | 1010000 | 1001110 | 1100 | 101100110 | 1001011 | 110101 |
Color Harmonies of #E12C31
Complementary color
Monochromatic Colors of #E12C31
Black with #E12C31
Text Example
Text Example
White with #E12C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12C31; }
p { color: rgb(225,44,49); }
H1.HeaderClassName
{
color: #E12C31;
}
.AnyTagClassName
{
color: #E12C31;
}
</style>
background-color css
<style>
a { background-color: #E12C31; }
a { background-color: rgb(225,44,49); }
div.DivClassName
{
background-color: #E12C31;
}
.BgClassName
{
background-color: #E12C31;
}
</style>
border-color css
<style>
span { border-color: #E12C31; }
span { border-color: rgb(225,44,49); }
td.TdClassName
{
border-color: #E12C31;
}
.TagClassName
{
border-color: #E12C31;
}
</style>