Shades of Alizarin #E1303F
Tints of Alizarin #E1303F
RGB
CMYK
RGB Variations
Color information
#E1303F (or 0xE1303F) is known color: Alizarin. HEX triplet: E1, 30 and 3F. RGB value is (225,48,63). Sum of RGB (Red+Green+Blue) = 225+48+63=336 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.96% from 336); Green value is 48 (19.14% from 255 or 14.29% from 336); Blue value is 63 (25% from 255 or 18.75% from 336); Max value from RGB is 225 - color contains mainly: red. Hex color #E1303F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1303F is #1ECFC0. Grayscale: #666666. Windows color (decimal): -2019265 or 4141281. OLE color: 4141281.
HSL color Cylindrical-coordinate representation of color #E1303F: hue angle of 354.92º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E1303F is Cyan = 0, Magento = 0.79, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 48 | 63 | - |
| CMYK | 0 | 0.79 | 0.72 | 0.12 |
| HSL | 354.92º | 0.75% | 0.54% | - |
| HSV(B) | 354.92º | 0.79% | 0.88% | - |
| XYZ | 33.01 | 18.48 | 6.53 | - |
| YUV | 102.63 | 105.64 | 215.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 48 | 63 | 0 | 0.79 | 0.72 | 0.12 | 354.92 | 0.75 | 0.54 |
| Hex | E1 | 30 | 3F | 0 | 4F | 48 | C | 163 | 4B | 36 |
| Octal | 341 | 60 | 77 | 0 | 117 | 110 | 14 | 543 | 113 | 66 |
| Binary | 11100001 | 110000 | 111111 | 0 | 1001111 | 1001000 | 1100 | 101100011 | 1001011 | 110110 |
Color Harmonies of #E1303F
Complementary color
Monochromatic Colors of #E1303F
Black with #E1303F
Text Example
Text Example
White with #E1303F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1303F; }
p { color: rgb(225,48,63); }
H1.HeaderClassName
{
color: #E1303F;
}
.AnyTagClassName
{
color: #E1303F;
}
</style>
background-color css
<style>
a { background-color: #E1303F; }
a { background-color: rgb(225,48,63); }
div.DivClassName
{
background-color: #E1303F;
}
.BgClassName
{
background-color: #E1303F;
}
</style>
border-color css
<style>
span { border-color: #E1303F; }
span { border-color: rgb(225,48,63); }
td.TdClassName
{
border-color: #E1303F;
}
.TagClassName
{
border-color: #E1303F;
}
</style>