Shades of Alizarin #E52C2D
Tints of Alizarin #E52C2D
RGB
CMYK
RGB Variations
Color information
#E52C2D (or 0xE52C2D) is known color: Alizarin. HEX triplet: E5, 2C and 2D. RGB value is (229,44,45). Sum of RGB (Red+Green+Blue) = 229+44+45=318 (42% of max value = 765). Red value is 229 (89.84% from 255 or 72.01% from 318); Green value is 44 (17.58% from 255 or 13.84% from 318); Blue value is 45 (17.97% from 255 or 14.15% from 318); Max value from RGB is 229 - color contains mainly: red. Hex color #E52C2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52C2D is #1AD3D2. Grayscale: #636363. Windows color (decimal): -1758163 or 2960613. OLE color: 2960613.
HSL color Cylindrical-coordinate representation of color #E52C2D: hue angle of 359.68º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E52C2D is Cyan = 0, Magento = 0.81, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 44 | 45 | - |
| CMYK | 0 | 0.81 | 0.80 | 0.10 |
| HSL | 359.68º | 0.78% | 0.54% | - |
| HSV(B) | 359.68º | 0.81% | 0.9% | - |
| XYZ | 33.69 | 18.65 | 4.31 | - |
| YUV | 99.43 | 97.29 | 220.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 44 | 45 | 0 | 0.81 | 0.80 | 0.10 | 359.68 | 0.78 | 0.54 |
| Hex | E5 | 2C | 2D | 0 | 51 | 50 | A | 168 | 4E | 36 |
| Octal | 345 | 54 | 55 | 0 | 121 | 120 | 12 | 550 | 116 | 66 |
| Binary | 11100101 | 101100 | 101101 | 0 | 1010001 | 1010000 | 1010 | 101101000 | 1001110 | 110110 |
Color Harmonies of #E52C2D
Complementary color
Monochromatic Colors of #E52C2D
Black with #E52C2D
Text Example
Text Example
White with #E52C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52C2D; }
p { color: rgb(229,44,45); }
H1.HeaderClassName
{
color: #E52C2D;
}
.AnyTagClassName
{
color: #E52C2D;
}
</style>
background-color css
<style>
a { background-color: #E52C2D; }
a { background-color: rgb(229,44,45); }
div.DivClassName
{
background-color: #E52C2D;
}
.BgClassName
{
background-color: #E52C2D;
}
</style>
border-color css
<style>
span { border-color: #E52C2D; }
span { border-color: rgb(229,44,45); }
td.TdClassName
{
border-color: #E52C2D;
}
.TagClassName
{
border-color: #E52C2D;
}
</style>