Shades of Alizarin #E1253D
Tints of Alizarin #E1253D
RGB
CMYK
RGB Variations
Color information
#E1253D (or 0xE1253D) is known color: Alizarin. HEX triplet: E1, 25 and 3D. RGB value is (225,37,61). Sum of RGB (Red+Green+Blue) = 225+37+61=323 (42% of max value = 765). Red value is 225 (88.28% from 255 or 69.66% from 323); Green value is 37 (14.84% from 255 or 11.46% from 323); Blue value is 61 (24.22% from 255 or 18.89% from 323); Max value from RGB is 225 - color contains mainly: red. Hex color #E1253D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1253D is #1EDAC2. Grayscale: #606060. Windows color (decimal): -2022083 or 4007393. OLE color: 4007393.
HSL color Cylindrical-coordinate representation of color #E1253D: hue angle of 352.34º 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 #E1253D is Cyan = 0, Magento = 0.84, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 37 | 61 | - |
| CMYK | 0 | 0.84 | 0.73 | 0.12 |
| HSL | 352.34º | 0.76% | 0.51% | - |
| HSV(B) | 352.34º | 0.84% | 0.88% | - |
| XYZ | 32.56 | 17.67 | 6.11 | - |
| YUV | 95.95 | 108.28 | 220.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 37 | 61 | 0 | 0.84 | 0.73 | 0.12 | 352.34 | 0.76 | 0.51 |
| Hex | E1 | 25 | 3D | 0 | 54 | 49 | C | 160 | 4C | 33 |
| Octal | 341 | 45 | 75 | 0 | 124 | 111 | 14 | 540 | 114 | 63 |
| Binary | 11100001 | 100101 | 111101 | 0 | 1010100 | 1001001 | 1100 | 101100000 | 1001100 | 110011 |
Color Harmonies of #E1253D
Complementary color
Monochromatic Colors of #E1253D
Black with #E1253D
Text Example
Text Example
White with #E1253D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1253D; }
p { color: rgb(225,37,61); }
H1.HeaderClassName
{
color: #E1253D;
}
.AnyTagClassName
{
color: #E1253D;
}
</style>
background-color css
<style>
a { background-color: #E1253D; }
a { background-color: rgb(225,37,61); }
div.DivClassName
{
background-color: #E1253D;
}
.BgClassName
{
background-color: #E1253D;
}
</style>
border-color css
<style>
span { border-color: #E1253D; }
span { border-color: rgb(225,37,61); }
td.TdClassName
{
border-color: #E1253D;
}
.TagClassName
{
border-color: #E1253D;
}
</style>