Shades of Alizarin #E5303C
Tints of Alizarin #E5303C
RGB
CMYK
RGB Variations
Color information
#E5303C (or 0xE5303C) is known color: Alizarin. HEX triplet: E5, 30 and 3C. RGB value is (229,48,60). Sum of RGB (Red+Green+Blue) = 229+48+60=337 (44% of max value = 765). Red value is 229 (89.84% from 255 or 67.95% from 337); Green value is 48 (19.14% from 255 or 14.24% from 337); Blue value is 60 (23.83% from 255 or 17.80% from 337); Max value from RGB is 229 - color contains mainly: red. Hex color #E5303C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5303C is #1ACFC3. Grayscale: #676767. Windows color (decimal): -1757124 or 3944677. OLE color: 3944677.
HSL color Cylindrical-coordinate representation of color #E5303C: hue angle of 356.02º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E5303C is Cyan = 0, Magento = 0.79, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 48 | 60 | - |
| CMYK | 0 | 0.79 | 0.74 | 0.10 |
| HSL | 356.02º | 0.78% | 0.54% | - |
| HSV(B) | 356.02º | 0.79% | 0.9% | - |
| XYZ | 34.19 | 19.1 | 6.16 | - |
| YUV | 103.49 | 103.47 | 217.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 48 | 60 | 0 | 0.79 | 0.74 | 0.10 | 356.02 | 0.78 | 0.54 |
| Hex | E5 | 30 | 3C | 0 | 4F | 4A | A | 164 | 4E | 36 |
| Octal | 345 | 60 | 74 | 0 | 117 | 112 | 12 | 544 | 116 | 66 |
| Binary | 11100101 | 110000 | 111100 | 0 | 1001111 | 1001010 | 1010 | 101100100 | 1001110 | 110110 |
Color Harmonies of #E5303C
Complementary color
Monochromatic Colors of #E5303C
Black with #E5303C
Text Example
Text Example
White with #E5303C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5303C; }
p { color: rgb(229,48,60); }
H1.HeaderClassName
{
color: #E5303C;
}
.AnyTagClassName
{
color: #E5303C;
}
</style>
background-color css
<style>
a { background-color: #E5303C; }
a { background-color: rgb(229,48,60); }
div.DivClassName
{
background-color: #E5303C;
}
.BgClassName
{
background-color: #E5303C;
}
</style>
border-color css
<style>
span { border-color: #E5303C; }
span { border-color: rgb(229,48,60); }
td.TdClassName
{
border-color: #E5303C;
}
.TagClassName
{
border-color: #E5303C;
}
</style>