Shades of Alizarin #E11F2D
Tints of Alizarin #E11F2D
RGB
CMYK
RGB Variations
Color information
#E11F2D (or 0xE11F2D) is known color: Alizarin. HEX triplet: E1, 1F and 2D. RGB value is (225,31,45). Sum of RGB (Red+Green+Blue) = 225+31+45=301 (39% of max value = 765). Red value is 225 (88.28% from 255 or 74.75% from 301); Green value is 31 (12.5% from 255 or 10.30% from 301); Blue value is 45 (17.97% from 255 or 14.95% from 301); Max value from RGB is 225 - color contains mainly: red. Hex color #E11F2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E11F2D is #1EE0D2. Grayscale: #5A5A5A. Windows color (decimal): -2023635 or 2957281. OLE color: 2957281.
HSL color Cylindrical-coordinate representation of color #E11F2D: hue angle of 355.67º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E11F2D is Cyan = 0, Magento = 0.86, Yellow = 0.8 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 31 | 45 | - |
| CMYK | 0 | 0.86 | 0.8 | 0.12 |
| HSL | 355.67º | 0.76% | 0.5% | - |
| HSV(B) | 355.67º | 0.86% | 0.88% | - |
| XYZ | 32.01 | 17.18 | 4.11 | - |
| YUV | 90.6 | 102.27 | 223.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 31 | 45 | 0 | 0.86 | 0.8 | 0.12 | 355.67 | 0.76 | 0.5 |
| Hex | E1 | 1F | 2D | 0 | 56 | 50 | C | 164 | 4C | 32 |
| Octal | 341 | 37 | 55 | 0 | 126 | 120 | 14 | 544 | 114 | 62 |
| Binary | 11100001 | 11111 | 101101 | 0 | 1010110 | 1010000 | 1100 | 101100100 | 1001100 | 110010 |
Color Harmonies of #E11F2D
Complementary color
Monochromatic Colors of #E11F2D
Black with #E11F2D
Text Example
Text Example
White with #E11F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11F2D; }
p { color: rgb(225,31,45); }
H1.HeaderClassName
{
color: #E11F2D;
}
.AnyTagClassName
{
color: #E11F2D;
}
</style>
background-color css
<style>
a { background-color: #E11F2D; }
a { background-color: rgb(225,31,45); }
div.DivClassName
{
background-color: #E11F2D;
}
.BgClassName
{
background-color: #E11F2D;
}
</style>
border-color css
<style>
span { border-color: #E11F2D; }
span { border-color: rgb(225,31,45); }
td.TdClassName
{
border-color: #E11F2D;
}
.TagClassName
{
border-color: #E11F2D;
}
</style>