Shades of Alizarin #E1202A
Tints of Alizarin #E1202A
RGB
CMYK
RGB Variations
Color information
#E1202A (or 0xE1202A) is known color: Alizarin. HEX triplet: E1, 20 and 2A. RGB value is (225,32,42). Sum of RGB (Red+Green+Blue) = 225+32+42=299 (39% of max value = 765). Red value is 225 (88.28% from 255 or 75.25% from 299); Green value is 32 (12.89% from 255 or 10.70% from 299); Blue value is 42 (16.80% from 255 or 14.05% from 299); Max value from RGB is 225 - color contains mainly: red. Hex color #E1202A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1202A is #1EDFD5. Grayscale: #5B5B5B. Windows color (decimal): -2023382 or 2760929. OLE color: 2760929.
HSL color Cylindrical-coordinate representation of color #E1202A: hue angle of 356.89º 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 #E1202A is Cyan = 0, Magento = 0.86, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 32 | 42 | - |
| CMYK | 0 | 0.86 | 0.81 | 0.12 |
| HSL | 356.89º | 0.76% | 0.5% | - |
| HSV(B) | 356.89º | 0.86% | 0.88% | - |
| XYZ | 31.99 | 17.21 | 3.83 | - |
| YUV | 90.85 | 100.44 | 223.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 32 | 42 | 0 | 0.86 | 0.81 | 0.12 | 356.89 | 0.76 | 0.5 |
| Hex | E1 | 20 | 2A | 0 | 56 | 51 | C | 165 | 4C | 32 |
| Octal | 341 | 40 | 52 | 0 | 126 | 121 | 14 | 545 | 114 | 62 |
| Binary | 11100001 | 100000 | 101010 | 0 | 1010110 | 1010001 | 1100 | 101100101 | 1001100 | 110010 |
Color Harmonies of #E1202A
Complementary color
Monochromatic Colors of #E1202A
Black with #E1202A
Text Example
Text Example
White with #E1202A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1202A; }
p { color: rgb(225,32,42); }
H1.HeaderClassName
{
color: #E1202A;
}
.AnyTagClassName
{
color: #E1202A;
}
</style>
background-color css
<style>
a { background-color: #E1202A; }
a { background-color: rgb(225,32,42); }
div.DivClassName
{
background-color: #E1202A;
}
.BgClassName
{
background-color: #E1202A;
}
</style>
border-color css
<style>
span { border-color: #E1202A; }
span { border-color: rgb(225,32,42); }
td.TdClassName
{
border-color: #E1202A;
}
.TagClassName
{
border-color: #E1202A;
}
</style>