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