Shades of Alizarin #E1232D
Tints of Alizarin #E1232D
RGB
CMYK
RGB Variations
Color information
#E1232D (or 0xE1232D) is known color: Alizarin. HEX triplet: E1, 23 and 2D. RGB value is (225,35,45). Sum of RGB (Red+Green+Blue) = 225+35+45=305 (40% of max value = 765). Red value is 225 (88.28% from 255 or 73.77% from 305); Green value is 35 (14.06% from 255 or 11.48% from 305); Blue value is 45 (17.97% from 255 or 14.75% from 305); Max value from RGB is 225 - color contains mainly: red. Hex color #E1232D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1232D is #1EDCD2. Grayscale: #5D5D5D. Windows color (decimal): -2022611 or 2958305. OLE color: 2958305.
HSL color Cylindrical-coordinate representation of color #E1232D: hue angle of 356.84º 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 #E1232D is Cyan = 0, Magento = 0.84, Yellow = 0.8 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 35 | 45 | - |
| CMYK | 0 | 0.84 | 0.8 | 0.12 |
| HSL | 356.84º | 0.76% | 0.51% | - |
| HSV(B) | 356.84º | 0.84% | 0.88% | - |
| XYZ | 32.13 | 17.4 | 4.15 | - |
| YUV | 92.95 | 100.95 | 222.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 35 | 45 | 0 | 0.84 | 0.8 | 0.12 | 356.84 | 0.76 | 0.51 |
| Hex | E1 | 23 | 2D | 0 | 54 | 50 | C | 165 | 4C | 33 |
| Octal | 341 | 43 | 55 | 0 | 124 | 120 | 14 | 545 | 114 | 63 |
| Binary | 11100001 | 100011 | 101101 | 0 | 1010100 | 1010000 | 1100 | 101100101 | 1001100 | 110011 |
Color Harmonies of #E1232D
Complementary color
Monochromatic Colors of #E1232D
Black with #E1232D
Text Example
Text Example
White with #E1232D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1232D; }
p { color: rgb(225,35,45); }
H1.HeaderClassName
{
color: #E1232D;
}
.AnyTagClassName
{
color: #E1232D;
}
</style>
background-color css
<style>
a { background-color: #E1232D; }
a { background-color: rgb(225,35,45); }
div.DivClassName
{
background-color: #E1232D;
}
.BgClassName
{
background-color: #E1232D;
}
</style>
border-color css
<style>
span { border-color: #E1232D; }
span { border-color: rgb(225,35,45); }
td.TdClassName
{
border-color: #E1232D;
}
.TagClassName
{
border-color: #E1232D;
}
</style>