Shades of Alizarin #E0363D
Tints of Alizarin #E0363D
RGB
CMYK
RGB Variations
Color information
#E0363D (or 0xE0363D) is known color: Alizarin. HEX triplet: E0, 36 and 3D. RGB value is (224,54,61). Sum of RGB (Red+Green+Blue) = 224+54+61=339 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.08% from 339); Green value is 54 (21.48% from 255 or 15.93% from 339); Blue value is 61 (24.22% from 255 or 17.99% from 339); Max value from RGB is 224 - color contains mainly: red. Hex color #E0363D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0363D is #1FC9C2. Grayscale: #696969. Windows color (decimal): -2083267 or 4011744. OLE color: 4011744.
HSL color Cylindrical-coordinate representation of color #E0363D: hue angle of 357.53º 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 #E0363D is Cyan = 0, Magento = 0.76, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 54 | 61 | - |
| CMYK | 0 | 0.76 | 0.73 | 0.12 |
| HSL | 357.53º | 0.73% | 0.55% | - |
| HSV(B) | 357.53º | 0.76% | 0.88% | - |
| XYZ | 32.9 | 18.82 | 6.31 | - |
| YUV | 105.63 | 102.82 | 212.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 54 | 61 | 0 | 0.76 | 0.73 | 0.12 | 357.53 | 0.73 | 0.55 |
| Hex | E0 | 36 | 3D | 0 | 4C | 49 | C | 166 | 49 | 37 |
| Octal | 340 | 66 | 75 | 0 | 114 | 111 | 14 | 546 | 111 | 67 |
| Binary | 11100000 | 110110 | 111101 | 0 | 1001100 | 1001001 | 1100 | 101100110 | 1001001 | 110111 |
Color Harmonies of #E0363D
Complementary color
Monochromatic Colors of #E0363D
Black with #E0363D
Text Example
Text Example
White with #E0363D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0363D; }
p { color: rgb(224,54,61); }
H1.HeaderClassName
{
color: #E0363D;
}
.AnyTagClassName
{
color: #E0363D;
}
</style>
background-color css
<style>
a { background-color: #E0363D; }
a { background-color: rgb(224,54,61); }
div.DivClassName
{
background-color: #E0363D;
}
.BgClassName
{
background-color: #E0363D;
}
</style>
border-color css
<style>
span { border-color: #E0363D; }
span { border-color: rgb(224,54,61); }
td.TdClassName
{
border-color: #E0363D;
}
.TagClassName
{
border-color: #E0363D;
}
</style>