Shades of Alizarin #E7232C
Tints of Alizarin #E7232C
RGB
CMYK
RGB Variations
Color information
#E7232C (or 0xE7232C) is known color: Alizarin. HEX triplet: E7, 23 and 2C. RGB value is (231,35,44). Sum of RGB (Red+Green+Blue) = 231+35+44=310 (41% of max value = 765). Red value is 231 (90.62% from 255 or 74.52% from 310); Green value is 35 (14.06% from 255 or 11.29% from 310); Blue value is 44 (17.58% from 255 or 14.19% from 310); Max value from RGB is 231 - color contains mainly: red. Hex color #E7232C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7232C is #18DCD3. Grayscale: #5E5E5E. Windows color (decimal): -1629396 or 2892775. OLE color: 2892775.
HSL color Cylindrical-coordinate representation of color #E7232C: hue angle of 357.24º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E7232C is Cyan = 0, Magento = 0.85, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 35 | 44 | - |
| CMYK | 0 | 0.85 | 0.81 | 0.09 |
| HSL | 357.24º | 0.8% | 0.52% | - |
| HSV(B) | 357.24º | 0.85% | 0.91% | - |
| XYZ | 34.01 | 18.37 | 4.14 | - |
| YUV | 94.63 | 99.43 | 225.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 35 | 44 | 0 | 0.85 | 0.81 | 0.09 | 357.24 | 0.8 | 0.52 |
| Hex | E7 | 23 | 2C | 0 | 55 | 51 | 9 | 165 | 50 | 34 |
| Octal | 347 | 43 | 54 | 0 | 125 | 121 | 11 | 545 | 120 | 64 |
| Binary | 11100111 | 100011 | 101100 | 0 | 1010101 | 1010001 | 1001 | 101100101 | 1010000 | 110100 |
Color Harmonies of #E7232C
Complementary color
Monochromatic Colors of #E7232C
Black with #E7232C
Text Example
Text Example
White with #E7232C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7232C; }
p { color: rgb(231,35,44); }
H1.HeaderClassName
{
color: #E7232C;
}
.AnyTagClassName
{
color: #E7232C;
}
</style>
background-color css
<style>
a { background-color: #E7232C; }
a { background-color: rgb(231,35,44); }
div.DivClassName
{
background-color: #E7232C;
}
.BgClassName
{
background-color: #E7232C;
}
</style>
border-color css
<style>
span { border-color: #E7232C; }
span { border-color: rgb(231,35,44); }
td.TdClassName
{
border-color: #E7232C;
}
.TagClassName
{
border-color: #E7232C;
}
</style>