Shades of Alizarin #E0373D
Tints of Alizarin #E0373D
RGB
CMYK
RGB Variations
Color information
#E0373D (or 0xE0373D) is known color: Alizarin. HEX triplet: E0, 37 and 3D. RGB value is (224,55,61). Sum of RGB (Red+Green+Blue) = 224+55+61=340 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.88% from 340); Green value is 55 (21.88% from 255 or 16.18% from 340); Blue value is 61 (24.22% from 255 or 17.94% from 340); Max value from RGB is 224 - color contains mainly: red. Hex color #E0373D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0373D is #1FC8C2. Grayscale: #6A6A6A. Windows color (decimal): -2083011 or 4012000. OLE color: 4012000.
HSL color Cylindrical-coordinate representation of color #E0373D: hue angle of 357.87º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E0373D is Cyan = 0, Magento = 0.75, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 55 | 61 | - |
| CMYK | 0 | 0.75 | 0.73 | 0.12 |
| HSL | 357.87º | 0.73% | 0.55% | - |
| HSV(B) | 357.87º | 0.75% | 0.88% | - |
| XYZ | 32.95 | 18.92 | 6.33 | - |
| YUV | 106.22 | 102.49 | 212.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 55 | 61 | 0 | 0.75 | 0.73 | 0.12 | 357.87 | 0.73 | 0.55 |
| Hex | E0 | 37 | 3D | 0 | 4B | 49 | C | 166 | 49 | 37 |
| Octal | 340 | 67 | 75 | 0 | 113 | 111 | 14 | 546 | 111 | 67 |
| Binary | 11100000 | 110111 | 111101 | 0 | 1001011 | 1001001 | 1100 | 101100110 | 1001001 | 110111 |
Color Harmonies of #E0373D
Complementary color
Monochromatic Colors of #E0373D
Black with #E0373D
Text Example
Text Example
White with #E0373D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0373D; }
p { color: rgb(224,55,61); }
H1.HeaderClassName
{
color: #E0373D;
}
.AnyTagClassName
{
color: #E0373D;
}
</style>
background-color css
<style>
a { background-color: #E0373D; }
a { background-color: rgb(224,55,61); }
div.DivClassName
{
background-color: #E0373D;
}
.BgClassName
{
background-color: #E0373D;
}
</style>
border-color css
<style>
span { border-color: #E0373D; }
span { border-color: rgb(224,55,61); }
td.TdClassName
{
border-color: #E0373D;
}
.TagClassName
{
border-color: #E0373D;
}
</style>