Shades of Alizarin #E8303C
Tints of Alizarin #E8303C
RGB
CMYK
RGB Variations
Color information
#E8303C (or 0xE8303C) is known color: Alizarin. HEX triplet: E8, 30 and 3C. RGB value is (232,48,60). Sum of RGB (Red+Green+Blue) = 232+48+60=340 (45% of max value = 765). Red value is 232 (91.02% from 255 or 68.24% from 340); Green value is 48 (19.14% from 255 or 14.12% from 340); Blue value is 60 (23.83% from 255 or 17.65% from 340); Max value from RGB is 232 - color contains mainly: red. Hex color #E8303C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8303C is #17CFC3. Grayscale: #686868. Windows color (decimal): -1560516 or 3944680. OLE color: 3944680.
HSL color Cylindrical-coordinate representation of color #E8303C: hue angle of 356.09º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E8303C is Cyan = 0, Magento = 0.79, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 48 | 60 | - |
| CMYK | 0 | 0.79 | 0.74 | 0.09 |
| HSL | 356.09º | 0.8% | 0.55% | - |
| HSV(B) | 356.09º | 0.79% | 0.91% | - |
| XYZ | 35.15 | 19.6 | 6.2 | - |
| YUV | 104.38 | 102.96 | 219.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 48 | 60 | 0 | 0.79 | 0.74 | 0.09 | 356.09 | 0.8 | 0.55 |
| Hex | E8 | 30 | 3C | 0 | 4F | 4A | 9 | 164 | 50 | 37 |
| Octal | 350 | 60 | 74 | 0 | 117 | 112 | 11 | 544 | 120 | 67 |
| Binary | 11101000 | 110000 | 111100 | 0 | 1001111 | 1001010 | 1001 | 101100100 | 1010000 | 110111 |
Color Harmonies of #E8303C
Complementary color
Monochromatic Colors of #E8303C
Black with #E8303C
Text Example
Text Example
White with #E8303C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8303C; }
p { color: rgb(232,48,60); }
H1.HeaderClassName
{
color: #E8303C;
}
.AnyTagClassName
{
color: #E8303C;
}
</style>
background-color css
<style>
a { background-color: #E8303C; }
a { background-color: rgb(232,48,60); }
div.DivClassName
{
background-color: #E8303C;
}
.BgClassName
{
background-color: #E8303C;
}
</style>
border-color css
<style>
span { border-color: #E8303C; }
span { border-color: rgb(232,48,60); }
td.TdClassName
{
border-color: #E8303C;
}
.TagClassName
{
border-color: #E8303C;
}
</style>