Shades of Alizarin #E7252E
Tints of Alizarin #E7252E
RGB
CMYK
RGB Variations
Color information
#E7252E (or 0xE7252E) is known color: Alizarin. HEX triplet: E7, 25 and 2E. RGB value is (231,37,46). Sum of RGB (Red+Green+Blue) = 231+37+46=314 (41% of max value = 765). Red value is 231 (90.62% from 255 or 73.57% from 314); Green value is 37 (14.84% from 255 or 11.78% from 314); Blue value is 46 (18.36% from 255 or 14.65% from 314); Max value from RGB is 231 - color contains mainly: red. Hex color #E7252E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7252E is #18DAD1. Grayscale: #606060. Windows color (decimal): -1628882 or 3024359. OLE color: 3024359.
HSL color Cylindrical-coordinate representation of color #E7252E: hue angle of 357.22º 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 #E7252E is Cyan = 0, Magento = 0.84, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 37 | 46 | - |
| CMYK | 0 | 0.84 | 0.80 | 0.09 |
| HSL | 357.22º | 0.8% | 0.53% | - |
| HSV(B) | 357.22º | 0.84% | 0.91% | - |
| XYZ | 34.11 | 18.51 | 4.36 | - |
| YUV | 96.03 | 99.77 | 224.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 37 | 46 | 0 | 0.84 | 0.80 | 0.09 | 357.22 | 0.8 | 0.53 |
| Hex | E7 | 25 | 2E | 0 | 54 | 50 | 9 | 165 | 50 | 35 |
| Octal | 347 | 45 | 56 | 0 | 124 | 120 | 11 | 545 | 120 | 65 |
| Binary | 11100111 | 100101 | 101110 | 0 | 1010100 | 1010000 | 1001 | 101100101 | 1010000 | 110101 |
Color Harmonies of #E7252E
Complementary color
Monochromatic Colors of #E7252E
Black with #E7252E
Text Example
Text Example
White with #E7252E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7252E; }
p { color: rgb(231,37,46); }
H1.HeaderClassName
{
color: #E7252E;
}
.AnyTagClassName
{
color: #E7252E;
}
</style>
background-color css
<style>
a { background-color: #E7252E; }
a { background-color: rgb(231,37,46); }
div.DivClassName
{
background-color: #E7252E;
}
.BgClassName
{
background-color: #E7252E;
}
</style>
border-color css
<style>
span { border-color: #E7252E; }
span { border-color: rgb(231,37,46); }
td.TdClassName
{
border-color: #E7252E;
}
.TagClassName
{
border-color: #E7252E;
}
</style>