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