Shades of Alizarin #EE292C
Tints of Alizarin #EE292C
RGB
CMYK
RGB Variations
Color information
#EE292C (or 0xEE292C) is known color: Alizarin. HEX triplet: EE, 29 and 2C. RGB value is (238,41,44). Sum of RGB (Red+Green+Blue) = 238+41+44=323 (42% of max value = 765). Red value is 238 (93.36% from 255 or 73.68% from 323); Green value is 41 (16.41% from 255 or 12.69% from 323); Blue value is 44 (17.58% from 255 or 13.62% from 323); Max value from RGB is 238 - color contains mainly: red. Hex color #EE292C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE292C is #11D6D3. Grayscale: #646464. Windows color (decimal): -1169108 or 2894318. OLE color: 2894318.
HSL color Cylindrical-coordinate representation of color #EE292C: hue angle of 359.09º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EE292C is Cyan = 0, Magento = 0.83, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 41 | 44 | - |
| CMYK | 0 | 0.83 | 0.82 | 0.07 |
| HSL | 359.09º | 0.85% | 0.55% | - |
| HSV(B) | 359.09º | 0.83% | 0.93% | - |
| XYZ | 36.51 | 19.94 | 4.31 | - |
| YUV | 100.25 | 96.27 | 226.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 41 | 44 | 0 | 0.83 | 0.82 | 0.07 | 359.09 | 0.85 | 0.55 |
| Hex | EE | 29 | 2C | 0 | 53 | 52 | 7 | 167 | 55 | 37 |
| Octal | 356 | 51 | 54 | 0 | 123 | 122 | 7 | 547 | 125 | 67 |
| Binary | 11101110 | 101001 | 101100 | 0 | 1010011 | 1010010 | 111 | 101100111 | 1010101 | 110111 |
Color Harmonies of #EE292C
Complementary color
Monochromatic Colors of #EE292C
Black with #EE292C
Text Example
Text Example
White with #EE292C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE292C; }
p { color: rgb(238,41,44); }
H1.HeaderClassName
{
color: #EE292C;
}
.AnyTagClassName
{
color: #EE292C;
}
</style>
background-color css
<style>
a { background-color: #EE292C; }
a { background-color: rgb(238,41,44); }
div.DivClassName
{
background-color: #EE292C;
}
.BgClassName
{
background-color: #EE292C;
}
</style>
border-color css
<style>
span { border-color: #EE292C; }
span { border-color: rgb(238,41,44); }
td.TdClassName
{
border-color: #EE292C;
}
.TagClassName
{
border-color: #EE292C;
}
</style>