Shades of Alizarin #EE232B
Tints of Alizarin #EE232B
RGB
CMYK
RGB Variations
Color information
#EE232B (or 0xEE232B) is known color: Alizarin. HEX triplet: EE, 23 and 2B. RGB value is (238,35,43). Sum of RGB (Red+Green+Blue) = 238+35+43=316 (41% of max value = 765). Red value is 238 (93.36% from 255 or 75.32% from 316); Green value is 35 (14.06% from 255 or 11.08% from 316); Blue value is 43 (17.19% from 255 or 13.61% from 316); Max value from RGB is 238 - color contains mainly: red. Hex color #EE232B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE232B is #11DCD4. Grayscale: #606060. Windows color (decimal): -1170645 or 2827246. OLE color: 2827246.
HSL color Cylindrical-coordinate representation of color #EE232B: hue angle of 357.64º 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 #EE232B is Cyan = 0, Magento = 0.85, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 35 | 43 | - |
| CMYK | 0 | 0.85 | 0.82 | 0.07 |
| HSL | 357.64º | 0.86% | 0.54% | - |
| HSV(B) | 357.64º | 0.85% | 0.93% | - |
| XYZ | 36.3 | 19.55 | 4.15 | - |
| YUV | 96.61 | 97.75 | 228.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 35 | 43 | 0 | 0.85 | 0.82 | 0.07 | 357.64 | 0.86 | 0.54 |
| Hex | EE | 23 | 2B | 0 | 55 | 52 | 7 | 166 | 56 | 36 |
| Octal | 356 | 43 | 53 | 0 | 125 | 122 | 7 | 546 | 126 | 66 |
| Binary | 11101110 | 100011 | 101011 | 0 | 1010101 | 1010010 | 111 | 101100110 | 1010110 | 110110 |
Color Harmonies of #EE232B
Complementary color
Monochromatic Colors of #EE232B
Black with #EE232B
Text Example
Text Example
White with #EE232B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE232B; }
p { color: rgb(238,35,43); }
H1.HeaderClassName
{
color: #EE232B;
}
.AnyTagClassName
{
color: #EE232B;
}
</style>
background-color css
<style>
a { background-color: #EE232B; }
a { background-color: rgb(238,35,43); }
div.DivClassName
{
background-color: #EE232B;
}
.BgClassName
{
background-color: #EE232B;
}
</style>
border-color css
<style>
span { border-color: #EE232B; }
span { border-color: rgb(238,35,43); }
td.TdClassName
{
border-color: #EE232B;
}
.TagClassName
{
border-color: #EE232B;
}
</style>