Shades of Alizarin #E72630
Tints of Alizarin #E72630
RGB
CMYK
RGB Variations
Color information
#E72630 (or 0xE72630) is known color: Alizarin. HEX triplet: E7, 26 and 30. RGB value is (231,38,48). Sum of RGB (Red+Green+Blue) = 231+38+48=317 (41% of max value = 765). Red value is 231 (90.62% from 255 or 72.87% from 317); Green value is 38 (15.23% from 255 or 11.99% from 317); Blue value is 48 (19.14% from 255 or 15.14% from 317); Max value from RGB is 231 - color contains mainly: red. Hex color #E72630 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E72630 is #18D9CF. Grayscale: #616161. Windows color (decimal): -1628624 or 3155687. OLE color: 3155687.
HSL color Cylindrical-coordinate representation of color #E72630: hue angle of 356.89º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E72630 is Cyan = 0, Magento = 0.84, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 38 | 48 | - |
| CMYK | 0 | 0.84 | 0.79 | 0.09 |
| HSL | 356.89º | 0.8% | 0.53% | - |
| HSV(B) | 356.89º | 0.84% | 0.91% | - |
| XYZ | 34.18 | 18.59 | 4.58 | - |
| YUV | 96.85 | 100.44 | 223.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 38 | 48 | 0 | 0.84 | 0.79 | 0.09 | 356.89 | 0.8 | 0.53 |
| Hex | E7 | 26 | 30 | 0 | 54 | 4F | 9 | 165 | 50 | 35 |
| Octal | 347 | 46 | 60 | 0 | 124 | 117 | 11 | 545 | 120 | 65 |
| Binary | 11100111 | 100110 | 110000 | 0 | 1010100 | 1001111 | 1001 | 101100101 | 1010000 | 110101 |
Color Harmonies of #E72630
Complementary color
Monochromatic Colors of #E72630
Black with #E72630
Text Example
Text Example
White with #E72630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72630; }
p { color: rgb(231,38,48); }
H1.HeaderClassName
{
color: #E72630;
}
.AnyTagClassName
{
color: #E72630;
}
</style>
background-color css
<style>
a { background-color: #E72630; }
a { background-color: rgb(231,38,48); }
div.DivClassName
{
background-color: #E72630;
}
.BgClassName
{
background-color: #E72630;
}
</style>
border-color css
<style>
span { border-color: #E72630; }
span { border-color: rgb(231,38,48); }
td.TdClassName
{
border-color: #E72630;
}
.TagClassName
{
border-color: #E72630;
}
</style>