Shades of Alizarin #EE2224
Tints of Alizarin #EE2224
RGB
CMYK
RGB Variations
Color information
#EE2224 (or 0xEE2224) is known color: Alizarin. HEX triplet: EE, 22 and 24. RGB value is (238,34,36). Sum of RGB (Red+Green+Blue) = 238+34+36=308 (40% of max value = 765). Red value is 238 (93.36% from 255 or 77.27% from 308); Green value is 34 (13.67% from 255 or 11.04% from 308); Blue value is 36 (14.45% from 255 or 11.69% from 308); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2224 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE2224 is #11DDDB. Grayscale: #5F5F5F. Windows color (decimal): -1170908 or 2368238. OLE color: 2368238.
HSL color Cylindrical-coordinate representation of color #EE2224: hue angle of 359.41º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EE2224 is Cyan = 0, Magento = 0.86, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 34 | 36 | - |
| CMYK | 0 | 0.86 | 0.85 | 0.07 |
| HSL | 359.41º | 0.86% | 0.53% | - |
| HSV(B) | 359.41º | 0.86% | 0.93% | - |
| XYZ | 36.15 | 19.45 | 3.52 | - |
| YUV | 95.22 | 94.59 | 229.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 34 | 36 | 0 | 0.86 | 0.85 | 0.07 | 359.41 | 0.86 | 0.53 |
| Hex | EE | 22 | 24 | 0 | 56 | 55 | 7 | 167 | 56 | 35 |
| Octal | 356 | 42 | 44 | 0 | 126 | 125 | 7 | 547 | 126 | 65 |
| Binary | 11101110 | 100010 | 100100 | 0 | 1010110 | 1010101 | 111 | 101100111 | 1010110 | 110101 |
Color Harmonies of #EE2224
Complementary color
Monochromatic Colors of #EE2224
Black with #EE2224
Text Example
Text Example
White with #EE2224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2224; }
p { color: rgb(238,34,36); }
H1.HeaderClassName
{
color: #EE2224;
}
.AnyTagClassName
{
color: #EE2224;
}
</style>
background-color css
<style>
a { background-color: #EE2224; }
a { background-color: rgb(238,34,36); }
div.DivClassName
{
background-color: #EE2224;
}
.BgClassName
{
background-color: #EE2224;
}
</style>
border-color css
<style>
span { border-color: #EE2224; }
span { border-color: rgb(238,34,36); }
td.TdClassName
{
border-color: #EE2224;
}
.TagClassName
{
border-color: #EE2224;
}
</style>