Shades of Alizarin #E3282C
Tints of Alizarin #E3282C
RGB
CMYK
RGB Variations
Color information
#E3282C (or 0xE3282C) is known color: Alizarin. HEX triplet: E3, 28 and 2C. RGB value is (227,40,44). Sum of RGB (Red+Green+Blue) = 227+40+44=311 (41% of max value = 765). Red value is 227 (89.06% from 255 or 72.99% from 311); Green value is 40 (16.02% from 255 or 12.86% from 311); Blue value is 44 (17.58% from 255 or 14.15% from 311); Max value from RGB is 227 - color contains mainly: red. Hex color #E3282C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3282C is #1CD7D3. Grayscale: #606060. Windows color (decimal): -1890260 or 2894051. OLE color: 2894051.
HSL color Cylindrical-coordinate representation of color #E3282C: hue angle of 358.72º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E3282C is Cyan = 0, Magento = 0.82, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 40 | 44 | - |
| CMYK | 0 | 0.82 | 0.81 | 0.11 |
| HSL | 358.72º | 0.77% | 0.52% | - |
| HSV(B) | 358.72º | 0.82% | 0.89% | - |
| XYZ | 32.89 | 18.03 | 4.13 | - |
| YUV | 96.37 | 98.45 | 221.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 40 | 44 | 0 | 0.82 | 0.81 | 0.11 | 358.72 | 0.77 | 0.52 |
| Hex | E3 | 28 | 2C | 0 | 52 | 51 | B | 167 | 4D | 34 |
| Octal | 343 | 50 | 54 | 0 | 122 | 121 | 13 | 547 | 115 | 64 |
| Binary | 11100011 | 101000 | 101100 | 0 | 1010010 | 1010001 | 1011 | 101100111 | 1001101 | 110100 |
Color Harmonies of #E3282C
Complementary color
Monochromatic Colors of #E3282C
Black with #E3282C
Text Example
Text Example
White with #E3282C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3282C; }
p { color: rgb(227,40,44); }
H1.HeaderClassName
{
color: #E3282C;
}
.AnyTagClassName
{
color: #E3282C;
}
</style>
background-color css
<style>
a { background-color: #E3282C; }
a { background-color: rgb(227,40,44); }
div.DivClassName
{
background-color: #E3282C;
}
.BgClassName
{
background-color: #E3282C;
}
</style>
border-color css
<style>
span { border-color: #E3282C; }
span { border-color: rgb(227,40,44); }
td.TdClassName
{
border-color: #E3282C;
}
.TagClassName
{
border-color: #E3282C;
}
</style>