Shades of Alizarin #E1243C
Tints of Alizarin #E1243C
RGB
CMYK
RGB Variations
Color information
#E1243C (or 0xE1243C) is known color: Alizarin. HEX triplet: E1, 24 and 3C. RGB value is (225,36,60). Sum of RGB (Red+Green+Blue) = 225+36+60=321 (42% of max value = 765). Red value is 225 (88.28% from 255 or 70.09% from 321); Green value is 36 (14.45% from 255 or 11.21% from 321); Blue value is 60 (23.83% from 255 or 18.69% from 321); Max value from RGB is 225 - color contains mainly: red. Hex color #E1243C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1243C is #1EDBC3. Grayscale: #5F5F5F. Windows color (decimal): -2022340 or 3941601. OLE color: 3941601.
HSL color Cylindrical-coordinate representation of color #E1243C: hue angle of 352.38º 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 #E1243C is Cyan = 0, Magento = 0.84, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 36 | 60 | - |
| CMYK | 0 | 0.84 | 0.73 | 0.12 |
| HSL | 352.38º | 0.76% | 0.51% | - |
| HSV(B) | 352.38º | 0.84% | 0.88% | - |
| XYZ | 32.5 | 17.6 | 5.96 | - |
| YUV | 95.25 | 108.12 | 220.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 36 | 60 | 0 | 0.84 | 0.73 | 0.12 | 352.38 | 0.76 | 0.51 |
| Hex | E1 | 24 | 3C | 0 | 54 | 49 | C | 160 | 4C | 33 |
| Octal | 341 | 44 | 74 | 0 | 124 | 111 | 14 | 540 | 114 | 63 |
| Binary | 11100001 | 100100 | 111100 | 0 | 1010100 | 1001001 | 1100 | 101100000 | 1001100 | 110011 |
Color Harmonies of #E1243C
Complementary color
Monochromatic Colors of #E1243C
Black with #E1243C
Text Example
Text Example
White with #E1243C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1243C; }
p { color: rgb(225,36,60); }
H1.HeaderClassName
{
color: #E1243C;
}
.AnyTagClassName
{
color: #E1243C;
}
</style>
background-color css
<style>
a { background-color: #E1243C; }
a { background-color: rgb(225,36,60); }
div.DivClassName
{
background-color: #E1243C;
}
.BgClassName
{
background-color: #E1243C;
}
</style>
border-color css
<style>
span { border-color: #E1243C; }
span { border-color: rgb(225,36,60); }
td.TdClassName
{
border-color: #E1243C;
}
.TagClassName
{
border-color: #E1243C;
}
</style>