Shades of Alizarin #E3292D
Tints of Alizarin #E3292D
RGB
CMYK
RGB Variations
Color information
#E3292D (or 0xE3292D) is known color: Alizarin. HEX triplet: E3, 29 and 2D. RGB value is (227,41,45). Sum of RGB (Red+Green+Blue) = 227+41+45=313 (41% of max value = 765). Red value is 227 (89.06% from 255 or 72.52% from 313); Green value is 41 (16.41% from 255 or 13.10% from 313); Blue value is 45 (17.97% from 255 or 14.38% from 313); Max value from RGB is 227 - color contains mainly: red. Hex color #E3292D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3292D is #1CD6D2. Grayscale: #616161. Windows color (decimal): -1890003 or 2959843. OLE color: 2959843.
HSL color Cylindrical-coordinate representation of color #E3292D: hue angle of 358.71º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E3292D is Cyan = 0, Magento = 0.82, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 41 | 45 | - |
| CMYK | 0 | 0.82 | 0.80 | 0.11 |
| HSL | 358.71º | 0.77% | 0.53% | - |
| HSV(B) | 358.71º | 0.82% | 0.89% | - |
| XYZ | 32.95 | 18.11 | 4.24 | - |
| YUV | 97.07 | 98.62 | 220.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 41 | 45 | 0 | 0.82 | 0.80 | 0.11 | 358.71 | 0.77 | 0.53 |
| Hex | E3 | 29 | 2D | 0 | 52 | 50 | B | 167 | 4D | 35 |
| Octal | 343 | 51 | 55 | 0 | 122 | 120 | 13 | 547 | 115 | 65 |
| Binary | 11100011 | 101001 | 101101 | 0 | 1010010 | 1010000 | 1011 | 101100111 | 1001101 | 110101 |
Color Harmonies of #E3292D
Complementary color
Monochromatic Colors of #E3292D
Black with #E3292D
Text Example
Text Example
White with #E3292D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3292D; }
p { color: rgb(227,41,45); }
H1.HeaderClassName
{
color: #E3292D;
}
.AnyTagClassName
{
color: #E3292D;
}
</style>
background-color css
<style>
a { background-color: #E3292D; }
a { background-color: rgb(227,41,45); }
div.DivClassName
{
background-color: #E3292D;
}
.BgClassName
{
background-color: #E3292D;
}
</style>
border-color css
<style>
span { border-color: #E3292D; }
span { border-color: rgb(227,41,45); }
td.TdClassName
{
border-color: #E3292D;
}
.TagClassName
{
border-color: #E3292D;
}
</style>