Shades of Alizarin #E1273B
Tints of Alizarin #E1273B
RGB
CMYK
RGB Variations
Color information
#E1273B (or 0xE1273B) is known color: Alizarin. HEX triplet: E1, 27 and 3B. RGB value is (225,39,59). Sum of RGB (Red+Green+Blue) = 225+39+59=323 (42% of max value = 765). Red value is 225 (88.28% from 255 or 69.66% from 323); Green value is 39 (15.62% from 255 or 12.07% from 323); Blue value is 59 (23.44% from 255 or 18.27% from 323); Max value from RGB is 225 - color contains mainly: red. Hex color #E1273B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1273B is #1ED8C4. Grayscale: #606060. Windows color (decimal): -2021573 or 3876833. OLE color: 3876833.
HSL color Cylindrical-coordinate representation of color #E1273B: hue angle of 353.55º 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 #E1273B is Cyan = 0, Magento = 0.83, Yellow = 0.74 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 39 | 59 | - |
| CMYK | 0 | 0.83 | 0.74 | 0.12 |
| HSL | 353.55º | 0.76% | 0.52% | - |
| HSV(B) | 353.55º | 0.83% | 0.88% | - |
| XYZ | 32.57 | 17.77 | 5.85 | - |
| YUV | 96.89 | 106.62 | 219.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 39 | 59 | 0 | 0.83 | 0.74 | 0.12 | 353.55 | 0.76 | 0.52 |
| Hex | E1 | 27 | 3B | 0 | 53 | 4A | C | 162 | 4C | 34 |
| Octal | 341 | 47 | 73 | 0 | 123 | 112 | 14 | 542 | 114 | 64 |
| Binary | 11100001 | 100111 | 111011 | 0 | 1010011 | 1001010 | 1100 | 101100010 | 1001100 | 110100 |
Color Harmonies of #E1273B
Complementary color
Monochromatic Colors of #E1273B
Black with #E1273B
Text Example
Text Example
White with #E1273B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1273B; }
p { color: rgb(225,39,59); }
H1.HeaderClassName
{
color: #E1273B;
}
.AnyTagClassName
{
color: #E1273B;
}
</style>
background-color css
<style>
a { background-color: #E1273B; }
a { background-color: rgb(225,39,59); }
div.DivClassName
{
background-color: #E1273B;
}
.BgClassName
{
background-color: #E1273B;
}
</style>
border-color css
<style>
span { border-color: #E1273B; }
span { border-color: rgb(225,39,59); }
td.TdClassName
{
border-color: #E1273B;
}
.TagClassName
{
border-color: #E1273B;
}
</style>