Shades of Alizarin #E3242D
Tints of Alizarin #E3242D
RGB
CMYK
RGB Variations
Color information
#E3242D (or 0xE3242D) is known color: Alizarin. HEX triplet: E3, 24 and 2D. RGB value is (227,36,45). Sum of RGB (Red+Green+Blue) = 227+36+45=308 (40% of max value = 765). Red value is 227 (89.06% from 255 or 73.70% from 308); Green value is 36 (14.45% from 255 or 11.69% from 308); Blue value is 45 (17.97% from 255 or 14.61% from 308); Max value from RGB is 227 - color contains mainly: red. Hex color #E3242D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3242D is #1CDBD2. Grayscale: #5E5E5E. Windows color (decimal): -1891283 or 2958563. OLE color: 2958563.
HSL color Cylindrical-coordinate representation of color #E3242D: hue angle of 357.17º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E3242D is Cyan = 0, Magento = 0.84, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 36 | 45 | - |
| CMYK | 0 | 0.84 | 0.80 | 0.11 |
| HSL | 357.17º | 0.77% | 0.52% | - |
| HSV(B) | 357.17º | 0.84% | 0.89% | - |
| XYZ | 32.78 | 17.78 | 4.19 | - |
| YUV | 94.14 | 100.28 | 222.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 36 | 45 | 0 | 0.84 | 0.80 | 0.11 | 357.17 | 0.77 | 0.52 |
| Hex | E3 | 24 | 2D | 0 | 54 | 50 | B | 165 | 4D | 34 |
| Octal | 343 | 44 | 55 | 0 | 124 | 120 | 13 | 545 | 115 | 64 |
| Binary | 11100011 | 100100 | 101101 | 0 | 1010100 | 1010000 | 1011 | 101100101 | 1001101 | 110100 |
Color Harmonies of #E3242D
Complementary color
Monochromatic Colors of #E3242D
Black with #E3242D
Text Example
Text Example
White with #E3242D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3242D; }
p { color: rgb(227,36,45); }
H1.HeaderClassName
{
color: #E3242D;
}
.AnyTagClassName
{
color: #E3242D;
}
</style>
background-color css
<style>
a { background-color: #E3242D; }
a { background-color: rgb(227,36,45); }
div.DivClassName
{
background-color: #E3242D;
}
.BgClassName
{
background-color: #E3242D;
}
</style>
border-color css
<style>
span { border-color: #E3242D; }
span { border-color: rgb(227,36,45); }
td.TdClassName
{
border-color: #E3242D;
}
.TagClassName
{
border-color: #E3242D;
}
</style>