Shades of Alizarin #E2303C
Tints of Alizarin #E2303C
RGB
CMYK
RGB Variations
Color information
#E2303C (or 0xE2303C) is known color: Alizarin. HEX triplet: E2, 30 and 3C. RGB value is (226,48,60). Sum of RGB (Red+Green+Blue) = 226+48+60=334 (44% of max value = 765). Red value is 226 (88.67% from 255 or 67.66% from 334); Green value is 48 (19.14% from 255 or 14.37% from 334); Blue value is 60 (23.83% from 255 or 17.96% from 334); Max value from RGB is 226 - color contains mainly: red. Hex color #E2303C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2303C is #1DCFC3. Grayscale: #666666. Windows color (decimal): -1953732 or 3944674. OLE color: 3944674.
HSL color Cylindrical-coordinate representation of color #E2303C: hue angle of 355.96º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E2303C is Cyan = 0, Magento = 0.79, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 48 | 60 | - |
| CMYK | 0 | 0.79 | 0.73 | 0.11 |
| HSL | 355.96º | 0.75% | 0.54% | - |
| HSV(B) | 355.96º | 0.79% | 0.89% | - |
| XYZ | 33.24 | 18.61 | 6.12 | - |
| YUV | 102.59 | 103.97 | 216.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 48 | 60 | 0 | 0.79 | 0.73 | 0.11 | 355.96 | 0.75 | 0.54 |
| Hex | E2 | 30 | 3C | 0 | 4F | 49 | B | 164 | 4B | 36 |
| Octal | 342 | 60 | 74 | 0 | 117 | 111 | 13 | 544 | 113 | 66 |
| Binary | 11100010 | 110000 | 111100 | 0 | 1001111 | 1001001 | 1011 | 101100100 | 1001011 | 110110 |
Color Harmonies of #E2303C
Complementary color
Monochromatic Colors of #E2303C
Black with #E2303C
Text Example
Text Example
White with #E2303C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2303C; }
p { color: rgb(226,48,60); }
H1.HeaderClassName
{
color: #E2303C;
}
.AnyTagClassName
{
color: #E2303C;
}
</style>
background-color css
<style>
a { background-color: #E2303C; }
a { background-color: rgb(226,48,60); }
div.DivClassName
{
background-color: #E2303C;
}
.BgClassName
{
background-color: #E2303C;
}
</style>
border-color css
<style>
span { border-color: #E2303C; }
span { border-color: rgb(226,48,60); }
td.TdClassName
{
border-color: #E2303C;
}
.TagClassName
{
border-color: #E2303C;
}
</style>