Shades of Alizarin #EE383B
Tints of Alizarin #EE383B
RGB
CMYK
RGB Variations
Color information
#EE383B (or 0xEE383B) is known color: Alizarin. HEX triplet: EE, 38 and 3B. RGB value is (238,56,59). Sum of RGB (Red+Green+Blue) = 238+56+59=353 (46% of max value = 765). Red value is 238 (93.36% from 255 or 67.42% from 353); Green value is 56 (22.27% from 255 or 15.86% from 353); Blue value is 59 (23.44% from 255 or 16.71% from 353); Max value from RGB is 238 - color contains mainly: red. Hex color #EE383B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE383B is #11C7C4. Grayscale: #6E6E6E. Windows color (decimal): -1165253 or 3881198. OLE color: 3881198.
HSL color Cylindrical-coordinate representation of color #EE383B: hue angle of 359.01º 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 #EE383B is Cyan = 0, Magento = 0.76, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 56 | 59 | - |
| CMYK | 0 | 0.76 | 0.75 | 0.07 |
| HSL | 359.01º | 0.84% | 0.58% | - |
| HSV(B) | 359.01º | 0.76% | 0.93% | - |
| XYZ | 37.46 | 21.32 | 6.28 | - |
| YUV | 110.76 | 98.8 | 218.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 56 | 59 | 0 | 0.76 | 0.75 | 0.07 | 359.01 | 0.84 | 0.58 |
| Hex | EE | 38 | 3B | 0 | 4C | 4B | 7 | 167 | 54 | 3A |
| Octal | 356 | 70 | 73 | 0 | 114 | 113 | 7 | 547 | 124 | 72 |
| Binary | 11101110 | 111000 | 111011 | 0 | 1001100 | 1001011 | 111 | 101100111 | 1010100 | 111010 |
Color Harmonies of #EE383B
Complementary color
Monochromatic Colors of #EE383B
Black with #EE383B
Text Example
Text Example
White with #EE383B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE383B; }
p { color: rgb(238,56,59); }
H1.HeaderClassName
{
color: #EE383B;
}
.AnyTagClassName
{
color: #EE383B;
}
</style>
background-color css
<style>
a { background-color: #EE383B; }
a { background-color: rgb(238,56,59); }
div.DivClassName
{
background-color: #EE383B;
}
.BgClassName
{
background-color: #EE383B;
}
</style>
border-color css
<style>
span { border-color: #EE383B; }
span { border-color: rgb(238,56,59); }
td.TdClassName
{
border-color: #EE383B;
}
.TagClassName
{
border-color: #EE383B;
}
</style>