Shades of Alizarin #E0303F
Tints of Alizarin #E0303F
RGB
CMYK
RGB Variations
Color information
#E0303F (or 0xE0303F) is known color: Alizarin. HEX triplet: E0, 30 and 3F. RGB value is (224,48,63). Sum of RGB (Red+Green+Blue) = 224+48+63=335 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.87% from 335); Green value is 48 (19.14% from 255 or 14.33% from 335); Blue value is 63 (25% from 255 or 18.81% from 335); Max value from RGB is 224 - color contains mainly: red. Hex color #E0303F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0303F is #1FCFC0. Grayscale: #666666. Windows color (decimal): -2084801 or 4141280. OLE color: 4141280.
HSL color Cylindrical-coordinate representation of color #E0303F: hue angle of 354.89º 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 #E0303F is Cyan = 0, Magento = 0.79, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 48 | 63 | - |
| CMYK | 0 | 0.79 | 0.72 | 0.12 |
| HSL | 354.89º | 0.74% | 0.53% | - |
| HSV(B) | 354.89º | 0.79% | 0.88% | - |
| XYZ | 32.69 | 18.32 | 6.52 | - |
| YUV | 102.33 | 105.81 | 214.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 48 | 63 | 0 | 0.79 | 0.72 | 0.12 | 354.89 | 0.74 | 0.53 |
| Hex | E0 | 30 | 3F | 0 | 4F | 48 | C | 163 | 4A | 35 |
| Octal | 340 | 60 | 77 | 0 | 117 | 110 | 14 | 543 | 112 | 65 |
| Binary | 11100000 | 110000 | 111111 | 0 | 1001111 | 1001000 | 1100 | 101100011 | 1001010 | 110101 |
Color Harmonies of #E0303F
Complementary color
Monochromatic Colors of #E0303F
Black with #E0303F
Text Example
Text Example
White with #E0303F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0303F; }
p { color: rgb(224,48,63); }
H1.HeaderClassName
{
color: #E0303F;
}
.AnyTagClassName
{
color: #E0303F;
}
</style>
background-color css
<style>
a { background-color: #E0303F; }
a { background-color: rgb(224,48,63); }
div.DivClassName
{
background-color: #E0303F;
}
.BgClassName
{
background-color: #E0303F;
}
</style>
border-color css
<style>
span { border-color: #E0303F; }
span { border-color: rgb(224,48,63); }
td.TdClassName
{
border-color: #E0303F;
}
.TagClassName
{
border-color: #E0303F;
}
</style>