Shades of Alizarin #E02E3E
Tints of Alizarin #E02E3E
RGB
CMYK
RGB Variations
Color information
#E02E3E (or 0xE02E3E) is known color: Alizarin. HEX triplet: E0, 2E and 3E. RGB value is (224,46,62). Sum of RGB (Red+Green+Blue) = 224+46+62=332 (43% of max value = 765). Red value is 224 (87.89% from 255 or 67.47% from 332); Green value is 46 (18.36% from 255 or 13.86% from 332); Blue value is 62 (24.61% from 255 or 18.67% from 332); Max value from RGB is 224 - color contains mainly: red. Hex color #E02E3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02E3E is #1FD1C1. Grayscale: #656565. Windows color (decimal): -2085314 or 4075232. OLE color: 4075232.
HSL color Cylindrical-coordinate representation of color #E02E3E: hue angle of 354.61º 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 #E02E3E is Cyan = 0, Magento = 0.79, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 46 | 62 | - |
| CMYK | 0 | 0.79 | 0.72 | 0.12 |
| HSL | 354.61º | 0.74% | 0.53% | - |
| HSV(B) | 354.61º | 0.79% | 0.88% | - |
| XYZ | 32.59 | 18.15 | 6.34 | - |
| YUV | 101.05 | 105.97 | 215.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 46 | 62 | 0 | 0.79 | 0.72 | 0.12 | 354.61 | 0.74 | 0.53 |
| Hex | E0 | 2E | 3E | 0 | 4F | 48 | C | 163 | 4A | 35 |
| Octal | 340 | 56 | 76 | 0 | 117 | 110 | 14 | 543 | 112 | 65 |
| Binary | 11100000 | 101110 | 111110 | 0 | 1001111 | 1001000 | 1100 | 101100011 | 1001010 | 110101 |
Color Harmonies of #E02E3E
Complementary color
Monochromatic Colors of #E02E3E
Black with #E02E3E
Text Example
Text Example
White with #E02E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02E3E; }
p { color: rgb(224,46,62); }
H1.HeaderClassName
{
color: #E02E3E;
}
.AnyTagClassName
{
color: #E02E3E;
}
</style>
background-color css
<style>
a { background-color: #E02E3E; }
a { background-color: rgb(224,46,62); }
div.DivClassName
{
background-color: #E02E3E;
}
.BgClassName
{
background-color: #E02E3E;
}
</style>
border-color css
<style>
span { border-color: #E02E3E; }
span { border-color: rgb(224,46,62); }
td.TdClassName
{
border-color: #E02E3E;
}
.TagClassName
{
border-color: #E02E3E;
}
</style>