Shades of Alizarin #EE222D
Tints of Alizarin #EE222D
RGB
CMYK
RGB Variations
Color information
#EE222D (or 0xEE222D) is known color: Alizarin. HEX triplet: EE, 22 and 2D. RGB value is (238,34,45). Sum of RGB (Red+Green+Blue) = 238+34+45=317 (41% of max value = 765). Red value is 238 (93.36% from 255 or 75.08% from 317); Green value is 34 (13.67% from 255 or 10.73% from 317); Blue value is 45 (17.97% from 255 or 14.20% from 317); Max value from RGB is 238 - color contains mainly: red. Hex color #EE222D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE222D is #11DDD2. Grayscale: #606060. Windows color (decimal): -1170899 or 2958062. OLE color: 2958062.
HSL color Cylindrical-coordinate representation of color #EE222D: hue angle of 356.76º 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 #EE222D is Cyan = 0, Magento = 0.86, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 34 | 45 | - |
| CMYK | 0 | 0.86 | 0.81 | 0.07 |
| HSL | 356.76º | 0.86% | 0.53% | - |
| HSV(B) | 356.76º | 0.86% | 0.93% | - |
| XYZ | 36.31 | 19.51 | 4.34 | - |
| YUV | 96.25 | 99.09 | 229.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 34 | 45 | 0 | 0.86 | 0.81 | 0.07 | 356.76 | 0.86 | 0.53 |
| Hex | EE | 22 | 2D | 0 | 56 | 51 | 7 | 165 | 56 | 35 |
| Octal | 356 | 42 | 55 | 0 | 126 | 121 | 7 | 545 | 126 | 65 |
| Binary | 11101110 | 100010 | 101101 | 0 | 1010110 | 1010001 | 111 | 101100101 | 1010110 | 110101 |
Color Harmonies of #EE222D
Complementary color
Monochromatic Colors of #EE222D
Black with #EE222D
Text Example
Text Example
White with #EE222D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE222D; }
p { color: rgb(238,34,45); }
H1.HeaderClassName
{
color: #EE222D;
}
.AnyTagClassName
{
color: #EE222D;
}
</style>
background-color css
<style>
a { background-color: #EE222D; }
a { background-color: rgb(238,34,45); }
div.DivClassName
{
background-color: #EE222D;
}
.BgClassName
{
background-color: #EE222D;
}
</style>
border-color css
<style>
span { border-color: #EE222D; }
span { border-color: rgb(238,34,45); }
td.TdClassName
{
border-color: #EE222D;
}
.TagClassName
{
border-color: #EE222D;
}
</style>