Shades of Alizarin #E3253C
Tints of Alizarin #E3253C
RGB
CMYK
RGB Variations
Color information
#E3253C (or 0xE3253C) is known color: Alizarin. HEX triplet: E3, 25 and 3C. RGB value is (227,37,60). Sum of RGB (Red+Green+Blue) = 227+37+60=324 (42% of max value = 765). Red value is 227 (89.06% from 255 or 70.06% from 324); Green value is 37 (14.84% from 255 or 11.42% from 324); Blue value is 60 (23.83% from 255 or 18.52% from 324); Max value from RGB is 227 - color contains mainly: red. Hex color #E3253C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3253C is #1CDAC3. Grayscale: #606060. Windows color (decimal): -1891012 or 3941859. OLE color: 3941859.
HSL color Cylindrical-coordinate representation of color #E3253C: hue angle of 352.74º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E3253C is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 37 | 60 | - |
| CMYK | 0 | 0.84 | 0.74 | 0.11 |
| HSL | 352.74º | 0.77% | 0.52% | - |
| HSV(B) | 352.74º | 0.84% | 0.89% | - |
| XYZ | 33.16 | 17.98 | 6 | - |
| YUV | 96.43 | 107.45 | 221.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 37 | 60 | 0 | 0.84 | 0.74 | 0.11 | 352.74 | 0.77 | 0.52 |
| Hex | E3 | 25 | 3C | 0 | 54 | 4A | B | 161 | 4D | 34 |
| Octal | 343 | 45 | 74 | 0 | 124 | 112 | 13 | 541 | 115 | 64 |
| Binary | 11100011 | 100101 | 111100 | 0 | 1010100 | 1001010 | 1011 | 101100001 | 1001101 | 110100 |
Color Harmonies of #E3253C
Complementary color
Monochromatic Colors of #E3253C
Black with #E3253C
Text Example
Text Example
White with #E3253C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3253C; }
p { color: rgb(227,37,60); }
H1.HeaderClassName
{
color: #E3253C;
}
.AnyTagClassName
{
color: #E3253C;
}
</style>
background-color css
<style>
a { background-color: #E3253C; }
a { background-color: rgb(227,37,60); }
div.DivClassName
{
background-color: #E3253C;
}
.BgClassName
{
background-color: #E3253C;
}
</style>
border-color css
<style>
span { border-color: #E3253C; }
span { border-color: rgb(227,37,60); }
td.TdClassName
{
border-color: #E3253C;
}
.TagClassName
{
border-color: #E3253C;
}
</style>