Shades of Alizarin #E6242C
Tints of Alizarin #E6242C
RGB
CMYK
RGB Variations
Color information
#E6242C (or 0xE6242C) is known color: Alizarin. HEX triplet: E6, 24 and 2C. RGB value is (230,36,44). Sum of RGB (Red+Green+Blue) = 230+36+44=310 (41% of max value = 765). Red value is 230 (90.23% from 255 or 74.19% from 310); Green value is 36 (14.45% from 255 or 11.61% from 310); Blue value is 44 (17.58% from 255 or 14.19% from 310); Max value from RGB is 230 - color contains mainly: red. Hex color #E6242C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6242C is #19DBD3. Grayscale: #5F5F5F. Windows color (decimal): -1694676 or 2893030. OLE color: 2893030.
HSL color Cylindrical-coordinate representation of color #E6242C: hue angle of 357.53º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E6242C is Cyan = 0, Magento = 0.84, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 36 | 44 | - |
| CMYK | 0 | 0.84 | 0.81 | 0.10 |
| HSL | 357.53º | 0.8% | 0.52% | - |
| HSV(B) | 357.53º | 0.84% | 0.9% | - |
| XYZ | 33.72 | 18.27 | 4.13 | - |
| YUV | 94.92 | 99.27 | 224.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 36 | 44 | 0 | 0.84 | 0.81 | 0.10 | 357.53 | 0.8 | 0.52 |
| Hex | E6 | 24 | 2C | 0 | 54 | 51 | A | 166 | 50 | 34 |
| Octal | 346 | 44 | 54 | 0 | 124 | 121 | 12 | 546 | 120 | 64 |
| Binary | 11100110 | 100100 | 101100 | 0 | 1010100 | 1010001 | 1010 | 101100110 | 1010000 | 110100 |
Color Harmonies of #E6242C
Complementary color
Monochromatic Colors of #E6242C
Black with #E6242C
Text Example
Text Example
White with #E6242C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6242C; }
p { color: rgb(230,36,44); }
H1.HeaderClassName
{
color: #E6242C;
}
.AnyTagClassName
{
color: #E6242C;
}
</style>
background-color css
<style>
a { background-color: #E6242C; }
a { background-color: rgb(230,36,44); }
div.DivClassName
{
background-color: #E6242C;
}
.BgClassName
{
background-color: #E6242C;
}
</style>
border-color css
<style>
span { border-color: #E6242C; }
span { border-color: rgb(230,36,44); }
td.TdClassName
{
border-color: #E6242C;
}
.TagClassName
{
border-color: #E6242C;
}
</style>