Shades of Alizarin #EE182E
Tints of Alizarin #EE182E
RGB
CMYK
RGB Variations
Color information
#EE182E (or 0xEE182E) is known color: Alizarin. HEX triplet: EE, 18 and 2E. RGB value is (238,24,46). Sum of RGB (Red+Green+Blue) = 238+24+46=308 (40% of max value = 765). Red value is 238 (93.36% from 255 or 77.27% from 308); Green value is 24 (9.77% from 255 or 7.79% from 308); Blue value is 46 (18.36% from 255 or 14.94% from 308); Max value from RGB is 238 - color contains mainly: red. Hex color #EE182E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE182E is #11E7D1. Grayscale: #5A5A5A. Windows color (decimal): -1173458 or 3021038. OLE color: 3021038.
HSL color Cylindrical-coordinate representation of color #EE182E: hue angle of 353.83º 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 #EE182E is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 24 | 46 | - |
| CMYK | 0 | 0.90 | 0.81 | 0.07 |
| HSL | 353.83º | 0.86% | 0.51% | - |
| HSV(B) | 353.83º | 0.9% | 0.93% | - |
| XYZ | 36.08 | 19.03 | 4.36 | - |
| YUV | 90.49 | 102.9 | 233.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 24 | 46 | 0 | 0.90 | 0.81 | 0.07 | 353.83 | 0.86 | 0.51 |
| Hex | EE | 18 | 2E | 0 | 5A | 51 | 7 | 162 | 56 | 33 |
| Octal | 356 | 30 | 56 | 0 | 132 | 121 | 7 | 542 | 126 | 63 |
| Binary | 11101110 | 11000 | 101110 | 0 | 1011010 | 1010001 | 111 | 101100010 | 1010110 | 110011 |
Color Harmonies of #EE182E
Complementary color
Monochromatic Colors of #EE182E
Black with #EE182E
Text Example
Text Example
White with #EE182E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE182E; }
p { color: rgb(238,24,46); }
H1.HeaderClassName
{
color: #EE182E;
}
.AnyTagClassName
{
color: #EE182E;
}
</style>
background-color css
<style>
a { background-color: #EE182E; }
a { background-color: rgb(238,24,46); }
div.DivClassName
{
background-color: #EE182E;
}
.BgClassName
{
background-color: #EE182E;
}
</style>
border-color css
<style>
span { border-color: #EE182E; }
span { border-color: rgb(238,24,46); }
td.TdClassName
{
border-color: #EE182E;
}
.TagClassName
{
border-color: #EE182E;
}
</style>