Shades of Alizarin #E02937
Tints of Alizarin #E02937
RGB
CMYK
RGB Variations
Color information
#E02937 (or 0xE02937) is known color: Alizarin. HEX triplet: E0, 29 and 37. RGB value is (224,41,55). Sum of RGB (Red+Green+Blue) = 224+41+55=320 (42% of max value = 765). Red value is 224 (87.89% from 255 or 70% from 320); Green value is 41 (16.41% from 255 or 12.81% from 320); Blue value is 55 (21.88% from 255 or 17.19% from 320); Max value from RGB is 224 - color contains mainly: red. Hex color #E02937 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02937 is #1FD6C8. Grayscale: #616161. Windows color (decimal): -2086601 or 3615200. OLE color: 3615200.
HSL color Cylindrical-coordinate representation of color #E02937: hue angle of 355.41º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E02937 is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 41 | 55 | - |
| CMYK | 0 | 0.82 | 0.75 | 0.12 |
| HSL | 355.41º | 0.75% | 0.52% | - |
| HSV(B) | 355.41º | 0.82% | 0.88% | - |
| XYZ | 32.22 | 17.71 | 5.33 | - |
| YUV | 97.31 | 104.13 | 218.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 41 | 55 | 0 | 0.82 | 0.75 | 0.12 | 355.41 | 0.75 | 0.52 |
| Hex | E0 | 29 | 37 | 0 | 52 | 4B | C | 163 | 4B | 34 |
| Octal | 340 | 51 | 67 | 0 | 122 | 113 | 14 | 543 | 113 | 64 |
| Binary | 11100000 | 101001 | 110111 | 0 | 1010010 | 1001011 | 1100 | 101100011 | 1001011 | 110100 |
Color Harmonies of #E02937
Complementary color
Monochromatic Colors of #E02937
Black with #E02937
Text Example
Text Example
White with #E02937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02937; }
p { color: rgb(224,41,55); }
H1.HeaderClassName
{
color: #E02937;
}
.AnyTagClassName
{
color: #E02937;
}
</style>
background-color css
<style>
a { background-color: #E02937; }
a { background-color: rgb(224,41,55); }
div.DivClassName
{
background-color: #E02937;
}
.BgClassName
{
background-color: #E02937;
}
</style>
border-color css
<style>
span { border-color: #E02937; }
span { border-color: rgb(224,41,55); }
td.TdClassName
{
border-color: #E02937;
}
.TagClassName
{
border-color: #E02937;
}
</style>