Shades of Alizarin #E1202F
Tints of Alizarin #E1202F
RGB
CMYK
RGB Variations
Color information
#E1202F (or 0xE1202F) is known color: Alizarin. HEX triplet: E1, 20 and 2F. RGB value is (225,32,47). Sum of RGB (Red+Green+Blue) = 225+32+47=304 (40% of max value = 765). Red value is 225 (88.28% from 255 or 74.01% from 304); Green value is 32 (12.89% from 255 or 10.53% from 304); Blue value is 47 (18.75% from 255 or 15.46% from 304); Max value from RGB is 225 - color contains mainly: red. Hex color #E1202F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1202F is #1EDFD0. Grayscale: #5B5B5B. Windows color (decimal): -2023377 or 3088609. OLE color: 3088609.
HSL color Cylindrical-coordinate representation of color #E1202F: hue angle of 355.34º 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 #E1202F is Cyan = 0, Magento = 0.86, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 32 | 47 | - |
| CMYK | 0 | 0.86 | 0.79 | 0.12 |
| HSL | 355.34º | 0.76% | 0.5% | - |
| HSV(B) | 355.34º | 0.86% | 0.88% | - |
| XYZ | 32.08 | 17.25 | 4.33 | - |
| YUV | 91.42 | 102.94 | 223.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 32 | 47 | 0 | 0.86 | 0.79 | 0.12 | 355.34 | 0.76 | 0.5 |
| Hex | E1 | 20 | 2F | 0 | 56 | 4F | C | 163 | 4C | 32 |
| Octal | 341 | 40 | 57 | 0 | 126 | 117 | 14 | 543 | 114 | 62 |
| Binary | 11100001 | 100000 | 101111 | 0 | 1010110 | 1001111 | 1100 | 101100011 | 1001100 | 110010 |
Color Harmonies of #E1202F
Complementary color
Monochromatic Colors of #E1202F
Black with #E1202F
Text Example
Text Example
White with #E1202F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1202F; }
p { color: rgb(225,32,47); }
H1.HeaderClassName
{
color: #E1202F;
}
.AnyTagClassName
{
color: #E1202F;
}
</style>
background-color css
<style>
a { background-color: #E1202F; }
a { background-color: rgb(225,32,47); }
div.DivClassName
{
background-color: #E1202F;
}
.BgClassName
{
background-color: #E1202F;
}
</style>
border-color css
<style>
span { border-color: #E1202F; }
span { border-color: rgb(225,32,47); }
td.TdClassName
{
border-color: #E1202F;
}
.TagClassName
{
border-color: #E1202F;
}
</style>