Shades of Alizarin #E72C31
Tints of Alizarin #E72C31
RGB
CMYK
RGB Variations
Color information
#E72C31 (or 0xE72C31) is known color: Alizarin. HEX triplet: E7, 2C and 31. RGB value is (231,44,49). Sum of RGB (Red+Green+Blue) = 231+44+49=324 (42% of max value = 765). Red value is 231 (90.62% from 255 or 71.30% from 324); Green value is 44 (17.58% from 255 or 13.58% from 324); Blue value is 49 (19.53% from 255 or 15.12% from 324); Max value from RGB is 231 - color contains mainly: red. Hex color #E72C31 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E72C31 is #18D3CE. Grayscale: #646464. Windows color (decimal): -1627087 or 3222759. OLE color: 3222759.
HSL color Cylindrical-coordinate representation of color #E72C31: hue angle of 358.4º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E72C31 is Cyan = 0, Magento = 0.81, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 44 | 49 | - |
| CMYK | 0 | 0.81 | 0.79 | 0.09 |
| HSL | 358.4º | 0.8% | 0.54% | - |
| HSV(B) | 358.4º | 0.81% | 0.91% | - |
| XYZ | 34.41 | 19.01 | 4.76 | - |
| YUV | 100.48 | 98.95 | 221.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 44 | 49 | 0 | 0.81 | 0.79 | 0.09 | 358.4 | 0.8 | 0.54 |
| Hex | E7 | 2C | 31 | 0 | 51 | 4F | 9 | 166 | 50 | 36 |
| Octal | 347 | 54 | 61 | 0 | 121 | 117 | 11 | 546 | 120 | 66 |
| Binary | 11100111 | 101100 | 110001 | 0 | 1010001 | 1001111 | 1001 | 101100110 | 1010000 | 110110 |
Color Harmonies of #E72C31
Complementary color
Monochromatic Colors of #E72C31
Black with #E72C31
Text Example
Text Example
White with #E72C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72C31; }
p { color: rgb(231,44,49); }
H1.HeaderClassName
{
color: #E72C31;
}
.AnyTagClassName
{
color: #E72C31;
}
</style>
background-color css
<style>
a { background-color: #E72C31; }
a { background-color: rgb(231,44,49); }
div.DivClassName
{
background-color: #E72C31;
}
.BgClassName
{
background-color: #E72C31;
}
</style>
border-color css
<style>
span { border-color: #E72C31; }
span { border-color: rgb(231,44,49); }
td.TdClassName
{
border-color: #E72C31;
}
.TagClassName
{
border-color: #E72C31;
}
</style>