Shades of Alizarin #E12641
Tints of Alizarin #E12641
RGB
CMYK
RGB Variations
Color information
#E12641 (or 0xE12641) is known color: Alizarin. HEX triplet: E1, 26 and 41. RGB value is (225,38,65). Sum of RGB (Red+Green+Blue) = 225+38+65=328 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.60% from 328); Green value is 38 (15.23% from 255 or 11.59% from 328); Blue value is 65 (25.78% from 255 or 19.82% from 328); Max value from RGB is 225 - color contains mainly: red. Hex color #E12641 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12641 is #1ED9BE. Grayscale: #616161. Windows color (decimal): -2021823 or 4269793. OLE color: 4269793.
HSL color Cylindrical-coordinate representation of color #E12641: hue angle of 351.34º 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 #E12641 is Cyan = 0, Magento = 0.83, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 38 | 65 | - |
| CMYK | 0 | 0.83 | 0.71 | 0.12 |
| HSL | 351.34º | 0.76% | 0.52% | - |
| HSV(B) | 351.34º | 0.83% | 0.88% | - |
| XYZ | 32.7 | 17.78 | 6.71 | - |
| YUV | 96.99 | 109.95 | 219.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 38 | 65 | 0 | 0.83 | 0.71 | 0.12 | 351.34 | 0.76 | 0.52 |
| Hex | E1 | 26 | 41 | 0 | 53 | 47 | C | 15F | 4C | 34 |
| Octal | 341 | 46 | 101 | 0 | 123 | 107 | 14 | 537 | 114 | 64 |
| Binary | 11100001 | 100110 | 1000001 | 0 | 1010011 | 1000111 | 1100 | 101011111 | 1001100 | 110100 |
Color Harmonies of #E12641
Complementary color
Monochromatic Colors of #E12641
Black with #E12641
Text Example
Text Example
White with #E12641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12641; }
p { color: rgb(225,38,65); }
H1.HeaderClassName
{
color: #E12641;
}
.AnyTagClassName
{
color: #E12641;
}
</style>
background-color css
<style>
a { background-color: #E12641; }
a { background-color: rgb(225,38,65); }
div.DivClassName
{
background-color: #E12641;
}
.BgClassName
{
background-color: #E12641;
}
</style>
border-color css
<style>
span { border-color: #E12641; }
span { border-color: rgb(225,38,65); }
td.TdClassName
{
border-color: #E12641;
}
.TagClassName
{
border-color: #E12641;
}
</style>