Shades of Alizarin #E1272D
Tints of Alizarin #E1272D
RGB
CMYK
RGB Variations
Color information
#E1272D (or 0xE1272D) is known color: Alizarin. HEX triplet: E1, 27 and 2D. RGB value is (225,39,45). Sum of RGB (Red+Green+Blue) = 225+39+45=309 (40% of max value = 765). Red value is 225 (88.28% from 255 or 72.82% from 309); Green value is 39 (15.62% from 255 or 12.62% from 309); Blue value is 45 (17.97% from 255 or 14.56% from 309); Max value from RGB is 225 - color contains mainly: red. Hex color #E1272D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1272D is #1ED8D2. Grayscale: #5F5F5F. Windows color (decimal): -2021587 or 2959329. OLE color: 2959329.
HSL color Cylindrical-coordinate representation of color #E1272D: hue angle of 358.06º 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 #E1272D is Cyan = 0, Magento = 0.83, Yellow = 0.8 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 39 | 45 | - |
| CMYK | 0 | 0.83 | 0.8 | 0.12 |
| HSL | 358.06º | 0.76% | 0.52% | - |
| HSV(B) | 358.06º | 0.83% | 0.88% | - |
| XYZ | 32.25 | 17.65 | 4.19 | - |
| YUV | 95.3 | 99.62 | 220.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 39 | 45 | 0 | 0.83 | 0.8 | 0.12 | 358.06 | 0.76 | 0.52 |
| Hex | E1 | 27 | 2D | 0 | 53 | 50 | C | 166 | 4C | 34 |
| Octal | 341 | 47 | 55 | 0 | 123 | 120 | 14 | 546 | 114 | 64 |
| Binary | 11100001 | 100111 | 101101 | 0 | 1010011 | 1010000 | 1100 | 101100110 | 1001100 | 110100 |
Color Harmonies of #E1272D
Complementary color
Monochromatic Colors of #E1272D
Black with #E1272D
Text Example
Text Example
White with #E1272D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1272D; }
p { color: rgb(225,39,45); }
H1.HeaderClassName
{
color: #E1272D;
}
.AnyTagClassName
{
color: #E1272D;
}
</style>
background-color css
<style>
a { background-color: #E1272D; }
a { background-color: rgb(225,39,45); }
div.DivClassName
{
background-color: #E1272D;
}
.BgClassName
{
background-color: #E1272D;
}
</style>
border-color css
<style>
span { border-color: #E1272D; }
span { border-color: rgb(225,39,45); }
td.TdClassName
{
border-color: #E1272D;
}
.TagClassName
{
border-color: #E1272D;
}
</style>