Shades of Alizarin #EE171D
Tints of Alizarin #EE171D
RGB
CMYK
RGB Variations
Color information
#EE171D (or 0xEE171D) is known color: Alizarin. HEX triplet: EE, 17 and 1D. RGB value is (238,23,29). Sum of RGB (Red+Green+Blue) = 238+23+29=290 (38% of max value = 765). Red value is 238 (93.36% from 255 or 82.07% from 290); Green value is 23 (9.38% from 255 or 7.93% from 290); Blue value is 29 (11.72% from 255 or 10% from 290); Max value from RGB is 238 - color contains mainly: red. Hex color #EE171D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE171D is #11E8E2. Grayscale: #585858. Windows color (decimal): -1173731 or 1906670. OLE color: 1906670.
HSL color Cylindrical-coordinate representation of color #EE171D: hue angle of 358.33º 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 #EE171D is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 23 | 29 | - |
| CMYK | 0 | 0.90 | 0.88 | 0.07 |
| HSL | 358.33º | 0.86% | 0.51% | - |
| HSV(B) | 358.33º | 0.9% | 0.93% | - |
| XYZ | 35.79 | 18.88 | 2.92 | - |
| YUV | 87.97 | 94.73 | 235.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 23 | 29 | 0 | 0.90 | 0.88 | 0.07 | 358.33 | 0.86 | 0.51 |
| Hex | EE | 17 | 1D | 0 | 5A | 58 | 7 | 166 | 56 | 33 |
| Octal | 356 | 27 | 35 | 0 | 132 | 130 | 7 | 546 | 126 | 63 |
| Binary | 11101110 | 10111 | 11101 | 0 | 1011010 | 1011000 | 111 | 101100110 | 1010110 | 110011 |
Color Harmonies of #EE171D
Complementary color
Monochromatic Colors of #EE171D
Black with #EE171D
Text Example
Text Example
White with #EE171D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE171D; }
p { color: rgb(238,23,29); }
H1.HeaderClassName
{
color: #EE171D;
}
.AnyTagClassName
{
color: #EE171D;
}
</style>
background-color css
<style>
a { background-color: #EE171D; }
a { background-color: rgb(238,23,29); }
div.DivClassName
{
background-color: #EE171D;
}
.BgClassName
{
background-color: #EE171D;
}
</style>
border-color css
<style>
span { border-color: #EE171D; }
span { border-color: rgb(238,23,29); }
td.TdClassName
{
border-color: #EE171D;
}
.TagClassName
{
border-color: #EE171D;
}
</style>