Shades of Alizarin #E2393F
Tints of Alizarin #E2393F
RGB
CMYK
RGB Variations
Color information
#E2393F (or 0xE2393F) is known color: Alizarin. HEX triplet: E2, 39 and 3F. RGB value is (226,57,63). Sum of RGB (Red+Green+Blue) = 226+57+63=346 (45% of max value = 765). Red value is 226 (88.67% from 255 or 65.32% from 346); Green value is 57 (22.66% from 255 or 16.47% from 346); Blue value is 63 (25% from 255 or 18.21% from 346); Max value from RGB is 226 - color contains mainly: red. Hex color #E2393F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2393F is #1DC6C0. Grayscale: #6C6C6C. Windows color (decimal): -1951425 or 4143586. OLE color: 4143586.
HSL color Cylindrical-coordinate representation of color #E2393F: hue angle of 357.87º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E2393F is Cyan = 0, Magento = 0.75, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 57 | 63 | - |
| CMYK | 0 | 0.75 | 0.72 | 0.11 |
| HSL | 357.87º | 0.74% | 0.55% | - |
| HSV(B) | 357.87º | 0.75% | 0.89% | - |
| XYZ | 33.72 | 19.45 | 6.68 | - |
| YUV | 108.22 | 102.49 | 212.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 57 | 63 | 0 | 0.75 | 0.72 | 0.11 | 357.87 | 0.74 | 0.55 |
| Hex | E2 | 39 | 3F | 0 | 4B | 48 | B | 166 | 4A | 37 |
| Octal | 342 | 71 | 77 | 0 | 113 | 110 | 13 | 546 | 112 | 67 |
| Binary | 11100010 | 111001 | 111111 | 0 | 1001011 | 1001000 | 1011 | 101100110 | 1001010 | 110111 |
Color Harmonies of #E2393F
Complementary color
Monochromatic Colors of #E2393F
Black with #E2393F
Text Example
Text Example
White with #E2393F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2393F; }
p { color: rgb(226,57,63); }
H1.HeaderClassName
{
color: #E2393F;
}
.AnyTagClassName
{
color: #E2393F;
}
</style>
background-color css
<style>
a { background-color: #E2393F; }
a { background-color: rgb(226,57,63); }
div.DivClassName
{
background-color: #E2393F;
}
.BgClassName
{
background-color: #E2393F;
}
</style>
border-color css
<style>
span { border-color: #E2393F; }
span { border-color: rgb(226,57,63); }
td.TdClassName
{
border-color: #E2393F;
}
.TagClassName
{
border-color: #E2393F;
}
</style>