Shades of Alizarin #EE253B
Tints of Alizarin #EE253B
RGB
CMYK
RGB Variations
Color information
#EE253B (or 0xEE253B) is known color: Alizarin. HEX triplet: EE, 25 and 3B. RGB value is (238,37,59). Sum of RGB (Red+Green+Blue) = 238+37+59=334 (44% of max value = 765). Red value is 238 (93.36% from 255 or 71.26% from 334); Green value is 37 (14.84% from 255 or 11.08% from 334); Blue value is 59 (23.44% from 255 or 17.66% from 334); Max value from RGB is 238 - color contains mainly: red. Hex color #EE253B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE253B is #11DAC4. Grayscale: #636363. Windows color (decimal): -1170117 or 3876334. OLE color: 3876334.
HSL color Cylindrical-coordinate representation of color #EE253B: hue angle of 353.43º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EE253B is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 37 | 59 | - |
| CMYK | 0 | 0.84 | 0.75 | 0.07 |
| HSL | 353.43º | 0.86% | 0.54% | - |
| HSV(B) | 353.43º | 0.84% | 0.93% | - |
| XYZ | 36.71 | 19.82 | 6.03 | - |
| YUV | 99.61 | 105.09 | 226.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 37 | 59 | 0 | 0.84 | 0.75 | 0.07 | 353.43 | 0.86 | 0.54 |
| Hex | EE | 25 | 3B | 0 | 54 | 4B | 7 | 161 | 56 | 36 |
| Octal | 356 | 45 | 73 | 0 | 124 | 113 | 7 | 541 | 126 | 66 |
| Binary | 11101110 | 100101 | 111011 | 0 | 1010100 | 1001011 | 111 | 101100001 | 1010110 | 110110 |
Color Harmonies of #EE253B
Complementary color
Monochromatic Colors of #EE253B
Black with #EE253B
Text Example
Text Example
White with #EE253B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE253B; }
p { color: rgb(238,37,59); }
H1.HeaderClassName
{
color: #EE253B;
}
.AnyTagClassName
{
color: #EE253B;
}
</style>
background-color css
<style>
a { background-color: #EE253B; }
a { background-color: rgb(238,37,59); }
div.DivClassName
{
background-color: #EE253B;
}
.BgClassName
{
background-color: #EE253B;
}
</style>
border-color css
<style>
span { border-color: #EE253B; }
span { border-color: rgb(238,37,59); }
td.TdClassName
{
border-color: #EE253B;
}
.TagClassName
{
border-color: #EE253B;
}
</style>