Shades of Alizarin #E03641
Tints of Alizarin #E03641
RGB
CMYK
RGB Variations
Color information
#E03641 (or 0xE03641) is known color: Alizarin. HEX triplet: E0, 36 and 41. RGB value is (224,54,65). Sum of RGB (Red+Green+Blue) = 224+54+65=343 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.31% from 343); Green value is 54 (21.48% from 255 or 15.74% from 343); Blue value is 65 (25.78% from 255 or 18.95% from 343); Max value from RGB is 224 - color contains mainly: red. Hex color #E03641 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03641 is #1FC9BE. Grayscale: #6A6A6A. Windows color (decimal): -2083263 or 4273888. OLE color: 4273888.
HSL color Cylindrical-coordinate representation of color #E03641: hue angle of 356.12º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E03641 is Cyan = 0, Magento = 0.76, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 54 | 65 | - |
| CMYK | 0 | 0.76 | 0.71 | 0.12 |
| HSL | 356.12º | 0.73% | 0.55% | - |
| HSV(B) | 356.12º | 0.76% | 0.88% | - |
| XYZ | 33.01 | 18.87 | 6.9 | - |
| YUV | 106.08 | 104.82 | 212.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 54 | 65 | 0 | 0.76 | 0.71 | 0.12 | 356.12 | 0.73 | 0.55 |
| Hex | E0 | 36 | 41 | 0 | 4C | 47 | C | 164 | 49 | 37 |
| Octal | 340 | 66 | 101 | 0 | 114 | 107 | 14 | 544 | 111 | 67 |
| Binary | 11100000 | 110110 | 1000001 | 0 | 1001100 | 1000111 | 1100 | 101100100 | 1001001 | 110111 |
Color Harmonies of #E03641
Complementary color
Monochromatic Colors of #E03641
Black with #E03641
Text Example
Text Example
White with #E03641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03641; }
p { color: rgb(224,54,65); }
H1.HeaderClassName
{
color: #E03641;
}
.AnyTagClassName
{
color: #E03641;
}
</style>
background-color css
<style>
a { background-color: #E03641; }
a { background-color: rgb(224,54,65); }
div.DivClassName
{
background-color: #E03641;
}
.BgClassName
{
background-color: #E03641;
}
</style>
border-color css
<style>
span { border-color: #E03641; }
span { border-color: rgb(224,54,65); }
td.TdClassName
{
border-color: #E03641;
}
.TagClassName
{
border-color: #E03641;
}
</style>