Shades of Alizarin #E8283C
Tints of Alizarin #E8283C
RGB
CMYK
RGB Variations
Color information
#E8283C (or 0xE8283C) is known color: Alizarin. HEX triplet: E8, 28 and 3C. RGB value is (232,40,60). Sum of RGB (Red+Green+Blue) = 232+40+60=332 (43% of max value = 765). Red value is 232 (91.02% from 255 or 69.88% from 332); Green value is 40 (16.02% from 255 or 12.05% from 332); Blue value is 60 (23.83% from 255 or 18.07% from 332); Max value from RGB is 232 - color contains mainly: red. Hex color #E8283C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8283C is #17D7C3. Grayscale: #636363. Windows color (decimal): -1562564 or 3942632. OLE color: 3942632.
HSL color Cylindrical-coordinate representation of color #E8283C: hue angle of 353.75º 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 #E8283C is Cyan = 0, Magento = 0.83, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 40 | 60 | - |
| CMYK | 0 | 0.83 | 0.74 | 0.09 |
| HSL | 353.75º | 0.81% | 0.53% | - |
| HSV(B) | 353.75º | 0.83% | 0.91% | - |
| XYZ | 34.85 | 19 | 6.11 | - |
| YUV | 99.69 | 105.61 | 222.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 40 | 60 | 0 | 0.83 | 0.74 | 0.09 | 353.75 | 0.81 | 0.53 |
| Hex | E8 | 28 | 3C | 0 | 53 | 4A | 9 | 162 | 51 | 35 |
| Octal | 350 | 50 | 74 | 0 | 123 | 112 | 11 | 542 | 121 | 65 |
| Binary | 11101000 | 101000 | 111100 | 0 | 1010011 | 1001010 | 1001 | 101100010 | 1010001 | 110101 |
Color Harmonies of #E8283C
Complementary color
Monochromatic Colors of #E8283C
Black with #E8283C
Text Example
Text Example
White with #E8283C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8283C; }
p { color: rgb(232,40,60); }
H1.HeaderClassName
{
color: #E8283C;
}
.AnyTagClassName
{
color: #E8283C;
}
</style>
background-color css
<style>
a { background-color: #E8283C; }
a { background-color: rgb(232,40,60); }
div.DivClassName
{
background-color: #E8283C;
}
.BgClassName
{
background-color: #E8283C;
}
</style>
border-color css
<style>
span { border-color: #E8283C; }
span { border-color: rgb(232,40,60); }
td.TdClassName
{
border-color: #E8283C;
}
.TagClassName
{
border-color: #E8283C;
}
</style>