Shades of Alizarin #E1272A
Tints of Alizarin #E1272A
RGB
CMYK
RGB Variations
Color information
#E1272A (or 0xE1272A) is known color: Alizarin. HEX triplet: E1, 27 and 2A. RGB value is (225,39,42). Sum of RGB (Red+Green+Blue) = 225+39+42=306 (40% of max value = 765). Red value is 225 (88.28% from 255 or 73.53% from 306); Green value is 39 (15.62% from 255 or 12.75% from 306); Blue value is 42 (16.80% from 255 or 13.73% from 306); Max value from RGB is 225 - color contains mainly: red. Hex color #E1272A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1272A is #1ED8D5. Grayscale: #5F5F5F. Windows color (decimal): -2021590 or 2762721. OLE color: 2762721.
HSL color Cylindrical-coordinate representation of color #E1272A: hue angle of 359.03º 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 #E1272A is Cyan = 0, Magento = 0.83, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 39 | 42 | - |
| CMYK | 0 | 0.83 | 0.81 | 0.12 |
| HSL | 359.03º | 0.76% | 0.52% | - |
| HSV(B) | 359.03º | 0.83% | 0.88% | - |
| XYZ | 32.19 | 17.63 | 3.9 | - |
| YUV | 94.96 | 98.12 | 220.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 39 | 42 | 0 | 0.83 | 0.81 | 0.12 | 359.03 | 0.76 | 0.52 |
| Hex | E1 | 27 | 2A | 0 | 53 | 51 | C | 167 | 4C | 34 |
| Octal | 341 | 47 | 52 | 0 | 123 | 121 | 14 | 547 | 114 | 64 |
| Binary | 11100001 | 100111 | 101010 | 0 | 1010011 | 1010001 | 1100 | 101100111 | 1001100 | 110100 |
Color Harmonies of #E1272A
Complementary color
Monochromatic Colors of #E1272A
Black with #E1272A
Text Example
Text Example
White with #E1272A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1272A; }
p { color: rgb(225,39,42); }
H1.HeaderClassName
{
color: #E1272A;
}
.AnyTagClassName
{
color: #E1272A;
}
</style>
background-color css
<style>
a { background-color: #E1272A; }
a { background-color: rgb(225,39,42); }
div.DivClassName
{
background-color: #E1272A;
}
.BgClassName
{
background-color: #E1272A;
}
</style>
border-color css
<style>
span { border-color: #E1272A; }
span { border-color: rgb(225,39,42); }
td.TdClassName
{
border-color: #E1272A;
}
.TagClassName
{
border-color: #E1272A;
}
</style>