Shades of Alizarin #E5363D
Tints of Alizarin #E5363D
RGB
CMYK
RGB Variations
Color information
#E5363D (or 0xE5363D) is known color: Alizarin. HEX triplet: E5, 36 and 3D. RGB value is (229,54,61). Sum of RGB (Red+Green+Blue) = 229+54+61=344 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.57% from 344); Green value is 54 (21.48% from 255 or 15.70% from 344); Blue value is 61 (24.22% from 255 or 17.73% from 344); Max value from RGB is 229 - color contains mainly: red. Hex color #E5363D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5363D is #1AC9C2. Grayscale: #6B6B6B. Windows color (decimal): -1755587 or 4011749. OLE color: 4011749.
HSL color Cylindrical-coordinate representation of color #E5363D: hue angle of 357.6º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E5363D is Cyan = 0, Magento = 0.76, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 54 | 61 | - |
| CMYK | 0 | 0.76 | 0.73 | 0.10 |
| HSL | 357.6º | 0.77% | 0.55% | - |
| HSV(B) | 357.6º | 0.76% | 0.9% | - |
| XYZ | 34.47 | 19.63 | 6.39 | - |
| YUV | 107.12 | 101.98 | 214.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 54 | 61 | 0 | 0.76 | 0.73 | 0.10 | 357.6 | 0.77 | 0.55 |
| Hex | E5 | 36 | 3D | 0 | 4C | 49 | A | 166 | 4D | 37 |
| Octal | 345 | 66 | 75 | 0 | 114 | 111 | 12 | 546 | 115 | 67 |
| Binary | 11100101 | 110110 | 111101 | 0 | 1001100 | 1001001 | 1010 | 101100110 | 1001101 | 110111 |
Color Harmonies of #E5363D
Complementary color
Monochromatic Colors of #E5363D
Black with #E5363D
Text Example
Text Example
White with #E5363D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5363D; }
p { color: rgb(229,54,61); }
H1.HeaderClassName
{
color: #E5363D;
}
.AnyTagClassName
{
color: #E5363D;
}
</style>
background-color css
<style>
a { background-color: #E5363D; }
a { background-color: rgb(229,54,61); }
div.DivClassName
{
background-color: #E5363D;
}
.BgClassName
{
background-color: #E5363D;
}
</style>
border-color css
<style>
span { border-color: #E5363D; }
span { border-color: rgb(229,54,61); }
td.TdClassName
{
border-color: #E5363D;
}
.TagClassName
{
border-color: #E5363D;
}
</style>