Shades of Alizarin #E02C31
Tints of Alizarin #E02C31
RGB
CMYK
RGB Variations
Color information
#E02C31 (or 0xE02C31) is known color: Alizarin. HEX triplet: E0, 2C and 31. RGB value is (224,44,49). Sum of RGB (Red+Green+Blue) = 224+44+49=317 (41% of max value = 765). Red value is 224 (87.89% from 255 or 70.66% from 317); Green value is 44 (17.58% from 255 or 13.88% from 317); Blue value is 49 (19.53% from 255 or 15.46% from 317); Max value from RGB is 224 - color contains mainly: red. Hex color #E02C31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02C31 is #1FD3CE. Grayscale: #626262. Windows color (decimal): -2085839 or 3222752. OLE color: 3222752.
HSL color Cylindrical-coordinate representation of color #E02C31: hue angle of 358.33º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E02C31 is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 44 | 49 | - |
| CMYK | 0 | 0.80 | 0.78 | 0.12 |
| HSL | 358.33º | 0.74% | 0.53% | - |
| HSV(B) | 358.33º | 0.8% | 0.88% | - |
| XYZ | 32.2 | 17.87 | 4.66 | - |
| YUV | 98.39 | 100.13 | 217.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 44 | 49 | 0 | 0.80 | 0.78 | 0.12 | 358.33 | 0.74 | 0.53 |
| Hex | E0 | 2C | 31 | 0 | 50 | 4E | C | 166 | 4A | 35 |
| Octal | 340 | 54 | 61 | 0 | 120 | 116 | 14 | 546 | 112 | 65 |
| Binary | 11100000 | 101100 | 110001 | 0 | 1010000 | 1001110 | 1100 | 101100110 | 1001010 | 110101 |
Color Harmonies of #E02C31
Complementary color
Monochromatic Colors of #E02C31
Black with #E02C31
Text Example
Text Example
White with #E02C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02C31; }
p { color: rgb(224,44,49); }
H1.HeaderClassName
{
color: #E02C31;
}
.AnyTagClassName
{
color: #E02C31;
}
</style>
background-color css
<style>
a { background-color: #E02C31; }
a { background-color: rgb(224,44,49); }
div.DivClassName
{
background-color: #E02C31;
}
.BgClassName
{
background-color: #E02C31;
}
</style>
border-color css
<style>
span { border-color: #E02C31; }
span { border-color: rgb(224,44,49); }
td.TdClassName
{
border-color: #E02C31;
}
.TagClassName
{
border-color: #E02C31;
}
</style>