Shades of Alizarin #E12530
Tints of Alizarin #E12530
RGB
CMYK
RGB Variations
Color information
#E12530 (or 0xE12530) is known color: Alizarin. HEX triplet: E1, 25 and 30. RGB value is (225,37,48). Sum of RGB (Red+Green+Blue) = 225+37+48=310 (41% of max value = 765). Red value is 225 (88.28% from 255 or 72.58% from 310); Green value is 37 (14.84% from 255 or 11.94% from 310); Blue value is 48 (19.14% from 255 or 15.48% from 310); Max value from RGB is 225 - color contains mainly: red. Hex color #E12530 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12530 is #1EDACF. Grayscale: #5E5E5E. Windows color (decimal): -2022096 or 3155425. OLE color: 3155425.
HSL color Cylindrical-coordinate representation of color #E12530: hue angle of 356.49º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E12530 is Cyan = 0, Magento = 0.84, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 37 | 48 | - |
| CMYK | 0 | 0.84 | 0.79 | 0.12 |
| HSL | 356.49º | 0.76% | 0.51% | - |
| HSV(B) | 356.49º | 0.84% | 0.88% | - |
| XYZ | 32.25 | 17.54 | 4.48 | - |
| YUV | 94.47 | 101.78 | 221.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 37 | 48 | 0 | 0.84 | 0.79 | 0.12 | 356.49 | 0.76 | 0.51 |
| Hex | E1 | 25 | 30 | 0 | 54 | 4F | C | 164 | 4C | 33 |
| Octal | 341 | 45 | 60 | 0 | 124 | 117 | 14 | 544 | 114 | 63 |
| Binary | 11100001 | 100101 | 110000 | 0 | 1010100 | 1001111 | 1100 | 101100100 | 1001100 | 110011 |
Color Harmonies of #E12530
Complementary color
Monochromatic Colors of #E12530
Black with #E12530
Text Example
Text Example
White with #E12530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12530; }
p { color: rgb(225,37,48); }
H1.HeaderClassName
{
color: #E12530;
}
.AnyTagClassName
{
color: #E12530;
}
</style>
background-color css
<style>
a { background-color: #E12530; }
a { background-color: rgb(225,37,48); }
div.DivClassName
{
background-color: #E12530;
}
.BgClassName
{
background-color: #E12530;
}
</style>
border-color css
<style>
span { border-color: #E12530; }
span { border-color: rgb(225,37,48); }
td.TdClassName
{
border-color: #E12530;
}
.TagClassName
{
border-color: #E12530;
}
</style>