Shades of Alizarin #E8273C
Tints of Alizarin #E8273C
RGB
CMYK
RGB Variations
Color information
#E8273C (or 0xE8273C) is known color: Alizarin. HEX triplet: E8, 27 and 3C. RGB value is (232,39,60). Sum of RGB (Red+Green+Blue) = 232+39+60=331 (43% of max value = 765). Red value is 232 (91.02% from 255 or 70.09% from 331); Green value is 39 (15.62% from 255 or 11.78% from 331); Blue value is 60 (23.83% from 255 or 18.13% from 331); Max value from RGB is 232 - color contains mainly: red. Hex color #E8273C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8273C is #17D8C3. Grayscale: #636363. Windows color (decimal): -1562820 or 3942376. OLE color: 3942376.
HSL color Cylindrical-coordinate representation of color #E8273C: hue angle of 353.47º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E8273C is Cyan = 0, Magento = 0.83, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 39 | 60 | - |
| CMYK | 0 | 0.83 | 0.74 | 0.09 |
| HSL | 353.47º | 0.81% | 0.53% | - |
| HSV(B) | 353.47º | 0.83% | 0.91% | - |
| XYZ | 34.82 | 18.93 | 6.09 | - |
| YUV | 99.1 | 105.94 | 222.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 39 | 60 | 0 | 0.83 | 0.74 | 0.09 | 353.47 | 0.81 | 0.53 |
| Hex | E8 | 27 | 3C | 0 | 53 | 4A | 9 | 161 | 51 | 35 |
| Octal | 350 | 47 | 74 | 0 | 123 | 112 | 11 | 541 | 121 | 65 |
| Binary | 11101000 | 100111 | 111100 | 0 | 1010011 | 1001010 | 1001 | 101100001 | 1010001 | 110101 |
Color Harmonies of #E8273C
Complementary color
Monochromatic Colors of #E8273C
Black with #E8273C
Text Example
Text Example
White with #E8273C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8273C; }
p { color: rgb(232,39,60); }
H1.HeaderClassName
{
color: #E8273C;
}
.AnyTagClassName
{
color: #E8273C;
}
</style>
background-color css
<style>
a { background-color: #E8273C; }
a { background-color: rgb(232,39,60); }
div.DivClassName
{
background-color: #E8273C;
}
.BgClassName
{
background-color: #E8273C;
}
</style>
border-color css
<style>
span { border-color: #E8273C; }
span { border-color: rgb(232,39,60); }
td.TdClassName
{
border-color: #E8273C;
}
.TagClassName
{
border-color: #E8273C;
}
</style>