Shades of Alizarin #E1253B
Tints of Alizarin #E1253B
RGB
CMYK
RGB Variations
Color information
#E1253B (or 0xE1253B) is known color: Alizarin. HEX triplet: E1, 25 and 3B. RGB value is (225,37,59). Sum of RGB (Red+Green+Blue) = 225+37+59=321 (42% of max value = 765). Red value is 225 (88.28% from 255 or 70.09% from 321); Green value is 37 (14.84% from 255 or 11.53% from 321); Blue value is 59 (23.44% from 255 or 18.38% from 321); Max value from RGB is 225 - color contains mainly: red. Hex color #E1253B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1253B is #1EDAC4. Grayscale: #5F5F5F. Windows color (decimal): -2022085 or 3876321. OLE color: 3876321.
HSL color Cylindrical-coordinate representation of color #E1253B: hue angle of 352.98º 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 #E1253B is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 37 | 59 | - |
| CMYK | 0 | 0.84 | 0.74 | 0.12 |
| HSL | 352.98º | 0.76% | 0.51% | - |
| HSV(B) | 352.98º | 0.84% | 0.88% | - |
| XYZ | 32.5 | 17.65 | 5.83 | - |
| YUV | 95.72 | 107.28 | 220.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 37 | 59 | 0 | 0.84 | 0.74 | 0.12 | 352.98 | 0.76 | 0.51 |
| Hex | E1 | 25 | 3B | 0 | 54 | 4A | C | 161 | 4C | 33 |
| Octal | 341 | 45 | 73 | 0 | 124 | 112 | 14 | 541 | 114 | 63 |
| Binary | 11100001 | 100101 | 111011 | 0 | 1010100 | 1001010 | 1100 | 101100001 | 1001100 | 110011 |
Color Harmonies of #E1253B
Complementary color
Monochromatic Colors of #E1253B
Black with #E1253B
Text Example
Text Example
White with #E1253B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1253B; }
p { color: rgb(225,37,59); }
H1.HeaderClassName
{
color: #E1253B;
}
.AnyTagClassName
{
color: #E1253B;
}
</style>
background-color css
<style>
a { background-color: #E1253B; }
a { background-color: rgb(225,37,59); }
div.DivClassName
{
background-color: #E1253B;
}
.BgClassName
{
background-color: #E1253B;
}
</style>
border-color css
<style>
span { border-color: #E1253B; }
span { border-color: rgb(225,37,59); }
td.TdClassName
{
border-color: #E1253B;
}
.TagClassName
{
border-color: #E1253B;
}
</style>