Shades of Alizarin #EE3940
Tints of Alizarin #EE3940
RGB
CMYK
RGB Variations
Color information
#EE3940 (or 0xEE3940) is known color: Alizarin. HEX triplet: EE, 39 and 40. RGB value is (238,57,64). Sum of RGB (Red+Green+Blue) = 238+57+64=359 (47% of max value = 765). Red value is 238 (93.36% from 255 or 66.30% from 359); Green value is 57 (22.66% from 255 or 15.88% from 359); Blue value is 64 (25.39% from 255 or 17.83% from 359); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3940 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE3940 is #11C6BF. Grayscale: #707070. Windows color (decimal): -1164992 or 4209134. OLE color: 4209134.
HSL color Cylindrical-coordinate representation of color #EE3940: hue angle of 357.68º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EE3940 is Cyan = 0, Magento = 0.76, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 57 | 64 | - |
| CMYK | 0 | 0.76 | 0.73 | 0.07 |
| HSL | 357.68º | 0.84% | 0.58% | - |
| HSV(B) | 357.68º | 0.76% | 0.93% | - |
| XYZ | 37.65 | 21.47 | 7.01 | - |
| YUV | 111.92 | 100.97 | 217.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 57 | 64 | 0 | 0.76 | 0.73 | 0.07 | 357.68 | 0.84 | 0.58 |
| Hex | EE | 39 | 40 | 0 | 4C | 49 | 7 | 166 | 54 | 3A |
| Octal | 356 | 71 | 100 | 0 | 114 | 111 | 7 | 546 | 124 | 72 |
| Binary | 11101110 | 111001 | 1000000 | 0 | 1001100 | 1001001 | 111 | 101100110 | 1010100 | 111010 |
Color Harmonies of #EE3940
Complementary color
Monochromatic Colors of #EE3940
Black with #EE3940
Text Example
Text Example
White with #EE3940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3940; }
p { color: rgb(238,57,64); }
H1.HeaderClassName
{
color: #EE3940;
}
.AnyTagClassName
{
color: #EE3940;
}
</style>
background-color css
<style>
a { background-color: #EE3940; }
a { background-color: rgb(238,57,64); }
div.DivClassName
{
background-color: #EE3940;
}
.BgClassName
{
background-color: #EE3940;
}
</style>
border-color css
<style>
span { border-color: #EE3940; }
span { border-color: rgb(238,57,64); }
td.TdClassName
{
border-color: #EE3940;
}
.TagClassName
{
border-color: #EE3940;
}
</style>