Shades of Alizarin #E2373A
Tints of Alizarin #E2373A
RGB
CMYK
RGB Variations
Color information
#E2373A (or 0xE2373A) is known color: Alizarin. HEX triplet: E2, 37 and 3A. RGB value is (226,55,58). Sum of RGB (Red+Green+Blue) = 226+55+58=339 (44% of max value = 765). Red value is 226 (88.67% from 255 or 66.67% from 339); Green value is 55 (21.88% from 255 or 16.22% from 339); Blue value is 58 (23.05% from 255 or 17.11% from 339); Max value from RGB is 226 - color contains mainly: red. Hex color #E2373A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2373A is #1DC8C5. Grayscale: #6A6A6A. Windows color (decimal): -1951942 or 3815394. OLE color: 3815394.
HSL color Cylindrical-coordinate representation of color #E2373A: hue angle of 358.95º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E2373A is Cyan = 0, Magento = 0.76, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 55 | 58 | - |
| CMYK | 0 | 0.76 | 0.74 | 0.11 |
| HSL | 358.95º | 0.75% | 0.55% | - |
| HSV(B) | 358.95º | 0.76% | 0.89% | - |
| XYZ | 33.49 | 19.21 | 5.94 | - |
| YUV | 106.47 | 100.65 | 213.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 55 | 58 | 0 | 0.76 | 0.74 | 0.11 | 358.95 | 0.75 | 0.55 |
| Hex | E2 | 37 | 3A | 0 | 4C | 4A | B | 167 | 4B | 37 |
| Octal | 342 | 67 | 72 | 0 | 114 | 112 | 13 | 547 | 113 | 67 |
| Binary | 11100010 | 110111 | 111010 | 0 | 1001100 | 1001010 | 1011 | 101100111 | 1001011 | 110111 |
Color Harmonies of #E2373A
Complementary color
Monochromatic Colors of #E2373A
Black with #E2373A
Text Example
Text Example
White with #E2373A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2373A; }
p { color: rgb(226,55,58); }
H1.HeaderClassName
{
color: #E2373A;
}
.AnyTagClassName
{
color: #E2373A;
}
</style>
background-color css
<style>
a { background-color: #E2373A; }
a { background-color: rgb(226,55,58); }
div.DivClassName
{
background-color: #E2373A;
}
.BgClassName
{
background-color: #E2373A;
}
</style>
border-color css
<style>
span { border-color: #E2373A; }
span { border-color: rgb(226,55,58); }
td.TdClassName
{
border-color: #E2373A;
}
.TagClassName
{
border-color: #E2373A;
}
</style>