Shades of Alizarin #EE2329
Tints of Alizarin #EE2329
RGB
CMYK
RGB Variations
Color information
#EE2329 (or 0xEE2329) is known color: Alizarin. HEX triplet: EE, 23 and 29. RGB value is (238,35,41). Sum of RGB (Red+Green+Blue) = 238+35+41=314 (41% of max value = 765). Red value is 238 (93.36% from 255 or 75.80% from 314); Green value is 35 (14.06% from 255 or 11.15% from 314); Blue value is 41 (16.41% from 255 or 13.06% from 314); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2329 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE2329 is #11DCD6. Grayscale: #606060. Windows color (decimal): -1170647 or 2696174. OLE color: 2696174.
HSL color Cylindrical-coordinate representation of color #EE2329: hue angle of 358.23º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EE2329 is Cyan = 0, Magento = 0.85, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 35 | 41 | - |
| CMYK | 0 | 0.85 | 0.83 | 0.07 |
| HSL | 358.23º | 0.86% | 0.54% | - |
| HSV(B) | 358.23º | 0.85% | 0.93% | - |
| XYZ | 36.26 | 19.54 | 3.96 | - |
| YUV | 96.38 | 96.75 | 229.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 35 | 41 | 0 | 0.85 | 0.83 | 0.07 | 358.23 | 0.86 | 0.54 |
| Hex | EE | 23 | 29 | 0 | 55 | 53 | 7 | 166 | 56 | 36 |
| Octal | 356 | 43 | 51 | 0 | 125 | 123 | 7 | 546 | 126 | 66 |
| Binary | 11101110 | 100011 | 101001 | 0 | 1010101 | 1010011 | 111 | 101100110 | 1010110 | 110110 |
Color Harmonies of #EE2329
Complementary color
Monochromatic Colors of #EE2329
Black with #EE2329
Text Example
Text Example
White with #EE2329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2329; }
p { color: rgb(238,35,41); }
H1.HeaderClassName
{
color: #EE2329;
}
.AnyTagClassName
{
color: #EE2329;
}
</style>
background-color css
<style>
a { background-color: #EE2329; }
a { background-color: rgb(238,35,41); }
div.DivClassName
{
background-color: #EE2329;
}
.BgClassName
{
background-color: #EE2329;
}
</style>
border-color css
<style>
span { border-color: #EE2329; }
span { border-color: rgb(238,35,41); }
td.TdClassName
{
border-color: #EE2329;
}
.TagClassName
{
border-color: #EE2329;
}
</style>