Shades of Alizarin #E03241
Tints of Alizarin #E03241
RGB
CMYK
RGB Variations
Color information
#E03241 (or 0xE03241) is known color: Alizarin. HEX triplet: E0, 32 and 41. RGB value is (224,50,65). Sum of RGB (Red+Green+Blue) = 224+50+65=339 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.08% from 339); Green value is 50 (19.92% from 255 or 14.75% from 339); Blue value is 65 (25.78% from 255 or 19.17% from 339); Max value from RGB is 224 - color contains mainly: red. Hex color #E03241 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03241 is #1FCDBE. Grayscale: #676767. Windows color (decimal): -2084287 or 4272864. OLE color: 4272864.
HSL color Cylindrical-coordinate representation of color #E03241: hue angle of 354.83º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E03241 is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 50 | 65 | - |
| CMYK | 0 | 0.78 | 0.71 | 0.12 |
| HSL | 354.83º | 0.74% | 0.54% | - |
| HSV(B) | 354.83º | 0.78% | 0.88% | - |
| XYZ | 32.84 | 18.51 | 6.84 | - |
| YUV | 103.74 | 106.15 | 213.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 50 | 65 | 0 | 0.78 | 0.71 | 0.12 | 354.83 | 0.74 | 0.54 |
| Hex | E0 | 32 | 41 | 0 | 4E | 47 | C | 163 | 4A | 36 |
| Octal | 340 | 62 | 101 | 0 | 116 | 107 | 14 | 543 | 112 | 66 |
| Binary | 11100000 | 110010 | 1000001 | 0 | 1001110 | 1000111 | 1100 | 101100011 | 1001010 | 110110 |
Color Harmonies of #E03241
Complementary color
Monochromatic Colors of #E03241
Black with #E03241
Text Example
Text Example
White with #E03241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03241; }
p { color: rgb(224,50,65); }
H1.HeaderClassName
{
color: #E03241;
}
.AnyTagClassName
{
color: #E03241;
}
</style>
background-color css
<style>
a { background-color: #E03241; }
a { background-color: rgb(224,50,65); }
div.DivClassName
{
background-color: #E03241;
}
.BgClassName
{
background-color: #E03241;
}
</style>
border-color css
<style>
span { border-color: #E03241; }
span { border-color: rgb(224,50,65); }
td.TdClassName
{
border-color: #E03241;
}
.TagClassName
{
border-color: #E03241;
}
</style>