Shades of Alizarin #EE182D
Tints of Alizarin #EE182D
RGB
CMYK
RGB Variations
Color information
#EE182D (or 0xEE182D) is known color: Alizarin. HEX triplet: EE, 18 and 2D. RGB value is (238,24,45). Sum of RGB (Red+Green+Blue) = 238+24+45=307 (40% of max value = 765). Red value is 238 (93.36% from 255 or 77.52% from 307); Green value is 24 (9.77% from 255 or 7.82% from 307); Blue value is 45 (17.97% from 255 or 14.66% from 307); Max value from RGB is 238 - color contains mainly: red. Hex color #EE182D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE182D is #11E7D2. Grayscale: #5A5A5A. Windows color (decimal): -1173459 or 2955502. OLE color: 2955502.
HSL color Cylindrical-coordinate representation of color #EE182D: hue angle of 354.11º 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 #EE182D is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 24 | 45 | - |
| CMYK | 0 | 0.90 | 0.81 | 0.07 |
| HSL | 354.11º | 0.86% | 0.51% | - |
| HSV(B) | 354.11º | 0.9% | 0.93% | - |
| XYZ | 36.06 | 19.02 | 4.25 | - |
| YUV | 90.38 | 102.4 | 233.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 24 | 45 | 0 | 0.90 | 0.81 | 0.07 | 354.11 | 0.86 | 0.51 |
| Hex | EE | 18 | 2D | 0 | 5A | 51 | 7 | 162 | 56 | 33 |
| Octal | 356 | 30 | 55 | 0 | 132 | 121 | 7 | 542 | 126 | 63 |
| Binary | 11101110 | 11000 | 101101 | 0 | 1011010 | 1010001 | 111 | 101100010 | 1010110 | 110011 |
Color Harmonies of #EE182D
Complementary color
Monochromatic Colors of #EE182D
Black with #EE182D
Text Example
Text Example
White with #EE182D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE182D; }
p { color: rgb(238,24,45); }
H1.HeaderClassName
{
color: #EE182D;
}
.AnyTagClassName
{
color: #EE182D;
}
</style>
background-color css
<style>
a { background-color: #EE182D; }
a { background-color: rgb(238,24,45); }
div.DivClassName
{
background-color: #EE182D;
}
.BgClassName
{
background-color: #EE182D;
}
</style>
border-color css
<style>
span { border-color: #EE182D; }
span { border-color: rgb(238,24,45); }
td.TdClassName
{
border-color: #EE182D;
}
.TagClassName
{
border-color: #EE182D;
}
</style>