Shades of Alizarin #E1232E
Tints of Alizarin #E1232E
RGB
CMYK
RGB Variations
Color information
#E1232E (or 0xE1232E) is known color: Alizarin. HEX triplet: E1, 23 and 2E. RGB value is (225,35,46). Sum of RGB (Red+Green+Blue) = 225+35+46=306 (40% of max value = 765). Red value is 225 (88.28% from 255 or 73.53% from 306); Green value is 35 (14.06% from 255 or 11.44% from 306); Blue value is 46 (18.36% from 255 or 15.03% from 306); Max value from RGB is 225 - color contains mainly: red. Hex color #E1232E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1232E is #1EDCD1. Grayscale: #5D5D5D. Windows color (decimal): -2022610 or 3023841. OLE color: 3023841.
HSL color Cylindrical-coordinate representation of color #E1232E: hue angle of 356.53º 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 #E1232E is Cyan = 0, Magento = 0.84, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 35 | 46 | - |
| CMYK | 0 | 0.84 | 0.80 | 0.12 |
| HSL | 356.53º | 0.76% | 0.51% | - |
| HSV(B) | 356.53º | 0.84% | 0.88% | - |
| XYZ | 32.15 | 17.41 | 4.25 | - |
| YUV | 93.06 | 101.45 | 222.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 35 | 46 | 0 | 0.84 | 0.80 | 0.12 | 356.53 | 0.76 | 0.51 |
| Hex | E1 | 23 | 2E | 0 | 54 | 50 | C | 165 | 4C | 33 |
| Octal | 341 | 43 | 56 | 0 | 124 | 120 | 14 | 545 | 114 | 63 |
| Binary | 11100001 | 100011 | 101110 | 0 | 1010100 | 1010000 | 1100 | 101100101 | 1001100 | 110011 |
Color Harmonies of #E1232E
Complementary color
Monochromatic Colors of #E1232E
Black with #E1232E
Text Example
Text Example
White with #E1232E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1232E; }
p { color: rgb(225,35,46); }
H1.HeaderClassName
{
color: #E1232E;
}
.AnyTagClassName
{
color: #E1232E;
}
</style>
background-color css
<style>
a { background-color: #E1232E; }
a { background-color: rgb(225,35,46); }
div.DivClassName
{
background-color: #E1232E;
}
.BgClassName
{
background-color: #E1232E;
}
</style>
border-color css
<style>
span { border-color: #E1232E; }
span { border-color: rgb(225,35,46); }
td.TdClassName
{
border-color: #E1232E;
}
.TagClassName
{
border-color: #E1232E;
}
</style>