Shades of Alizarin #E1243D
Tints of Alizarin #E1243D
RGB
CMYK
RGB Variations
Color information
#E1243D (or 0xE1243D) is known color: Alizarin. HEX triplet: E1, 24 and 3D. RGB value is (225,36,61). Sum of RGB (Red+Green+Blue) = 225+36+61=322 (42% of max value = 765). Red value is 225 (88.28% from 255 or 69.88% from 322); Green value is 36 (14.45% from 255 or 11.18% from 322); Blue value is 61 (24.22% from 255 or 18.94% from 322); Max value from RGB is 225 - color contains mainly: red. Hex color #E1243D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1243D is #1EDBC2. Grayscale: #5F5F5F. Windows color (decimal): -2022339 or 4007137. OLE color: 4007137.
HSL color Cylindrical-coordinate representation of color #E1243D: hue angle of 352.06º 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 #E1243D is Cyan = 0, Magento = 0.84, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 36 | 61 | - |
| CMYK | 0 | 0.84 | 0.73 | 0.12 |
| HSL | 352.06º | 0.76% | 0.51% | - |
| HSV(B) | 352.06º | 0.84% | 0.88% | - |
| XYZ | 32.52 | 17.61 | 6.1 | - |
| YUV | 95.36 | 108.62 | 220.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 36 | 61 | 0 | 0.84 | 0.73 | 0.12 | 352.06 | 0.76 | 0.51 |
| Hex | E1 | 24 | 3D | 0 | 54 | 49 | C | 160 | 4C | 33 |
| Octal | 341 | 44 | 75 | 0 | 124 | 111 | 14 | 540 | 114 | 63 |
| Binary | 11100001 | 100100 | 111101 | 0 | 1010100 | 1001001 | 1100 | 101100000 | 1001100 | 110011 |
Color Harmonies of #E1243D
Complementary color
Monochromatic Colors of #E1243D
Black with #E1243D
Text Example
Text Example
White with #E1243D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1243D; }
p { color: rgb(225,36,61); }
H1.HeaderClassName
{
color: #E1243D;
}
.AnyTagClassName
{
color: #E1243D;
}
</style>
background-color css
<style>
a { background-color: #E1243D; }
a { background-color: rgb(225,36,61); }
div.DivClassName
{
background-color: #E1243D;
}
.BgClassName
{
background-color: #E1243D;
}
</style>
border-color css
<style>
span { border-color: #E1243D; }
span { border-color: rgb(225,36,61); }
td.TdClassName
{
border-color: #E1243D;
}
.TagClassName
{
border-color: #E1243D;
}
</style>