Shades of Alizarin #E7253C
Tints of Alizarin #E7253C
RGB
CMYK
RGB Variations
Color information
#E7253C (or 0xE7253C) is known color: Alizarin. HEX triplet: E7, 25 and 3C. RGB value is (231,37,60). Sum of RGB (Red+Green+Blue) = 231+37+60=328 (43% of max value = 765). Red value is 231 (90.62% from 255 or 70.43% from 328); Green value is 37 (14.84% from 255 or 11.28% from 328); Blue value is 60 (23.83% from 255 or 18.29% from 328); Max value from RGB is 231 - color contains mainly: red. Hex color #E7253C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7253C is #18DAC3. Grayscale: #616161. Windows color (decimal): -1628868 or 3941863. OLE color: 3941863.
HSL color Cylindrical-coordinate representation of color #E7253C: hue angle of 352.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 #E7253C is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 37 | 60 | - |
| CMYK | 0 | 0.84 | 0.74 | 0.09 |
| HSL | 352.89º | 0.8% | 0.53% | - |
| HSV(B) | 352.89º | 0.84% | 0.91% | - |
| XYZ | 34.43 | 18.64 | 6.06 | - |
| YUV | 97.63 | 106.77 | 223.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 37 | 60 | 0 | 0.84 | 0.74 | 0.09 | 352.89 | 0.8 | 0.53 |
| Hex | E7 | 25 | 3C | 0 | 54 | 4A | 9 | 161 | 50 | 35 |
| Octal | 347 | 45 | 74 | 0 | 124 | 112 | 11 | 541 | 120 | 65 |
| Binary | 11100111 | 100101 | 111100 | 0 | 1010100 | 1001010 | 1001 | 101100001 | 1010000 | 110101 |
Color Harmonies of #E7253C
Complementary color
Monochromatic Colors of #E7253C
Black with #E7253C
Text Example
Text Example
White with #E7253C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7253C; }
p { color: rgb(231,37,60); }
H1.HeaderClassName
{
color: #E7253C;
}
.AnyTagClassName
{
color: #E7253C;
}
</style>
background-color css
<style>
a { background-color: #E7253C; }
a { background-color: rgb(231,37,60); }
div.DivClassName
{
background-color: #E7253C;
}
.BgClassName
{
background-color: #E7253C;
}
</style>
border-color css
<style>
span { border-color: #E7253C; }
span { border-color: rgb(231,37,60); }
td.TdClassName
{
border-color: #E7253C;
}
.TagClassName
{
border-color: #E7253C;
}
</style>