Shades of Alizarin #E1212D
Tints of Alizarin #E1212D
RGB
CMYK
RGB Variations
Color information
#E1212D (or 0xE1212D) is known color: Alizarin. HEX triplet: E1, 21 and 2D. RGB value is (225,33,45). Sum of RGB (Red+Green+Blue) = 225+33+45=303 (40% of max value = 765). Red value is 225 (88.28% from 255 or 74.26% from 303); Green value is 33 (13.28% from 255 or 10.89% from 303); Blue value is 45 (17.97% from 255 or 14.85% from 303); Max value from RGB is 225 - color contains mainly: red. Hex color #E1212D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1212D is #1EDED2. Grayscale: #5B5B5B. Windows color (decimal): -2023123 or 2957793. OLE color: 2957793.
HSL color Cylindrical-coordinate representation of color #E1212D: hue angle of 356.25º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E1212D is Cyan = 0, Magento = 0.85, Yellow = 0.8 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 33 | 45 | - |
| CMYK | 0 | 0.85 | 0.8 | 0.12 |
| HSL | 356.25º | 0.76% | 0.51% | - |
| HSV(B) | 356.25º | 0.85% | 0.88% | - |
| XYZ | 32.07 | 17.28 | 4.13 | - |
| YUV | 91.78 | 101.61 | 223.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 33 | 45 | 0 | 0.85 | 0.8 | 0.12 | 356.25 | 0.76 | 0.51 |
| Hex | E1 | 21 | 2D | 0 | 55 | 50 | C | 164 | 4C | 33 |
| Octal | 341 | 41 | 55 | 0 | 125 | 120 | 14 | 544 | 114 | 63 |
| Binary | 11100001 | 100001 | 101101 | 0 | 1010101 | 1010000 | 1100 | 101100100 | 1001100 | 110011 |
Color Harmonies of #E1212D
Complementary color
Monochromatic Colors of #E1212D
Black with #E1212D
Text Example
Text Example
White with #E1212D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1212D; }
p { color: rgb(225,33,45); }
H1.HeaderClassName
{
color: #E1212D;
}
.AnyTagClassName
{
color: #E1212D;
}
</style>
background-color css
<style>
a { background-color: #E1212D; }
a { background-color: rgb(225,33,45); }
div.DivClassName
{
background-color: #E1212D;
}
.BgClassName
{
background-color: #E1212D;
}
</style>
border-color css
<style>
span { border-color: #E1212D; }
span { border-color: rgb(225,33,45); }
td.TdClassName
{
border-color: #E1212D;
}
.TagClassName
{
border-color: #E1212D;
}
</style>