Shades of Alizarin #E1252A
Tints of Alizarin #E1252A
RGB
CMYK
RGB Variations
Color information
#E1252A (or 0xE1252A) is known color: Alizarin. HEX triplet: E1, 25 and 2A. RGB value is (225,37,42). Sum of RGB (Red+Green+Blue) = 225+37+42=304 (40% of max value = 765). Red value is 225 (88.28% from 255 or 74.01% from 304); Green value is 37 (14.84% from 255 or 12.17% from 304); Blue value is 42 (16.80% from 255 or 13.82% from 304); Max value from RGB is 225 - color contains mainly: red. Hex color #E1252A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1252A is #1EDAD5. Grayscale: #5D5D5D. Windows color (decimal): -2022102 or 2762209. OLE color: 2762209.
HSL color Cylindrical-coordinate representation of color #E1252A: hue angle of 358.4º 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 #E1252A is Cyan = 0, Magento = 0.84, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 37 | 42 | - |
| CMYK | 0 | 0.84 | 0.81 | 0.12 |
| HSL | 358.4º | 0.76% | 0.51% | - |
| HSV(B) | 358.4º | 0.84% | 0.88% | - |
| XYZ | 32.13 | 17.5 | 3.87 | - |
| YUV | 93.78 | 98.78 | 221.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 37 | 42 | 0 | 0.84 | 0.81 | 0.12 | 358.4 | 0.76 | 0.51 |
| Hex | E1 | 25 | 2A | 0 | 54 | 51 | C | 166 | 4C | 33 |
| Octal | 341 | 45 | 52 | 0 | 124 | 121 | 14 | 546 | 114 | 63 |
| Binary | 11100001 | 100101 | 101010 | 0 | 1010100 | 1010001 | 1100 | 101100110 | 1001100 | 110011 |
Color Harmonies of #E1252A
Complementary color
Monochromatic Colors of #E1252A
Black with #E1252A
Text Example
Text Example
White with #E1252A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1252A; }
p { color: rgb(225,37,42); }
H1.HeaderClassName
{
color: #E1252A;
}
.AnyTagClassName
{
color: #E1252A;
}
</style>
background-color css
<style>
a { background-color: #E1252A; }
a { background-color: rgb(225,37,42); }
div.DivClassName
{
background-color: #E1252A;
}
.BgClassName
{
background-color: #E1252A;
}
</style>
border-color css
<style>
span { border-color: #E1252A; }
span { border-color: rgb(225,37,42); }
td.TdClassName
{
border-color: #E1252A;
}
.TagClassName
{
border-color: #E1252A;
}
</style>