Shades of Alizarin #E0303C
Tints of Alizarin #E0303C
RGB
CMYK
RGB Variations
Color information
#E0303C (or 0xE0303C) is known color: Alizarin. HEX triplet: E0, 30 and 3C. RGB value is (224,48,60). Sum of RGB (Red+Green+Blue) = 224+48+60=332 (43% of max value = 765). Red value is 224 (87.89% from 255 or 67.47% from 332); Green value is 48 (19.14% from 255 or 14.46% from 332); Blue value is 60 (23.83% from 255 or 18.07% from 332); Max value from RGB is 224 - color contains mainly: red. Hex color #E0303C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0303C is #1FCFC3. Grayscale: #666666. Windows color (decimal): -2084804 or 3944672. OLE color: 3944672.
HSL color Cylindrical-coordinate representation of color #E0303C: hue angle of 355.91º 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 #E0303C is Cyan = 0, Magento = 0.79, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 48 | 60 | - |
| CMYK | 0 | 0.79 | 0.73 | 0.12 |
| HSL | 355.91º | 0.74% | 0.53% | - |
| HSV(B) | 355.91º | 0.79% | 0.88% | - |
| XYZ | 32.61 | 18.29 | 6.09 | - |
| YUV | 101.99 | 104.31 | 215.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 48 | 60 | 0 | 0.79 | 0.73 | 0.12 | 355.91 | 0.74 | 0.53 |
| Hex | E0 | 30 | 3C | 0 | 4F | 49 | C | 164 | 4A | 35 |
| Octal | 340 | 60 | 74 | 0 | 117 | 111 | 14 | 544 | 112 | 65 |
| Binary | 11100000 | 110000 | 111100 | 0 | 1001111 | 1001001 | 1100 | 101100100 | 1001010 | 110101 |
Color Harmonies of #E0303C
Complementary color
Monochromatic Colors of #E0303C
Black with #E0303C
Text Example
Text Example
White with #E0303C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0303C; }
p { color: rgb(224,48,60); }
H1.HeaderClassName
{
color: #E0303C;
}
.AnyTagClassName
{
color: #E0303C;
}
</style>
background-color css
<style>
a { background-color: #E0303C; }
a { background-color: rgb(224,48,60); }
div.DivClassName
{
background-color: #E0303C;
}
.BgClassName
{
background-color: #E0303C;
}
</style>
border-color css
<style>
span { border-color: #E0303C; }
span { border-color: rgb(224,48,60); }
td.TdClassName
{
border-color: #E0303C;
}
.TagClassName
{
border-color: #E0303C;
}
</style>