Shades of Alizarin #E0363F
Tints of Alizarin #E0363F
RGB
CMYK
RGB Variations
Color information
#E0363F (or 0xE0363F) is known color: Alizarin. HEX triplet: E0, 36 and 3F. RGB value is (224,54,63). Sum of RGB (Red+Green+Blue) = 224+54+63=341 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.69% from 341); Green value is 54 (21.48% from 255 or 15.84% from 341); Blue value is 63 (25% from 255 or 18.48% from 341); Max value from RGB is 224 - color contains mainly: red. Hex color #E0363F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0363F is #1FC9C0. Grayscale: #696969. Windows color (decimal): -2083265 or 4142816. OLE color: 4142816.
HSL color Cylindrical-coordinate representation of color #E0363F: hue angle of 356.82º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E0363F is Cyan = 0, Magento = 0.76, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 54 | 63 | - |
| CMYK | 0 | 0.76 | 0.72 | 0.12 |
| HSL | 356.82º | 0.73% | 0.55% | - |
| HSV(B) | 356.82º | 0.76% | 0.88% | - |
| XYZ | 32.96 | 18.84 | 6.6 | - |
| YUV | 105.86 | 103.82 | 212.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 54 | 63 | 0 | 0.76 | 0.72 | 0.12 | 356.82 | 0.73 | 0.55 |
| Hex | E0 | 36 | 3F | 0 | 4C | 48 | C | 165 | 49 | 37 |
| Octal | 340 | 66 | 77 | 0 | 114 | 110 | 14 | 545 | 111 | 67 |
| Binary | 11100000 | 110110 | 111111 | 0 | 1001100 | 1001000 | 1100 | 101100101 | 1001001 | 110111 |
Color Harmonies of #E0363F
Complementary color
Monochromatic Colors of #E0363F
Black with #E0363F
Text Example
Text Example
White with #E0363F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0363F; }
p { color: rgb(224,54,63); }
H1.HeaderClassName
{
color: #E0363F;
}
.AnyTagClassName
{
color: #E0363F;
}
</style>
background-color css
<style>
a { background-color: #E0363F; }
a { background-color: rgb(224,54,63); }
div.DivClassName
{
background-color: #E0363F;
}
.BgClassName
{
background-color: #E0363F;
}
</style>
border-color css
<style>
span { border-color: #E0363F; }
span { border-color: rgb(224,54,63); }
td.TdClassName
{
border-color: #E0363F;
}
.TagClassName
{
border-color: #E0363F;
}
</style>