Shades of Alizarin #E12735
Tints of Alizarin #E12735
RGB
CMYK
RGB Variations
Color information
#E12735 (or 0xE12735) is known color: Alizarin. HEX triplet: E1, 27 and 35. RGB value is (225,39,53). Sum of RGB (Red+Green+Blue) = 225+39+53=317 (41% of max value = 765). Red value is 225 (88.28% from 255 or 70.98% from 317); Green value is 39 (15.62% from 255 or 12.30% from 317); Blue value is 53 (21.09% from 255 or 16.72% from 317); Max value from RGB is 225 - color contains mainly: red. Hex color #E12735 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12735 is #1ED8CA. Grayscale: #606060. Windows color (decimal): -2021579 or 3483617. OLE color: 3483617.
HSL color Cylindrical-coordinate representation of color #E12735: hue angle of 355.48º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E12735 is Cyan = 0, Magento = 0.83, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 39 | 53 | - |
| CMYK | 0 | 0.83 | 0.76 | 0.12 |
| HSL | 355.48º | 0.76% | 0.52% | - |
| HSV(B) | 355.48º | 0.83% | 0.88% | - |
| XYZ | 32.42 | 17.72 | 5.08 | - |
| YUV | 96.21 | 103.62 | 219.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 39 | 53 | 0 | 0.83 | 0.76 | 0.12 | 355.48 | 0.76 | 0.52 |
| Hex | E1 | 27 | 35 | 0 | 53 | 4C | C | 163 | 4C | 34 |
| Octal | 341 | 47 | 65 | 0 | 123 | 114 | 14 | 543 | 114 | 64 |
| Binary | 11100001 | 100111 | 110101 | 0 | 1010011 | 1001100 | 1100 | 101100011 | 1001100 | 110100 |
Color Harmonies of #E12735
Complementary color
Monochromatic Colors of #E12735
Black with #E12735
Text Example
Text Example
White with #E12735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12735; }
p { color: rgb(225,39,53); }
H1.HeaderClassName
{
color: #E12735;
}
.AnyTagClassName
{
color: #E12735;
}
</style>
background-color css
<style>
a { background-color: #E12735; }
a { background-color: rgb(225,39,53); }
div.DivClassName
{
background-color: #E12735;
}
.BgClassName
{
background-color: #E12735;
}
</style>
border-color css
<style>
span { border-color: #E12735; }
span { border-color: rgb(225,39,53); }
td.TdClassName
{
border-color: #E12735;
}
.TagClassName
{
border-color: #E12735;
}
</style>