Shades of Alizarin #E11F3A
Tints of Alizarin #E11F3A
RGB
CMYK
RGB Variations
Color information
#E11F3A (or 0xE11F3A) is known color: Alizarin. HEX triplet: E1, 1F and 3A. RGB value is (225,31,58). Sum of RGB (Red+Green+Blue) = 225+31+58=314 (41% of max value = 765). Red value is 225 (88.28% from 255 or 71.66% from 314); Green value is 31 (12.5% from 255 or 9.87% from 314); Blue value is 58 (23.05% from 255 or 18.47% from 314); Max value from RGB is 225 - color contains mainly: red. Hex color #E11F3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E11F3A is #1EE0C5. Grayscale: #5C5C5C. Windows color (decimal): -2023622 or 3809249. OLE color: 3809249.
HSL color Cylindrical-coordinate representation of color #E11F3A: hue angle of 351.65º 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 #E11F3A is Cyan = 0, Magento = 0.86, Yellow = 0.74 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 31 | 58 | - |
| CMYK | 0 | 0.86 | 0.74 | 0.12 |
| HSL | 351.65º | 0.76% | 0.5% | - |
| HSV(B) | 351.65º | 0.86% | 0.88% | - |
| XYZ | 32.31 | 17.29 | 5.64 | - |
| YUV | 92.08 | 108.77 | 222.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 31 | 58 | 0 | 0.86 | 0.74 | 0.12 | 351.65 | 0.76 | 0.5 |
| Hex | E1 | 1F | 3A | 0 | 56 | 4A | C | 160 | 4C | 32 |
| Octal | 341 | 37 | 72 | 0 | 126 | 112 | 14 | 540 | 114 | 62 |
| Binary | 11100001 | 11111 | 111010 | 0 | 1010110 | 1001010 | 1100 | 101100000 | 1001100 | 110010 |
Color Harmonies of #E11F3A
Complementary color
Monochromatic Colors of #E11F3A
Black with #E11F3A
Text Example
Text Example
White with #E11F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11F3A; }
p { color: rgb(225,31,58); }
H1.HeaderClassName
{
color: #E11F3A;
}
.AnyTagClassName
{
color: #E11F3A;
}
</style>
background-color css
<style>
a { background-color: #E11F3A; }
a { background-color: rgb(225,31,58); }
div.DivClassName
{
background-color: #E11F3A;
}
.BgClassName
{
background-color: #E11F3A;
}
</style>
border-color css
<style>
span { border-color: #E11F3A; }
span { border-color: rgb(225,31,58); }
td.TdClassName
{
border-color: #E11F3A;
}
.TagClassName
{
border-color: #E11F3A;
}
</style>