Shades of Alizarin #E1242B
Tints of Alizarin #E1242B
RGB
CMYK
RGB Variations
Color information
#E1242B (or 0xE1242B) is known color: Alizarin. HEX triplet: E1, 24 and 2B. RGB value is (225,36,43). Sum of RGB (Red+Green+Blue) = 225+36+43=304 (40% of max value = 765). Red value is 225 (88.28% from 255 or 74.01% from 304); Green value is 36 (14.45% from 255 or 11.84% from 304); Blue value is 43 (17.19% from 255 or 14.14% from 304); Max value from RGB is 225 - color contains mainly: red. Hex color #E1242B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1242B is #1EDBD4. Grayscale: #5D5D5D. Windows color (decimal): -2022357 or 2827489. OLE color: 2827489.
HSL color Cylindrical-coordinate representation of color #E1242B: hue angle of 357.78º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E1242B is Cyan = 0, Magento = 0.84, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 36 | 43 | - |
| CMYK | 0 | 0.84 | 0.81 | 0.12 |
| HSL | 357.78º | 0.76% | 0.51% | - |
| HSV(B) | 357.78º | 0.84% | 0.88% | - |
| XYZ | 32.12 | 17.44 | 3.96 | - |
| YUV | 93.31 | 99.62 | 221.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 36 | 43 | 0 | 0.84 | 0.81 | 0.12 | 357.78 | 0.76 | 0.51 |
| Hex | E1 | 24 | 2B | 0 | 54 | 51 | C | 166 | 4C | 33 |
| Octal | 341 | 44 | 53 | 0 | 124 | 121 | 14 | 546 | 114 | 63 |
| Binary | 11100001 | 100100 | 101011 | 0 | 1010100 | 1010001 | 1100 | 101100110 | 1001100 | 110011 |
Color Harmonies of #E1242B
Complementary color
Monochromatic Colors of #E1242B
Black with #E1242B
Text Example
Text Example
White with #E1242B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1242B; }
p { color: rgb(225,36,43); }
H1.HeaderClassName
{
color: #E1242B;
}
.AnyTagClassName
{
color: #E1242B;
}
</style>
background-color css
<style>
a { background-color: #E1242B; }
a { background-color: rgb(225,36,43); }
div.DivClassName
{
background-color: #E1242B;
}
.BgClassName
{
background-color: #E1242B;
}
</style>
border-color css
<style>
span { border-color: #E1242B; }
span { border-color: rgb(225,36,43); }
td.TdClassName
{
border-color: #E1242B;
}
.TagClassName
{
border-color: #E1242B;
}
</style>