Shades of Alizarin #EE253D
Tints of Alizarin #EE253D
RGB
CMYK
RGB Variations
Color information
#EE253D (or 0xEE253D) is known color: Alizarin. HEX triplet: EE, 25 and 3D. RGB value is (238,37,61). Sum of RGB (Red+Green+Blue) = 238+37+61=336 (44% of max value = 765). Red value is 238 (93.36% from 255 or 70.83% from 336); Green value is 37 (14.84% from 255 or 11.01% from 336); Blue value is 61 (24.22% from 255 or 18.15% from 336); Max value from RGB is 238 - color contains mainly: red. Hex color #EE253D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE253D is #11DAC2. Grayscale: #636363. Windows color (decimal): -1170115 or 4007406. OLE color: 4007406.
HSL color Cylindrical-coordinate representation of color #EE253D: hue angle of 352.84º 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 #EE253D is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 37 | 61 | - |
| CMYK | 0 | 0.84 | 0.74 | 0.07 |
| HSL | 352.84º | 0.86% | 0.54% | - |
| HSV(B) | 352.84º | 0.84% | 0.93% | - |
| XYZ | 36.76 | 19.84 | 6.31 | - |
| YUV | 99.84 | 106.09 | 226.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 37 | 61 | 0 | 0.84 | 0.74 | 0.07 | 352.84 | 0.86 | 0.54 |
| Hex | EE | 25 | 3D | 0 | 54 | 4A | 7 | 161 | 56 | 36 |
| Octal | 356 | 45 | 75 | 0 | 124 | 112 | 7 | 541 | 126 | 66 |
| Binary | 11101110 | 100101 | 111101 | 0 | 1010100 | 1001010 | 111 | 101100001 | 1010110 | 110110 |
Color Harmonies of #EE253D
Complementary color
Monochromatic Colors of #EE253D
Black with #EE253D
Text Example
Text Example
White with #EE253D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE253D; }
p { color: rgb(238,37,61); }
H1.HeaderClassName
{
color: #EE253D;
}
.AnyTagClassName
{
color: #EE253D;
}
</style>
background-color css
<style>
a { background-color: #EE253D; }
a { background-color: rgb(238,37,61); }
div.DivClassName
{
background-color: #EE253D;
}
.BgClassName
{
background-color: #EE253D;
}
</style>
border-color css
<style>
span { border-color: #EE253D; }
span { border-color: rgb(238,37,61); }
td.TdClassName
{
border-color: #EE253D;
}
.TagClassName
{
border-color: #EE253D;
}
</style>