Shades of Alizarin #EE232E
Tints of Alizarin #EE232E
RGB
CMYK
RGB Variations
Color information
#EE232E (or 0xEE232E) is known color: Alizarin. HEX triplet: EE, 23 and 2E. RGB value is (238,35,46). Sum of RGB (Red+Green+Blue) = 238+35+46=319 (42% of max value = 765). Red value is 238 (93.36% from 255 or 74.61% from 319); Green value is 35 (14.06% from 255 or 10.97% from 319); Blue value is 46 (18.36% from 255 or 14.42% from 319); Max value from RGB is 238 - color contains mainly: red. Hex color #EE232E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE232E is #11DCD1. Grayscale: #616161. Windows color (decimal): -1170642 or 3023854. OLE color: 3023854.
HSL color Cylindrical-coordinate representation of color #EE232E: hue angle of 356.75º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EE232E is Cyan = 0, Magento = 0.85, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 35 | 46 | - |
| CMYK | 0 | 0.85 | 0.81 | 0.07 |
| HSL | 356.75º | 0.86% | 0.54% | - |
| HSV(B) | 356.75º | 0.85% | 0.93% | - |
| XYZ | 36.35 | 19.58 | 4.45 | - |
| YUV | 96.95 | 99.25 | 228.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 35 | 46 | 0 | 0.85 | 0.81 | 0.07 | 356.75 | 0.86 | 0.54 |
| Hex | EE | 23 | 2E | 0 | 55 | 51 | 7 | 165 | 56 | 36 |
| Octal | 356 | 43 | 56 | 0 | 125 | 121 | 7 | 545 | 126 | 66 |
| Binary | 11101110 | 100011 | 101110 | 0 | 1010101 | 1010001 | 111 | 101100101 | 1010110 | 110110 |
Color Harmonies of #EE232E
Complementary color
Monochromatic Colors of #EE232E
Black with #EE232E
Text Example
Text Example
White with #EE232E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE232E; }
p { color: rgb(238,35,46); }
H1.HeaderClassName
{
color: #EE232E;
}
.AnyTagClassName
{
color: #EE232E;
}
</style>
background-color css
<style>
a { background-color: #EE232E; }
a { background-color: rgb(238,35,46); }
div.DivClassName
{
background-color: #EE232E;
}
.BgClassName
{
background-color: #EE232E;
}
</style>
border-color css
<style>
span { border-color: #EE232E; }
span { border-color: rgb(238,35,46); }
td.TdClassName
{
border-color: #EE232E;
}
.TagClassName
{
border-color: #EE232E;
}
</style>