Shades of Alizarin #E1282E
Tints of Alizarin #E1282E
RGB
CMYK
RGB Variations
Color information
#E1282E (or 0xE1282E) is known color: Alizarin. HEX triplet: E1, 28 and 2E. RGB value is (225,40,46). Sum of RGB (Red+Green+Blue) = 225+40+46=311 (41% of max value = 765). Red value is 225 (88.28% from 255 or 72.35% from 311); Green value is 40 (16.02% from 255 or 12.86% from 311); Blue value is 46 (18.36% from 255 or 14.79% from 311); Max value from RGB is 225 - color contains mainly: red. Hex color #E1282E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1282E is #1ED7D1. Grayscale: #606060. Windows color (decimal): -2021330 or 3025121. OLE color: 3025121.
HSL color Cylindrical-coordinate representation of color #E1282E: hue angle of 358.05º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E1282E is Cyan = 0, Magento = 0.82, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 40 | 46 | - |
| CMYK | 0 | 0.82 | 0.80 | 0.12 |
| HSL | 358.05º | 0.76% | 0.52% | - |
| HSV(B) | 358.05º | 0.82% | 0.88% | - |
| XYZ | 32.3 | 17.72 | 4.3 | - |
| YUV | 96 | 99.79 | 220.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 40 | 46 | 0 | 0.82 | 0.80 | 0.12 | 358.05 | 0.76 | 0.52 |
| Hex | E1 | 28 | 2E | 0 | 52 | 50 | C | 166 | 4C | 34 |
| Octal | 341 | 50 | 56 | 0 | 122 | 120 | 14 | 546 | 114 | 64 |
| Binary | 11100001 | 101000 | 101110 | 0 | 1010010 | 1010000 | 1100 | 101100110 | 1001100 | 110100 |
Color Harmonies of #E1282E
Complementary color
Monochromatic Colors of #E1282E
Black with #E1282E
Text Example
Text Example
White with #E1282E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1282E; }
p { color: rgb(225,40,46); }
H1.HeaderClassName
{
color: #E1282E;
}
.AnyTagClassName
{
color: #E1282E;
}
</style>
background-color css
<style>
a { background-color: #E1282E; }
a { background-color: rgb(225,40,46); }
div.DivClassName
{
background-color: #E1282E;
}
.BgClassName
{
background-color: #E1282E;
}
</style>
border-color css
<style>
span { border-color: #E1282E; }
span { border-color: rgb(225,40,46); }
td.TdClassName
{
border-color: #E1282E;
}
.TagClassName
{
border-color: #E1282E;
}
</style>