Shades of Alizarin #E52B3D
Tints of Alizarin #E52B3D
RGB
CMYK
RGB Variations
Color information
#E52B3D (or 0xE52B3D) is known color: Alizarin. HEX triplet: E5, 2B and 3D. RGB value is (229,43,61). Sum of RGB (Red+Green+Blue) = 229+43+61=333 (44% of max value = 765). Red value is 229 (89.84% from 255 or 68.77% from 333); Green value is 43 (17.19% from 255 or 12.91% from 333); Blue value is 61 (24.22% from 255 or 18.32% from 333); Max value from RGB is 229 - color contains mainly: red. Hex color #E52B3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52B3D is #1AD4C2. Grayscale: #646464. Windows color (decimal): -1758403 or 4008933. OLE color: 4008933.
HSL color Cylindrical-coordinate representation of color #E52B3D: hue angle of 354.19º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E52B3D is Cyan = 0, Magento = 0.81, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 43 | 61 | - |
| CMYK | 0 | 0.81 | 0.73 | 0.10 |
| HSL | 354.19º | 0.78% | 0.53% | - |
| HSV(B) | 354.19º | 0.81% | 0.9% | - |
| XYZ | 34.02 | 18.72 | 6.24 | - |
| YUV | 100.67 | 105.62 | 219.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 43 | 61 | 0 | 0.81 | 0.73 | 0.10 | 354.19 | 0.78 | 0.53 |
| Hex | E5 | 2B | 3D | 0 | 51 | 49 | A | 162 | 4E | 35 |
| Octal | 345 | 53 | 75 | 0 | 121 | 111 | 12 | 542 | 116 | 65 |
| Binary | 11100101 | 101011 | 111101 | 0 | 1010001 | 1001001 | 1010 | 101100010 | 1001110 | 110101 |
Color Harmonies of #E52B3D
Complementary color
Monochromatic Colors of #E52B3D
Black with #E52B3D
Text Example
Text Example
White with #E52B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52B3D; }
p { color: rgb(229,43,61); }
H1.HeaderClassName
{
color: #E52B3D;
}
.AnyTagClassName
{
color: #E52B3D;
}
</style>
background-color css
<style>
a { background-color: #E52B3D; }
a { background-color: rgb(229,43,61); }
div.DivClassName
{
background-color: #E52B3D;
}
.BgClassName
{
background-color: #E52B3D;
}
</style>
border-color css
<style>
span { border-color: #E52B3D; }
span { border-color: rgb(229,43,61); }
td.TdClassName
{
border-color: #E52B3D;
}
.TagClassName
{
border-color: #E52B3D;
}
</style>