Shades of Alizarin #E72B2D
Tints of Alizarin #E72B2D
RGB
CMYK
RGB Variations
Color information
#E72B2D (or 0xE72B2D) is known color: Alizarin. HEX triplet: E7, 2B and 2D. RGB value is (231,43,45). Sum of RGB (Red+Green+Blue) = 231+43+45=319 (42% of max value = 765). Red value is 231 (90.62% from 255 or 72.41% from 319); Green value is 43 (17.19% from 255 or 13.48% from 319); Blue value is 45 (17.97% from 255 or 14.11% from 319); Max value from RGB is 231 - color contains mainly: red. Hex color #E72B2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E72B2D is #18D4D2. Grayscale: #636363. Windows color (decimal): -1627347 or 2960359. OLE color: 2960359.
HSL color Cylindrical-coordinate representation of color #E72B2D: hue angle of 359.36º 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 #E72B2D is Cyan = 0, Magento = 0.81, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 43 | 45 | - |
| CMYK | 0 | 0.81 | 0.81 | 0.09 |
| HSL | 359.36º | 0.8% | 0.54% | - |
| HSV(B) | 359.36º | 0.81% | 0.91% | - |
| XYZ | 34.29 | 18.91 | 4.32 | - |
| YUV | 99.44 | 97.28 | 221.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 43 | 45 | 0 | 0.81 | 0.81 | 0.09 | 359.36 | 0.8 | 0.54 |
| Hex | E7 | 2B | 2D | 0 | 51 | 51 | 9 | 167 | 50 | 36 |
| Octal | 347 | 53 | 55 | 0 | 121 | 121 | 11 | 547 | 120 | 66 |
| Binary | 11100111 | 101011 | 101101 | 0 | 1010001 | 1010001 | 1001 | 101100111 | 1010000 | 110110 |
Color Harmonies of #E72B2D
Complementary color
Monochromatic Colors of #E72B2D
Black with #E72B2D
Text Example
Text Example
White with #E72B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72B2D; }
p { color: rgb(231,43,45); }
H1.HeaderClassName
{
color: #E72B2D;
}
.AnyTagClassName
{
color: #E72B2D;
}
</style>
background-color css
<style>
a { background-color: #E72B2D; }
a { background-color: rgb(231,43,45); }
div.DivClassName
{
background-color: #E72B2D;
}
.BgClassName
{
background-color: #E72B2D;
}
</style>
border-color css
<style>
span { border-color: #E72B2D; }
span { border-color: rgb(231,43,45); }
td.TdClassName
{
border-color: #E72B2D;
}
.TagClassName
{
border-color: #E72B2D;
}
</style>