Shades of Alizarin #E02C2F
Tints of Alizarin #E02C2F
RGB
CMYK
RGB Variations
Color information
#E02C2F (or 0xE02C2F) is known color: Alizarin. HEX triplet: E0, 2C and 2F. RGB value is (224,44,47). Sum of RGB (Red+Green+Blue) = 224+44+47=315 (41% of max value = 765). Red value is 224 (87.89% from 255 or 71.11% from 315); Green value is 44 (17.58% from 255 or 13.97% from 315); Blue value is 47 (18.75% from 255 or 14.92% from 315); Max value from RGB is 224 - color contains mainly: red. Hex color #E02C2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02C2F is #1FD3D0. Grayscale: #626262. Windows color (decimal): -2085841 or 3091680. OLE color: 3091680.
HSL color Cylindrical-coordinate representation of color #E02C2F: hue angle of 359º 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 #E02C2F is Cyan = 0, Magento = 0.80, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 44 | 47 | - |
| CMYK | 0 | 0.80 | 0.79 | 0.12 |
| HSL | 359º | 0.74% | 0.53% | - |
| HSV(B) | 359º | 0.8% | 0.88% | - |
| XYZ | 32.15 | 17.85 | 4.44 | - |
| YUV | 98.16 | 99.13 | 217.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 44 | 47 | 0 | 0.80 | 0.79 | 0.12 | 359 | 0.74 | 0.53 |
| Hex | E0 | 2C | 2F | 0 | 50 | 4F | C | 167 | 4A | 35 |
| Octal | 340 | 54 | 57 | 0 | 120 | 117 | 14 | 547 | 112 | 65 |
| Binary | 11100000 | 101100 | 101111 | 0 | 1010000 | 1001111 | 1100 | 101100111 | 1001010 | 110101 |
Color Harmonies of #E02C2F
Complementary color
Monochromatic Colors of #E02C2F
Black with #E02C2F
Text Example
Text Example
White with #E02C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02C2F; }
p { color: rgb(224,44,47); }
H1.HeaderClassName
{
color: #E02C2F;
}
.AnyTagClassName
{
color: #E02C2F;
}
</style>
background-color css
<style>
a { background-color: #E02C2F; }
a { background-color: rgb(224,44,47); }
div.DivClassName
{
background-color: #E02C2F;
}
.BgClassName
{
background-color: #E02C2F;
}
</style>
border-color css
<style>
span { border-color: #E02C2F; }
span { border-color: rgb(224,44,47); }
td.TdClassName
{
border-color: #E02C2F;
}
.TagClassName
{
border-color: #E02C2F;
}
</style>