Shades of Alizarin #E02E3C
Tints of Alizarin #E02E3C
RGB
CMYK
RGB Variations
Color information
#E02E3C (or 0xE02E3C) is known color: Alizarin. HEX triplet: E0, 2E and 3C. RGB value is (224,46,60). Sum of RGB (Red+Green+Blue) = 224+46+60=330 (43% of max value = 765). Red value is 224 (87.89% from 255 or 67.88% from 330); Green value is 46 (18.36% from 255 or 13.94% from 330); Blue value is 60 (23.83% from 255 or 18.18% from 330); Max value from RGB is 224 - color contains mainly: red. Hex color #E02E3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02E3C is #1FD1C3. Grayscale: #646464. Windows color (decimal): -2085316 or 3944160. OLE color: 3944160.
HSL color Cylindrical-coordinate representation of color #E02E3C: hue angle of 355.28º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E02E3C is Cyan = 0, Magento = 0.79, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 46 | 60 | - |
| CMYK | 0 | 0.79 | 0.73 | 0.12 |
| HSL | 355.28º | 0.74% | 0.53% | - |
| HSV(B) | 355.28º | 0.79% | 0.88% | - |
| XYZ | 32.53 | 18.13 | 6.06 | - |
| YUV | 100.82 | 104.97 | 215.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 46 | 60 | 0 | 0.79 | 0.73 | 0.12 | 355.28 | 0.74 | 0.53 |
| Hex | E0 | 2E | 3C | 0 | 4F | 49 | C | 163 | 4A | 35 |
| Octal | 340 | 56 | 74 | 0 | 117 | 111 | 14 | 543 | 112 | 65 |
| Binary | 11100000 | 101110 | 111100 | 0 | 1001111 | 1001001 | 1100 | 101100011 | 1001010 | 110101 |
Color Harmonies of #E02E3C
Complementary color
Monochromatic Colors of #E02E3C
Black with #E02E3C
Text Example
Text Example
White with #E02E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02E3C; }
p { color: rgb(224,46,60); }
H1.HeaderClassName
{
color: #E02E3C;
}
.AnyTagClassName
{
color: #E02E3C;
}
</style>
background-color css
<style>
a { background-color: #E02E3C; }
a { background-color: rgb(224,46,60); }
div.DivClassName
{
background-color: #E02E3C;
}
.BgClassName
{
background-color: #E02E3C;
}
</style>
border-color css
<style>
span { border-color: #E02E3C; }
span { border-color: rgb(224,46,60); }
td.TdClassName
{
border-color: #E02E3C;
}
.TagClassName
{
border-color: #E02E3C;
}
</style>