Shades of Alizarin #E7152D
Tints of Alizarin #E7152D
RGB
CMYK
RGB Variations
Color information
#E7152D (or 0xE7152D) is known color: Alizarin. HEX triplet: E7, 15 and 2D. RGB value is (231,21,45). Sum of RGB (Red+Green+Blue) = 231+21+45=297 (39% of max value = 765). Red value is 231 (90.62% from 255 or 77.78% from 297); Green value is 21 (8.59% from 255 or 7.07% from 297); Blue value is 45 (17.97% from 255 or 15.15% from 297); Max value from RGB is 231 - color contains mainly: red. Hex color #E7152D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E7152D is #18EAD2. Grayscale: #565656. Windows color (decimal): -1632979 or 2954727. OLE color: 2954727.
HSL color Cylindrical-coordinate representation of color #E7152D: hue angle of 353.14º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E7152D is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 21 | 45 | - |
| CMYK | 0 | 0.91 | 0.81 | 0.09 |
| HSL | 353.14º | 0.83% | 0.49% | - |
| HSV(B) | 353.14º | 0.91% | 0.91% | - |
| XYZ | 33.7 | 17.71 | 4.13 | - |
| YUV | 86.53 | 104.57 | 231.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 21 | 45 | 0 | 0.91 | 0.81 | 0.09 | 353.14 | 0.83 | 0.49 |
| Hex | E7 | 15 | 2D | 0 | 5B | 51 | 9 | 161 | 53 | 31 |
| Octal | 347 | 25 | 55 | 0 | 133 | 121 | 11 | 541 | 123 | 61 |
| Binary | 11100111 | 10101 | 101101 | 0 | 1011011 | 1010001 | 1001 | 101100001 | 1010011 | 110001 |
Color Harmonies of #E7152D
Complementary color
Monochromatic Colors of #E7152D
Black with #E7152D
Text Example
Text Example
White with #E7152D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7152D; }
p { color: rgb(231,21,45); }
H1.HeaderClassName
{
color: #E7152D;
}
.AnyTagClassName
{
color: #E7152D;
}
</style>
background-color css
<style>
a { background-color: #E7152D; }
a { background-color: rgb(231,21,45); }
div.DivClassName
{
background-color: #E7152D;
}
.BgClassName
{
background-color: #E7152D;
}
</style>
border-color css
<style>
span { border-color: #E7152D; }
span { border-color: rgb(231,21,45); }
td.TdClassName
{
border-color: #E7152D;
}
.TagClassName
{
border-color: #E7152D;
}
</style>