Shades of Alizarin #E2363D
Tints of Alizarin #E2363D
RGB
CMYK
RGB Variations
Color information
#E2363D (or 0xE2363D) is known color: Alizarin. HEX triplet: E2, 36 and 3D. RGB value is (226,54,61). Sum of RGB (Red+Green+Blue) = 226+54+61=341 (45% of max value = 765). Red value is 226 (88.67% from 255 or 66.28% from 341); Green value is 54 (21.48% from 255 or 15.84% from 341); Blue value is 61 (24.22% from 255 or 17.89% from 341); Max value from RGB is 226 - color contains mainly: red. Hex color #E2363D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2363D is #1DC9C2. Grayscale: #6A6A6A. Windows color (decimal): -1952195 or 4011746. OLE color: 4011746.
HSL color Cylindrical-coordinate representation of color #E2363D: hue angle of 357.56º 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 #E2363D is Cyan = 0, Magento = 0.76, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 54 | 61 | - |
| CMYK | 0 | 0.76 | 0.73 | 0.11 |
| HSL | 357.56º | 0.75% | 0.55% | - |
| HSV(B) | 357.56º | 0.76% | 0.89% | - |
| XYZ | 33.53 | 19.14 | 6.34 | - |
| YUV | 106.23 | 102.48 | 213.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 54 | 61 | 0 | 0.76 | 0.73 | 0.11 | 357.56 | 0.75 | 0.55 |
| Hex | E2 | 36 | 3D | 0 | 4C | 49 | B | 166 | 4B | 37 |
| Octal | 342 | 66 | 75 | 0 | 114 | 111 | 13 | 546 | 113 | 67 |
| Binary | 11100010 | 110110 | 111101 | 0 | 1001100 | 1001001 | 1011 | 101100110 | 1001011 | 110111 |
Color Harmonies of #E2363D
Complementary color
Monochromatic Colors of #E2363D
Black with #E2363D
Text Example
Text Example
White with #E2363D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2363D; }
p { color: rgb(226,54,61); }
H1.HeaderClassName
{
color: #E2363D;
}
.AnyTagClassName
{
color: #E2363D;
}
</style>
background-color css
<style>
a { background-color: #E2363D; }
a { background-color: rgb(226,54,61); }
div.DivClassName
{
background-color: #E2363D;
}
.BgClassName
{
background-color: #E2363D;
}
</style>
border-color css
<style>
span { border-color: #E2363D; }
span { border-color: rgb(226,54,61); }
td.TdClassName
{
border-color: #E2363D;
}
.TagClassName
{
border-color: #E2363D;
}
</style>