Shades of Alizarin #EE2227
Tints of Alizarin #EE2227
RGB
CMYK
RGB Variations
Color information
#EE2227 (or 0xEE2227) is known color: Alizarin. HEX triplet: EE, 22 and 27. RGB value is (238,34,39). Sum of RGB (Red+Green+Blue) = 238+34+39=311 (41% of max value = 765). Red value is 238 (93.36% from 255 or 76.53% from 311); Green value is 34 (13.67% from 255 or 10.93% from 311); Blue value is 39 (15.62% from 255 or 12.54% from 311); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2227 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE2227 is #11DDD8. Grayscale: #5F5F5F. Windows color (decimal): -1170905 or 2564846. OLE color: 2564846.
HSL color Cylindrical-coordinate representation of color #EE2227: hue angle of 358.53º 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 #EE2227 is Cyan = 0, Magento = 0.86, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 34 | 39 | - |
| CMYK | 0 | 0.86 | 0.84 | 0.07 |
| HSL | 358.53º | 0.86% | 0.53% | - |
| HSV(B) | 358.53º | 0.86% | 0.93% | - |
| XYZ | 36.2 | 19.47 | 3.77 | - |
| YUV | 95.57 | 96.09 | 229.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 34 | 39 | 0 | 0.86 | 0.84 | 0.07 | 358.53 | 0.86 | 0.53 |
| Hex | EE | 22 | 27 | 0 | 56 | 54 | 7 | 167 | 56 | 35 |
| Octal | 356 | 42 | 47 | 0 | 126 | 124 | 7 | 547 | 126 | 65 |
| Binary | 11101110 | 100010 | 100111 | 0 | 1010110 | 1010100 | 111 | 101100111 | 1010110 | 110101 |
Color Harmonies of #EE2227
Complementary color
Monochromatic Colors of #EE2227
Black with #EE2227
Text Example
Text Example
White with #EE2227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2227; }
p { color: rgb(238,34,39); }
H1.HeaderClassName
{
color: #EE2227;
}
.AnyTagClassName
{
color: #EE2227;
}
</style>
background-color css
<style>
a { background-color: #EE2227; }
a { background-color: rgb(238,34,39); }
div.DivClassName
{
background-color: #EE2227;
}
.BgClassName
{
background-color: #EE2227;
}
</style>
border-color css
<style>
span { border-color: #EE2227; }
span { border-color: rgb(238,34,39); }
td.TdClassName
{
border-color: #EE2227;
}
.TagClassName
{
border-color: #EE2227;
}
</style>