Shades of Alizarin #EE253A
Tints of Alizarin #EE253A
RGB
CMYK
RGB Variations
Color information
#EE253A (or 0xEE253A) is known color: Alizarin. HEX triplet: EE, 25 and 3A. RGB value is (238,37,58). Sum of RGB (Red+Green+Blue) = 238+37+58=333 (44% of max value = 765). Red value is 238 (93.36% from 255 or 71.47% from 333); Green value is 37 (14.84% from 255 or 11.11% from 333); Blue value is 58 (23.05% from 255 or 17.42% from 333); Max value from RGB is 238 - color contains mainly: red. Hex color #EE253A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE253A is #11DAC5. Grayscale: #636363. Windows color (decimal): -1170118 or 3810798. OLE color: 3810798.
HSL color Cylindrical-coordinate representation of color #EE253A: hue angle of 353.73º 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 #EE253A is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 37 | 58 | - |
| CMYK | 0 | 0.84 | 0.76 | 0.07 |
| HSL | 353.73º | 0.86% | 0.54% | - |
| HSV(B) | 353.73º | 0.84% | 0.93% | - |
| XYZ | 36.69 | 19.81 | 5.89 | - |
| YUV | 99.49 | 104.59 | 226.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 37 | 58 | 0 | 0.84 | 0.76 | 0.07 | 353.73 | 0.86 | 0.54 |
| Hex | EE | 25 | 3A | 0 | 54 | 4C | 7 | 162 | 56 | 36 |
| Octal | 356 | 45 | 72 | 0 | 124 | 114 | 7 | 542 | 126 | 66 |
| Binary | 11101110 | 100101 | 111010 | 0 | 1010100 | 1001100 | 111 | 101100010 | 1010110 | 110110 |
Color Harmonies of #EE253A
Complementary color
Monochromatic Colors of #EE253A
Black with #EE253A
Text Example
Text Example
White with #EE253A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE253A; }
p { color: rgb(238,37,58); }
H1.HeaderClassName
{
color: #EE253A;
}
.AnyTagClassName
{
color: #EE253A;
}
</style>
background-color css
<style>
a { background-color: #EE253A; }
a { background-color: rgb(238,37,58); }
div.DivClassName
{
background-color: #EE253A;
}
.BgClassName
{
background-color: #EE253A;
}
</style>
border-color css
<style>
span { border-color: #EE253A; }
span { border-color: rgb(238,37,58); }
td.TdClassName
{
border-color: #EE253A;
}
.TagClassName
{
border-color: #EE253A;
}
</style>