Shades of Alizarin #E12631
Tints of Alizarin #E12631
RGB
CMYK
RGB Variations
Color information
#E12631 (or 0xE12631) is known color: Alizarin. HEX triplet: E1, 26 and 31. RGB value is (225,38,49). Sum of RGB (Red+Green+Blue) = 225+38+49=312 (41% of max value = 765). Red value is 225 (88.28% from 255 or 72.12% from 312); Green value is 38 (15.23% from 255 or 12.18% from 312); Blue value is 49 (19.53% from 255 or 15.71% from 312); Max value from RGB is 225 - color contains mainly: red. Hex color #E12631 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12631 is #1ED9CE. Grayscale: #5F5F5F. Windows color (decimal): -2021839 or 3221217. OLE color: 3221217.
HSL color Cylindrical-coordinate representation of color #E12631: hue angle of 356.47º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E12631 is Cyan = 0, Magento = 0.83, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 38 | 49 | - |
| CMYK | 0 | 0.83 | 0.78 | 0.12 |
| HSL | 356.47º | 0.76% | 0.52% | - |
| HSV(B) | 356.47º | 0.83% | 0.88% | - |
| XYZ | 32.3 | 17.62 | 4.6 | - |
| YUV | 95.17 | 101.95 | 220.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 38 | 49 | 0 | 0.83 | 0.78 | 0.12 | 356.47 | 0.76 | 0.52 |
| Hex | E1 | 26 | 31 | 0 | 53 | 4E | C | 164 | 4C | 34 |
| Octal | 341 | 46 | 61 | 0 | 123 | 116 | 14 | 544 | 114 | 64 |
| Binary | 11100001 | 100110 | 110001 | 0 | 1010011 | 1001110 | 1100 | 101100100 | 1001100 | 110100 |
Color Harmonies of #E12631
Complementary color
Monochromatic Colors of #E12631
Black with #E12631
Text Example
Text Example
White with #E12631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12631; }
p { color: rgb(225,38,49); }
H1.HeaderClassName
{
color: #E12631;
}
.AnyTagClassName
{
color: #E12631;
}
</style>
background-color css
<style>
a { background-color: #E12631; }
a { background-color: rgb(225,38,49); }
div.DivClassName
{
background-color: #E12631;
}
.BgClassName
{
background-color: #E12631;
}
</style>
border-color css
<style>
span { border-color: #E12631; }
span { border-color: rgb(225,38,49); }
td.TdClassName
{
border-color: #E12631;
}
.TagClassName
{
border-color: #E12631;
}
</style>