Shades of Alizarin #EE373B
Tints of Alizarin #EE373B
RGB
CMYK
RGB Variations
Color information
#EE373B (or 0xEE373B) is known color: Alizarin. HEX triplet: EE, 37 and 3B. RGB value is (238,55,59). Sum of RGB (Red+Green+Blue) = 238+55+59=352 (46% of max value = 765). Red value is 238 (93.36% from 255 or 67.61% from 352); Green value is 55 (21.88% from 255 or 15.62% from 352); Blue value is 59 (23.44% from 255 or 16.76% from 352); Max value from RGB is 238 - color contains mainly: red. Hex color #EE373B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE373B is #11C8C4. Grayscale: #6E6E6E. Windows color (decimal): -1165509 or 3880942. OLE color: 3880942.
HSL color Cylindrical-coordinate representation of color #EE373B: hue angle of 358.69º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EE373B is Cyan = 0, Magento = 0.77, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 55 | 59 | - |
| CMYK | 0 | 0.77 | 0.75 | 0.07 |
| HSL | 358.69º | 0.84% | 0.57% | - |
| HSV(B) | 358.69º | 0.77% | 0.93% | - |
| XYZ | 37.42 | 21.23 | 6.26 | - |
| YUV | 110.17 | 99.13 | 219.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 55 | 59 | 0 | 0.77 | 0.75 | 0.07 | 358.69 | 0.84 | 0.57 |
| Hex | EE | 37 | 3B | 0 | 4D | 4B | 7 | 167 | 54 | 39 |
| Octal | 356 | 67 | 73 | 0 | 115 | 113 | 7 | 547 | 124 | 71 |
| Binary | 11101110 | 110111 | 111011 | 0 | 1001101 | 1001011 | 111 | 101100111 | 1010100 | 111001 |
Color Harmonies of #EE373B
Complementary color
Monochromatic Colors of #EE373B
Black with #EE373B
Text Example
Text Example
White with #EE373B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE373B; }
p { color: rgb(238,55,59); }
H1.HeaderClassName
{
color: #EE373B;
}
.AnyTagClassName
{
color: #EE373B;
}
</style>
background-color css
<style>
a { background-color: #EE373B; }
a { background-color: rgb(238,55,59); }
div.DivClassName
{
background-color: #EE373B;
}
.BgClassName
{
background-color: #EE373B;
}
</style>
border-color css
<style>
span { border-color: #EE373B; }
span { border-color: rgb(238,55,59); }
td.TdClassName
{
border-color: #EE373B;
}
.TagClassName
{
border-color: #EE373B;
}
</style>