Shades of Alizarin #E7253A
Tints of Alizarin #E7253A
RGB
CMYK
RGB Variations
Color information
#E7253A (or 0xE7253A) is known color: Alizarin. HEX triplet: E7, 25 and 3A. RGB value is (231,37,58). Sum of RGB (Red+Green+Blue) = 231+37+58=326 (43% of max value = 765). Red value is 231 (90.62% from 255 or 70.86% from 326); Green value is 37 (14.84% from 255 or 11.35% from 326); Blue value is 58 (23.05% from 255 or 17.79% from 326); Max value from RGB is 231 - color contains mainly: red. Hex color #E7253A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7253A is #18DAC5. Grayscale: #616161. Windows color (decimal): -1628870 or 3810791. OLE color: 3810791.
HSL color Cylindrical-coordinate representation of color #E7253A: hue angle of 353.51º 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 #E7253A is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 37 | 58 | - |
| CMYK | 0 | 0.84 | 0.75 | 0.09 |
| HSL | 353.51º | 0.8% | 0.53% | - |
| HSV(B) | 353.51º | 0.84% | 0.91% | - |
| XYZ | 34.38 | 18.62 | 5.78 | - |
| YUV | 97.4 | 105.77 | 223.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 37 | 58 | 0 | 0.84 | 0.75 | 0.09 | 353.51 | 0.8 | 0.53 |
| Hex | E7 | 25 | 3A | 0 | 54 | 4B | 9 | 162 | 50 | 35 |
| Octal | 347 | 45 | 72 | 0 | 124 | 113 | 11 | 542 | 120 | 65 |
| Binary | 11100111 | 100101 | 111010 | 0 | 1010100 | 1001011 | 1001 | 101100010 | 1010000 | 110101 |
Color Harmonies of #E7253A
Complementary color
Monochromatic Colors of #E7253A
Black with #E7253A
Text Example
Text Example
White with #E7253A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7253A; }
p { color: rgb(231,37,58); }
H1.HeaderClassName
{
color: #E7253A;
}
.AnyTagClassName
{
color: #E7253A;
}
</style>
background-color css
<style>
a { background-color: #E7253A; }
a { background-color: rgb(231,37,58); }
div.DivClassName
{
background-color: #E7253A;
}
.BgClassName
{
background-color: #E7253A;
}
</style>
border-color css
<style>
span { border-color: #E7253A; }
span { border-color: rgb(231,37,58); }
td.TdClassName
{
border-color: #E7253A;
}
.TagClassName
{
border-color: #E7253A;
}
</style>