Shades of Alizarin #E3162B
Tints of Alizarin #E3162B
RGB
CMYK
RGB Variations
Color information
#E3162B (or 0xE3162B) is known color: Alizarin. HEX triplet: E3, 16 and 2B. RGB value is (227,22,43). Sum of RGB (Red+Green+Blue) = 227+22+43=292 (38% of max value = 765). Red value is 227 (89.06% from 255 or 77.74% from 292); Green value is 22 (8.98% from 255 or 7.53% from 292); Blue value is 43 (17.19% from 255 or 14.73% from 292); Max value from RGB is 227 - color contains mainly: red. Hex color #E3162B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E3162B is #1CE9D4. Grayscale: #555555. Windows color (decimal): -1894869 or 2823907. OLE color: 2823907.
HSL color Cylindrical-coordinate representation of color #E3162B: hue angle of 353.85º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E3162B is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 22 | 43 | - |
| CMYK | 0 | 0.90 | 0.81 | 0.11 |
| HSL | 353.85º | 0.82% | 0.49% | - |
| HSV(B) | 353.85º | 0.9% | 0.89% | - |
| XYZ | 32.4 | 17.08 | 3.87 | - |
| YUV | 85.69 | 103.92 | 228.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 22 | 43 | 0 | 0.90 | 0.81 | 0.11 | 353.85 | 0.82 | 0.49 |
| Hex | E3 | 16 | 2B | 0 | 5A | 51 | B | 162 | 52 | 31 |
| Octal | 343 | 26 | 53 | 0 | 132 | 121 | 13 | 542 | 122 | 61 |
| Binary | 11100011 | 10110 | 101011 | 0 | 1011010 | 1010001 | 1011 | 101100010 | 1010010 | 110001 |
Color Harmonies of #E3162B
Complementary color
Monochromatic Colors of #E3162B
Black with #E3162B
Text Example
Text Example
White with #E3162B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3162B; }
p { color: rgb(227,22,43); }
H1.HeaderClassName
{
color: #E3162B;
}
.AnyTagClassName
{
color: #E3162B;
}
</style>
background-color css
<style>
a { background-color: #E3162B; }
a { background-color: rgb(227,22,43); }
div.DivClassName
{
background-color: #E3162B;
}
.BgClassName
{
background-color: #E3162B;
}
</style>
border-color css
<style>
span { border-color: #E3162B; }
span { border-color: rgb(227,22,43); }
td.TdClassName
{
border-color: #E3162B;
}
.TagClassName
{
border-color: #E3162B;
}
</style>