Shades of Alizarin #E0313C
Tints of Alizarin #E0313C
RGB
CMYK
RGB Variations
Color information
#E0313C (or 0xE0313C) is known color: Alizarin. HEX triplet: E0, 31 and 3C. RGB value is (224,49,60). Sum of RGB (Red+Green+Blue) = 224+49+60=333 (44% of max value = 765). Red value is 224 (87.89% from 255 or 67.27% from 333); Green value is 49 (19.53% from 255 or 14.71% from 333); Blue value is 60 (23.83% from 255 or 18.02% from 333); Max value from RGB is 224 - color contains mainly: red. Hex color #E0313C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0313C is #1FCEC3. Grayscale: #666666. Windows color (decimal): -2084548 or 3944928. OLE color: 3944928.
HSL color Cylindrical-coordinate representation of color #E0313C: hue angle of 356.23º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E0313C is Cyan = 0, Magento = 0.78, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 49 | 60 | - |
| CMYK | 0 | 0.78 | 0.73 | 0.12 |
| HSL | 356.23º | 0.74% | 0.54% | - |
| HSV(B) | 356.23º | 0.78% | 0.88% | - |
| XYZ | 32.65 | 18.37 | 6.1 | - |
| YUV | 102.58 | 103.98 | 214.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 49 | 60 | 0 | 0.78 | 0.73 | 0.12 | 356.23 | 0.74 | 0.54 |
| Hex | E0 | 31 | 3C | 0 | 4E | 49 | C | 164 | 4A | 36 |
| Octal | 340 | 61 | 74 | 0 | 116 | 111 | 14 | 544 | 112 | 66 |
| Binary | 11100000 | 110001 | 111100 | 0 | 1001110 | 1001001 | 1100 | 101100100 | 1001010 | 110110 |
Color Harmonies of #E0313C
Complementary color
Monochromatic Colors of #E0313C
Black with #E0313C
Text Example
Text Example
White with #E0313C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0313C; }
p { color: rgb(224,49,60); }
H1.HeaderClassName
{
color: #E0313C;
}
.AnyTagClassName
{
color: #E0313C;
}
</style>
background-color css
<style>
a { background-color: #E0313C; }
a { background-color: rgb(224,49,60); }
div.DivClassName
{
background-color: #E0313C;
}
.BgClassName
{
background-color: #E0313C;
}
</style>
border-color css
<style>
span { border-color: #E0313C; }
span { border-color: rgb(224,49,60); }
td.TdClassName
{
border-color: #E0313C;
}
.TagClassName
{
border-color: #E0313C;
}
</style>