Shades of Alizarin #E1363D
Tints of Alizarin #E1363D
RGB
CMYK
RGB Variations
Color information
#E1363D (or 0xE1363D) is known color: Alizarin. HEX triplet: E1, 36 and 3D. RGB value is (225,54,61). Sum of RGB (Red+Green+Blue) = 225+54+61=340 (45% of max value = 765). Red value is 225 (88.28% from 255 or 66.18% from 340); Green value is 54 (21.48% from 255 or 15.88% from 340); Blue value is 61 (24.22% from 255 or 17.94% from 340); Max value from RGB is 225 - color contains mainly: red. Hex color #E1363D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1363D is #1EC9C2. Grayscale: #6A6A6A. Windows color (decimal): -2017731 or 4011745. OLE color: 4011745.
HSL color Cylindrical-coordinate representation of color #E1363D: hue angle of 357.54º degrees, saturation: 0.74, 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 #E1363D is Cyan = 0, Magento = 0.76, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 54 | 61 | - |
| CMYK | 0 | 0.76 | 0.73 | 0.12 |
| HSL | 357.54º | 0.74% | 0.55% | - |
| HSV(B) | 357.54º | 0.76% | 0.88% | - |
| XYZ | 33.21 | 18.98 | 6.33 | - |
| YUV | 105.93 | 102.65 | 212.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 54 | 61 | 0 | 0.76 | 0.73 | 0.12 | 357.54 | 0.74 | 0.55 |
| Hex | E1 | 36 | 3D | 0 | 4C | 49 | C | 166 | 4A | 37 |
| Octal | 341 | 66 | 75 | 0 | 114 | 111 | 14 | 546 | 112 | 67 |
| Binary | 11100001 | 110110 | 111101 | 0 | 1001100 | 1001001 | 1100 | 101100110 | 1001010 | 110111 |
Color Harmonies of #E1363D
Complementary color
Monochromatic Colors of #E1363D
Black with #E1363D
Text Example
Text Example
White with #E1363D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1363D; }
p { color: rgb(225,54,61); }
H1.HeaderClassName
{
color: #E1363D;
}
.AnyTagClassName
{
color: #E1363D;
}
</style>
background-color css
<style>
a { background-color: #E1363D; }
a { background-color: rgb(225,54,61); }
div.DivClassName
{
background-color: #E1363D;
}
.BgClassName
{
background-color: #E1363D;
}
</style>
border-color css
<style>
span { border-color: #E1363D; }
span { border-color: rgb(225,54,61); }
td.TdClassName
{
border-color: #E1363D;
}
.TagClassName
{
border-color: #E1363D;
}
</style>