Shades of Alizarin #E11C2A
Tints of Alizarin #E11C2A
RGB
CMYK
RGB Variations
Color information
#E11C2A (or 0xE11C2A) is known color: Alizarin. HEX triplet: E1, 1C and 2A. RGB value is (225,28,42). Sum of RGB (Red+Green+Blue) = 225+28+42=295 (39% of max value = 765). Red value is 225 (88.28% from 255 or 76.27% from 295); Green value is 28 (11.33% from 255 or 9.49% from 295); Blue value is 42 (16.80% from 255 or 14.24% from 295); Max value from RGB is 225 - color contains mainly: red. Hex color #E11C2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E11C2A is #1EE3D5. Grayscale: #585858. Windows color (decimal): -2024406 or 2759905. OLE color: 2759905.
HSL color Cylindrical-coordinate representation of color #E11C2A: hue angle of 355.74º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E11C2A is Cyan = 0, Magento = 0.88, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 28 | 42 | - |
| CMYK | 0 | 0.88 | 0.81 | 0.12 |
| HSL | 355.74º | 0.78% | 0.5% | - |
| HSV(B) | 355.74º | 0.88% | 0.88% | - |
| XYZ | 31.88 | 17.01 | 3.79 | - |
| YUV | 88.5 | 101.77 | 225.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 28 | 42 | 0 | 0.88 | 0.81 | 0.12 | 355.74 | 0.78 | 0.5 |
| Hex | E1 | 1C | 2A | 0 | 58 | 51 | C | 164 | 4E | 32 |
| Octal | 341 | 34 | 52 | 0 | 130 | 121 | 14 | 544 | 116 | 62 |
| Binary | 11100001 | 11100 | 101010 | 0 | 1011000 | 1010001 | 1100 | 101100100 | 1001110 | 110010 |
Color Harmonies of #E11C2A
Complementary color
Monochromatic Colors of #E11C2A
Black with #E11C2A
Text Example
Text Example
White with #E11C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11C2A; }
p { color: rgb(225,28,42); }
H1.HeaderClassName
{
color: #E11C2A;
}
.AnyTagClassName
{
color: #E11C2A;
}
</style>
background-color css
<style>
a { background-color: #E11C2A; }
a { background-color: rgb(225,28,42); }
div.DivClassName
{
background-color: #E11C2A;
}
.BgClassName
{
background-color: #E11C2A;
}
</style>
border-color css
<style>
span { border-color: #E11C2A; }
span { border-color: rgb(225,28,42); }
td.TdClassName
{
border-color: #E11C2A;
}
.TagClassName
{
border-color: #E11C2A;
}
</style>