Shades of Alizarin #E53D3E
Tints of Alizarin #E53D3E
RGB
CMYK
RGB Variations
Color information
#E53D3E (or 0xE53D3E) is known color: Alizarin. HEX triplet: E5, 3D and 3E. RGB value is (229,61,62). Sum of RGB (Red+Green+Blue) = 229+61+62=352 (46% of max value = 765). Red value is 229 (89.84% from 255 or 65.06% from 352); Green value is 61 (24.22% from 255 or 17.33% from 352); Blue value is 62 (24.61% from 255 or 17.61% from 352); Max value from RGB is 229 - color contains mainly: red. Hex color #E53D3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E53D3E is #1AC2C1. Grayscale: #6F6F6F. Windows color (decimal): -1753794 or 4079077. OLE color: 4079077.
HSL color Cylindrical-coordinate representation of color #E53D3E: hue angle of 359.64º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E53D3E is Cyan = 0, Magento = 0.73, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 61 | 62 | - |
| CMYK | 0 | 0.73 | 0.73 | 0.10 |
| HSL | 359.64º | 0.76% | 0.57% | - |
| HSV(B) | 359.64º | 0.73% | 0.9% | - |
| XYZ | 34.85 | 20.34 | 6.65 | - |
| YUV | 111.35 | 100.16 | 211.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 61 | 62 | 0 | 0.73 | 0.73 | 0.10 | 359.64 | 0.76 | 0.57 |
| Hex | E5 | 3D | 3E | 0 | 49 | 49 | A | 168 | 4C | 39 |
| Octal | 345 | 75 | 76 | 0 | 111 | 111 | 12 | 550 | 114 | 71 |
| Binary | 11100101 | 111101 | 111110 | 0 | 1001001 | 1001001 | 1010 | 101101000 | 1001100 | 111001 |
Color Harmonies of #E53D3E
Complementary color
Monochromatic Colors of #E53D3E
Black with #E53D3E
Text Example
Text Example
White with #E53D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53D3E; }
p { color: rgb(229,61,62); }
H1.HeaderClassName
{
color: #E53D3E;
}
.AnyTagClassName
{
color: #E53D3E;
}
</style>
background-color css
<style>
a { background-color: #E53D3E; }
a { background-color: rgb(229,61,62); }
div.DivClassName
{
background-color: #E53D3E;
}
.BgClassName
{
background-color: #E53D3E;
}
</style>
border-color css
<style>
span { border-color: #E53D3E; }
span { border-color: rgb(229,61,62); }
td.TdClassName
{
border-color: #E53D3E;
}
.TagClassName
{
border-color: #E53D3E;
}
</style>