Shades of Alizarin #E02E31
Tints of Alizarin #E02E31
RGB
CMYK
RGB Variations
Color information
#E02E31 (or 0xE02E31) is known color: Alizarin. HEX triplet: E0, 2E and 31. RGB value is (224,46,49). Sum of RGB (Red+Green+Blue) = 224+46+49=319 (42% of max value = 765). Red value is 224 (87.89% from 255 or 70.22% from 319); Green value is 46 (18.36% from 255 or 14.42% from 319); Blue value is 49 (19.53% from 255 or 15.36% from 319); Max value from RGB is 224 - color contains mainly: red. Hex color #E02E31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02E31 is #1FD1CE. Grayscale: #636363. Windows color (decimal): -2085327 or 3223264. OLE color: 3223264.
HSL color Cylindrical-coordinate representation of color #E02E31: hue angle of 358.99º 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 #E02E31 is Cyan = 0, Magento = 0.79, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 46 | 49 | - |
| CMYK | 0 | 0.79 | 0.78 | 0.12 |
| HSL | 358.99º | 0.74% | 0.53% | - |
| HSV(B) | 358.99º | 0.79% | 0.88% | - |
| XYZ | 32.27 | 18.02 | 4.68 | - |
| YUV | 99.56 | 99.47 | 216.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 46 | 49 | 0 | 0.79 | 0.78 | 0.12 | 358.99 | 0.74 | 0.53 |
| Hex | E0 | 2E | 31 | 0 | 4F | 4E | C | 167 | 4A | 35 |
| Octal | 340 | 56 | 61 | 0 | 117 | 116 | 14 | 547 | 112 | 65 |
| Binary | 11100000 | 101110 | 110001 | 0 | 1001111 | 1001110 | 1100 | 101100111 | 1001010 | 110101 |
Color Harmonies of #E02E31
Complementary color
Monochromatic Colors of #E02E31
Black with #E02E31
Text Example
Text Example
White with #E02E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02E31; }
p { color: rgb(224,46,49); }
H1.HeaderClassName
{
color: #E02E31;
}
.AnyTagClassName
{
color: #E02E31;
}
</style>
background-color css
<style>
a { background-color: #E02E31; }
a { background-color: rgb(224,46,49); }
div.DivClassName
{
background-color: #E02E31;
}
.BgClassName
{
background-color: #E02E31;
}
</style>
border-color css
<style>
span { border-color: #E02E31; }
span { border-color: rgb(224,46,49); }
td.TdClassName
{
border-color: #E02E31;
}
.TagClassName
{
border-color: #E02E31;
}
</style>