Shades of Alizarin #EE3136
Tints of Alizarin #EE3136
RGB
CMYK
RGB Variations
Color information
#EE3136 (or 0xEE3136) is known color: Alizarin. HEX triplet: EE, 31 and 36. RGB value is (238,49,54). Sum of RGB (Red+Green+Blue) = 238+49+54=341 (45% of max value = 765). Red value is 238 (93.36% from 255 or 69.79% from 341); Green value is 49 (19.53% from 255 or 14.37% from 341); Blue value is 54 (21.48% from 255 or 15.84% from 341); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3136 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE3136 is #11CEC9. Grayscale: #6A6A6A. Windows color (decimal): -1167050 or 3551726. OLE color: 3551726.
HSL color Cylindrical-coordinate representation of color #EE3136: hue angle of 358.41º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EE3136 is Cyan = 0, Magento = 0.79, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 49 | 54 | - |
| CMYK | 0 | 0.79 | 0.77 | 0.07 |
| HSL | 358.41º | 0.85% | 0.56% | - |
| HSV(B) | 358.41º | 0.79% | 0.93% | - |
| XYZ | 37.02 | 20.64 | 5.52 | - |
| YUV | 106.08 | 98.62 | 222.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 49 | 54 | 0 | 0.79 | 0.77 | 0.07 | 358.41 | 0.85 | 0.56 |
| Hex | EE | 31 | 36 | 0 | 4F | 4D | 7 | 166 | 55 | 38 |
| Octal | 356 | 61 | 66 | 0 | 117 | 115 | 7 | 546 | 125 | 70 |
| Binary | 11101110 | 110001 | 110110 | 0 | 1001111 | 1001101 | 111 | 101100110 | 1010101 | 111000 |
Color Harmonies of #EE3136
Complementary color
Monochromatic Colors of #EE3136
Black with #EE3136
Text Example
Text Example
White with #EE3136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3136; }
p { color: rgb(238,49,54); }
H1.HeaderClassName
{
color: #EE3136;
}
.AnyTagClassName
{
color: #EE3136;
}
</style>
background-color css
<style>
a { background-color: #EE3136; }
a { background-color: rgb(238,49,54); }
div.DivClassName
{
background-color: #EE3136;
}
.BgClassName
{
background-color: #EE3136;
}
</style>
border-color css
<style>
span { border-color: #EE3136; }
span { border-color: rgb(238,49,54); }
td.TdClassName
{
border-color: #EE3136;
}
.TagClassName
{
border-color: #EE3136;
}
</style>