Shades of Alizarin #E5232F
Tints of Alizarin #E5232F
RGB
CMYK
RGB Variations
Color information
#E5232F (or 0xE5232F) is known color: Alizarin. HEX triplet: E5, 23 and 2F. RGB value is (229,35,47). Sum of RGB (Red+Green+Blue) = 229+35+47=311 (41% of max value = 765). Red value is 229 (89.84% from 255 or 73.63% from 311); Green value is 35 (14.06% from 255 or 11.25% from 311); Blue value is 47 (18.75% from 255 or 15.11% from 311); Max value from RGB is 229 - color contains mainly: red. Hex color #E5232F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5232F is #1ADCD0. Grayscale: #5E5E5E. Windows color (decimal): -1760465 or 3089381. OLE color: 3089381.
HSL color Cylindrical-coordinate representation of color #E5232F: hue angle of 356.29º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E5232F is Cyan = 0, Magento = 0.85, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 35 | 47 | - |
| CMYK | 0 | 0.85 | 0.79 | 0.10 |
| HSL | 356.29º | 0.79% | 0.52% | - |
| HSV(B) | 356.29º | 0.85% | 0.9% | - |
| XYZ | 33.43 | 18.07 | 4.41 | - |
| YUV | 94.37 | 101.27 | 224.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 35 | 47 | 0 | 0.85 | 0.79 | 0.10 | 356.29 | 0.79 | 0.52 |
| Hex | E5 | 23 | 2F | 0 | 55 | 4F | A | 164 | 4F | 34 |
| Octal | 345 | 43 | 57 | 0 | 125 | 117 | 12 | 544 | 117 | 64 |
| Binary | 11100101 | 100011 | 101111 | 0 | 1010101 | 1001111 | 1010 | 101100100 | 1001111 | 110100 |
Color Harmonies of #E5232F
Complementary color
Monochromatic Colors of #E5232F
Black with #E5232F
Text Example
Text Example
White with #E5232F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5232F; }
p { color: rgb(229,35,47); }
H1.HeaderClassName
{
color: #E5232F;
}
.AnyTagClassName
{
color: #E5232F;
}
</style>
background-color css
<style>
a { background-color: #E5232F; }
a { background-color: rgb(229,35,47); }
div.DivClassName
{
background-color: #E5232F;
}
.BgClassName
{
background-color: #E5232F;
}
</style>
border-color css
<style>
span { border-color: #E5232F; }
span { border-color: rgb(229,35,47); }
td.TdClassName
{
border-color: #E5232F;
}
.TagClassName
{
border-color: #E5232F;
}
</style>