Shades of Alizarin #E53641
Tints of Alizarin #E53641
RGB
CMYK
RGB Variations
Color information
#E53641 (or 0xE53641) is known color: Alizarin. HEX triplet: E5, 36 and 41. RGB value is (229,54,65). Sum of RGB (Red+Green+Blue) = 229+54+65=348 (46% of max value = 765). Red value is 229 (89.84% from 255 or 65.80% from 348); Green value is 54 (21.48% from 255 or 15.52% from 348); Blue value is 65 (25.78% from 255 or 18.68% from 348); Max value from RGB is 229 - color contains mainly: red. Hex color #E53641 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E53641 is #1AC9BE. Grayscale: #6B6B6B. Windows color (decimal): -1755583 or 4273893. OLE color: 4273893.
HSL color Cylindrical-coordinate representation of color #E53641: hue angle of 356.23º 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 #E53641 is Cyan = 0, Magento = 0.76, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 54 | 65 | - |
| CMYK | 0 | 0.76 | 0.72 | 0.10 |
| HSL | 356.23º | 0.77% | 0.55% | - |
| HSV(B) | 356.23º | 0.76% | 0.9% | - |
| XYZ | 34.59 | 19.68 | 6.98 | - |
| YUV | 107.58 | 103.98 | 214.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 54 | 65 | 0 | 0.76 | 0.72 | 0.10 | 356.23 | 0.77 | 0.55 |
| Hex | E5 | 36 | 41 | 0 | 4C | 48 | A | 164 | 4D | 37 |
| Octal | 345 | 66 | 101 | 0 | 114 | 110 | 12 | 544 | 115 | 67 |
| Binary | 11100101 | 110110 | 1000001 | 0 | 1001100 | 1001000 | 1010 | 101100100 | 1001101 | 110111 |
Color Harmonies of #E53641
Complementary color
Monochromatic Colors of #E53641
Black with #E53641
Text Example
Text Example
White with #E53641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53641; }
p { color: rgb(229,54,65); }
H1.HeaderClassName
{
color: #E53641;
}
.AnyTagClassName
{
color: #E53641;
}
</style>
background-color css
<style>
a { background-color: #E53641; }
a { background-color: rgb(229,54,65); }
div.DivClassName
{
background-color: #E53641;
}
.BgClassName
{
background-color: #E53641;
}
</style>
border-color css
<style>
span { border-color: #E53641; }
span { border-color: rgb(229,54,65); }
td.TdClassName
{
border-color: #E53641;
}
.TagClassName
{
border-color: #E53641;
}
</style>