Shades of Alizarin #E5363C
Tints of Alizarin #E5363C
RGB
CMYK
RGB Variations
Color information
#E5363C (or 0xE5363C) is known color: Alizarin. HEX triplet: E5, 36 and 3C. RGB value is (229,54,60). Sum of RGB (Red+Green+Blue) = 229+54+60=343 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.76% from 343); Green value is 54 (21.48% from 255 or 15.74% from 343); Blue value is 60 (23.83% from 255 or 17.49% from 343); Max value from RGB is 229 - color contains mainly: red. Hex color #E5363C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5363C is #1AC9C3. Grayscale: #6B6B6B. Windows color (decimal): -1755588 or 3946213. OLE color: 3946213.
HSL color Cylindrical-coordinate representation of color #E5363C: hue angle of 357.94º 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 #E5363C is Cyan = 0, Magento = 0.76, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 54 | 60 | - |
| CMYK | 0 | 0.76 | 0.74 | 0.10 |
| HSL | 357.94º | 0.77% | 0.55% | - |
| HSV(B) | 357.94º | 0.76% | 0.9% | - |
| XYZ | 34.45 | 19.62 | 6.25 | - |
| YUV | 107.01 | 101.48 | 215.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 54 | 60 | 0 | 0.76 | 0.74 | 0.10 | 357.94 | 0.77 | 0.55 |
| Hex | E5 | 36 | 3C | 0 | 4C | 4A | A | 166 | 4D | 37 |
| Octal | 345 | 66 | 74 | 0 | 114 | 112 | 12 | 546 | 115 | 67 |
| Binary | 11100101 | 110110 | 111100 | 0 | 1001100 | 1001010 | 1010 | 101100110 | 1001101 | 110111 |
Color Harmonies of #E5363C
Complementary color
Monochromatic Colors of #E5363C
Black with #E5363C
Text Example
Text Example
White with #E5363C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5363C; }
p { color: rgb(229,54,60); }
H1.HeaderClassName
{
color: #E5363C;
}
.AnyTagClassName
{
color: #E5363C;
}
</style>
background-color css
<style>
a { background-color: #E5363C; }
a { background-color: rgb(229,54,60); }
div.DivClassName
{
background-color: #E5363C;
}
.BgClassName
{
background-color: #E5363C;
}
</style>
border-color css
<style>
span { border-color: #E5363C; }
span { border-color: rgb(229,54,60); }
td.TdClassName
{
border-color: #E5363C;
}
.TagClassName
{
border-color: #E5363C;
}
</style>