Shades of Alizarin #E02F37
Tints of Alizarin #E02F37
RGB
CMYK
RGB Variations
Color information
#E02F37 (or 0xE02F37) is known color: Alizarin. HEX triplet: E0, 2F and 37. RGB value is (224,47,55). Sum of RGB (Red+Green+Blue) = 224+47+55=326 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.71% from 326); Green value is 47 (18.75% from 255 or 14.42% from 326); Blue value is 55 (21.88% from 255 or 16.87% from 326); Max value from RGB is 224 - color contains mainly: red. Hex color #E02F37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02F37 is #1FD0C8. Grayscale: #646464. Windows color (decimal): -2085065 or 3616736. OLE color: 3616736.
HSL color Cylindrical-coordinate representation of color #E02F37: hue angle of 357.29º 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 #E02F37 is Cyan = 0, Magento = 0.79, Yellow = 0.75 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 47 | 55 | - |
| CMYK | 0 | 0.79 | 0.75 | 0.12 |
| HSL | 357.29º | 0.74% | 0.53% | - |
| HSV(B) | 357.29º | 0.79% | 0.88% | - |
| XYZ | 32.45 | 18.16 | 5.41 | - |
| YUV | 100.84 | 102.14 | 215.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 47 | 55 | 0 | 0.79 | 0.75 | 0.12 | 357.29 | 0.74 | 0.53 |
| Hex | E0 | 2F | 37 | 0 | 4F | 4B | C | 165 | 4A | 35 |
| Octal | 340 | 57 | 67 | 0 | 117 | 113 | 14 | 545 | 112 | 65 |
| Binary | 11100000 | 101111 | 110111 | 0 | 1001111 | 1001011 | 1100 | 101100101 | 1001010 | 110101 |
Color Harmonies of #E02F37
Complementary color
Monochromatic Colors of #E02F37
Black with #E02F37
Text Example
Text Example
White with #E02F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02F37; }
p { color: rgb(224,47,55); }
H1.HeaderClassName
{
color: #E02F37;
}
.AnyTagClassName
{
color: #E02F37;
}
</style>
background-color css
<style>
a { background-color: #E02F37; }
a { background-color: rgb(224,47,55); }
div.DivClassName
{
background-color: #E02F37;
}
.BgClassName
{
background-color: #E02F37;
}
</style>
border-color css
<style>
span { border-color: #E02F37; }
span { border-color: rgb(224,47,55); }
td.TdClassName
{
border-color: #E02F37;
}
.TagClassName
{
border-color: #E02F37;
}
</style>