Shades of Alizarin #E6182C
Tints of Alizarin #E6182C
RGB
CMYK
RGB Variations
Color information
#E6182C (or 0xE6182C) is known color: Alizarin. HEX triplet: E6, 18 and 2C. RGB value is (230,24,44). Sum of RGB (Red+Green+Blue) = 230+24+44=298 (39% of max value = 765). Red value is 230 (90.23% from 255 or 77.18% from 298); Green value is 24 (9.77% from 255 or 8.05% from 298); Blue value is 44 (17.58% from 255 or 14.77% from 298); Max value from RGB is 230 - color contains mainly: red. Hex color #E6182C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6182C is #19E7D3. Grayscale: #585858. Windows color (decimal): -1697748 or 2889958. OLE color: 2889958.
HSL color Cylindrical-coordinate representation of color #E6182C: hue angle of 354.17º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E6182C is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 24 | 44 | - |
| CMYK | 0 | 0.90 | 0.81 | 0.10 |
| HSL | 354.17º | 0.81% | 0.5% | - |
| HSV(B) | 354.17º | 0.9% | 0.9% | - |
| XYZ | 33.41 | 17.66 | 4.03 | - |
| YUV | 87.87 | 103.25 | 229.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 24 | 44 | 0 | 0.90 | 0.81 | 0.10 | 354.17 | 0.81 | 0.5 |
| Hex | E6 | 18 | 2C | 0 | 5A | 51 | A | 162 | 51 | 32 |
| Octal | 346 | 30 | 54 | 0 | 132 | 121 | 12 | 542 | 121 | 62 |
| Binary | 11100110 | 11000 | 101100 | 0 | 1011010 | 1010001 | 1010 | 101100010 | 1010001 | 110010 |
Color Harmonies of #E6182C
Complementary color
Monochromatic Colors of #E6182C
Black with #E6182C
Text Example
Text Example
White with #E6182C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6182C; }
p { color: rgb(230,24,44); }
H1.HeaderClassName
{
color: #E6182C;
}
.AnyTagClassName
{
color: #E6182C;
}
</style>
background-color css
<style>
a { background-color: #E6182C; }
a { background-color: rgb(230,24,44); }
div.DivClassName
{
background-color: #E6182C;
}
.BgClassName
{
background-color: #E6182C;
}
</style>
border-color css
<style>
span { border-color: #E6182C; }
span { border-color: rgb(230,24,44); }
td.TdClassName
{
border-color: #E6182C;
}
.TagClassName
{
border-color: #E6182C;
}
</style>