Shades of Alizarin #E1273C
Tints of Alizarin #E1273C
RGB
CMYK
RGB Variations
Color information
#E1273C (or 0xE1273C) is known color: Alizarin. HEX triplet: E1, 27 and 3C. RGB value is (225,39,60). Sum of RGB (Red+Green+Blue) = 225+39+60=324 (42% of max value = 765). Red value is 225 (88.28% from 255 or 69.44% from 324); Green value is 39 (15.62% from 255 or 12.04% from 324); Blue value is 60 (23.83% from 255 or 18.52% from 324); Max value from RGB is 225 - color contains mainly: red. Hex color #E1273C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1273C is #1ED8C3. Grayscale: #616161. Windows color (decimal): -2021572 or 3942369. OLE color: 3942369.
HSL color Cylindrical-coordinate representation of color #E1273C: hue angle of 353.23º 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 #E1273C is Cyan = 0, Magento = 0.83, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 39 | 60 | - |
| CMYK | 0 | 0.83 | 0.73 | 0.12 |
| HSL | 353.23º | 0.76% | 0.52% | - |
| HSV(B) | 353.23º | 0.83% | 0.88% | - |
| XYZ | 32.59 | 17.78 | 5.99 | - |
| YUV | 97.01 | 107.12 | 219.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 39 | 60 | 0 | 0.83 | 0.73 | 0.12 | 353.23 | 0.76 | 0.52 |
| Hex | E1 | 27 | 3C | 0 | 53 | 49 | C | 161 | 4C | 34 |
| Octal | 341 | 47 | 74 | 0 | 123 | 111 | 14 | 541 | 114 | 64 |
| Binary | 11100001 | 100111 | 111100 | 0 | 1010011 | 1001001 | 1100 | 101100001 | 1001100 | 110100 |
Color Harmonies of #E1273C
Complementary color
Monochromatic Colors of #E1273C
Black with #E1273C
Text Example
Text Example
White with #E1273C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1273C; }
p { color: rgb(225,39,60); }
H1.HeaderClassName
{
color: #E1273C;
}
.AnyTagClassName
{
color: #E1273C;
}
</style>
background-color css
<style>
a { background-color: #E1273C; }
a { background-color: rgb(225,39,60); }
div.DivClassName
{
background-color: #E1273C;
}
.BgClassName
{
background-color: #E1273C;
}
</style>
border-color css
<style>
span { border-color: #E1273C; }
span { border-color: rgb(225,39,60); }
td.TdClassName
{
border-color: #E1273C;
}
.TagClassName
{
border-color: #E1273C;
}
</style>