Shades of Alizarin #EE182C
Tints of Alizarin #EE182C
RGB
CMYK
RGB Variations
Color information
#EE182C (or 0xEE182C) is known color: Alizarin. HEX triplet: EE, 18 and 2C. RGB value is (238,24,44). Sum of RGB (Red+Green+Blue) = 238+24+44=306 (40% of max value = 765). Red value is 238 (93.36% from 255 or 77.78% from 306); Green value is 24 (9.77% from 255 or 7.84% from 306); Blue value is 44 (17.58% from 255 or 14.38% from 306); Max value from RGB is 238 - color contains mainly: red. Hex color #EE182C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE182C is #11E7D3. Grayscale: #5A5A5A. Windows color (decimal): -1173460 or 2889966. OLE color: 2889966.
HSL color Cylindrical-coordinate representation of color #EE182C: hue angle of 354.39º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EE182C is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 24 | 44 | - |
| CMYK | 0 | 0.90 | 0.82 | 0.07 |
| HSL | 354.39º | 0.86% | 0.51% | - |
| HSV(B) | 354.39º | 0.9% | 0.93% | - |
| XYZ | 36.04 | 19.01 | 4.15 | - |
| YUV | 90.27 | 101.9 | 233.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 24 | 44 | 0 | 0.90 | 0.82 | 0.07 | 354.39 | 0.86 | 0.51 |
| Hex | EE | 18 | 2C | 0 | 5A | 52 | 7 | 162 | 56 | 33 |
| Octal | 356 | 30 | 54 | 0 | 132 | 122 | 7 | 542 | 126 | 63 |
| Binary | 11101110 | 11000 | 101100 | 0 | 1011010 | 1010010 | 111 | 101100010 | 1010110 | 110011 |
Color Harmonies of #EE182C
Complementary color
Monochromatic Colors of #EE182C
Black with #EE182C
Text Example
Text Example
White with #EE182C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE182C; }
p { color: rgb(238,24,44); }
H1.HeaderClassName
{
color: #EE182C;
}
.AnyTagClassName
{
color: #EE182C;
}
</style>
background-color css
<style>
a { background-color: #EE182C; }
a { background-color: rgb(238,24,44); }
div.DivClassName
{
background-color: #EE182C;
}
.BgClassName
{
background-color: #EE182C;
}
</style>
border-color css
<style>
span { border-color: #EE182C; }
span { border-color: rgb(238,24,44); }
td.TdClassName
{
border-color: #EE182C;
}
.TagClassName
{
border-color: #EE182C;
}
</style>