Shades of Alizarin #EE2533
Tints of Alizarin #EE2533
RGB
CMYK
RGB Variations
Color information
#EE2533 (or 0xEE2533) is known color: Alizarin. HEX triplet: EE, 25 and 33. RGB value is (238,37,51). Sum of RGB (Red+Green+Blue) = 238+37+51=326 (43% of max value = 765). Red value is 238 (93.36% from 255 or 73.01% from 326); Green value is 37 (14.84% from 255 or 11.35% from 326); Blue value is 51 (20.31% from 255 or 15.64% from 326); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2533 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE2533 is #11DACC. Grayscale: #626262. Windows color (decimal): -1170125 or 3352046. OLE color: 3352046.
HSL color Cylindrical-coordinate representation of color #EE2533: hue angle of 355.82º 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 #EE2533 is Cyan = 0, Magento = 0.84, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 37 | 51 | - |
| CMYK | 0 | 0.84 | 0.79 | 0.07 |
| HSL | 355.82º | 0.86% | 0.54% | - |
| HSV(B) | 355.82º | 0.84% | 0.93% | - |
| XYZ | 36.52 | 19.74 | 5.02 | - |
| YUV | 98.7 | 101.09 | 227.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 37 | 51 | 0 | 0.84 | 0.79 | 0.07 | 355.82 | 0.86 | 0.54 |
| Hex | EE | 25 | 33 | 0 | 54 | 4F | 7 | 164 | 56 | 36 |
| Octal | 356 | 45 | 63 | 0 | 124 | 117 | 7 | 544 | 126 | 66 |
| Binary | 11101110 | 100101 | 110011 | 0 | 1010100 | 1001111 | 111 | 101100100 | 1010110 | 110110 |
Color Harmonies of #EE2533
Complementary color
Monochromatic Colors of #EE2533
Black with #EE2533
Text Example
Text Example
White with #EE2533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2533; }
p { color: rgb(238,37,51); }
H1.HeaderClassName
{
color: #EE2533;
}
.AnyTagClassName
{
color: #EE2533;
}
</style>
background-color css
<style>
a { background-color: #EE2533; }
a { background-color: rgb(238,37,51); }
div.DivClassName
{
background-color: #EE2533;
}
.BgClassName
{
background-color: #EE2533;
}
</style>
border-color css
<style>
span { border-color: #EE2533; }
span { border-color: rgb(238,37,51); }
td.TdClassName
{
border-color: #EE2533;
}
.TagClassName
{
border-color: #EE2533;
}
</style>