Shades of Alizarin #EE2425
Tints of Alizarin #EE2425
RGB
CMYK
RGB Variations
Color information
#EE2425 (or 0xEE2425) is known color: Alizarin. HEX triplet: EE, 24 and 25. RGB value is (238,36,37). Sum of RGB (Red+Green+Blue) = 238+36+37=311 (41% of max value = 765). Red value is 238 (93.36% from 255 or 76.53% from 311); Green value is 36 (14.45% from 255 or 11.58% from 311); Blue value is 37 (14.84% from 255 or 11.90% from 311); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2425 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE2425 is #11DBDA. Grayscale: #606060. Windows color (decimal): -1170395 or 2434286. OLE color: 2434286.
HSL color Cylindrical-coordinate representation of color #EE2425: hue angle of 359.7º 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 #EE2425 is Cyan = 0, Magento = 0.85, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 36 | 37 | - |
| CMYK | 0 | 0.85 | 0.84 | 0.07 |
| HSL | 359.7º | 0.86% | 0.54% | - |
| HSV(B) | 359.7º | 0.85% | 0.93% | - |
| XYZ | 36.22 | 19.57 | 3.62 | - |
| YUV | 96.51 | 94.42 | 228.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 36 | 37 | 0 | 0.85 | 0.84 | 0.07 | 359.7 | 0.86 | 0.54 |
| Hex | EE | 24 | 25 | 0 | 55 | 54 | 7 | 168 | 56 | 36 |
| Octal | 356 | 44 | 45 | 0 | 125 | 124 | 7 | 550 | 126 | 66 |
| Binary | 11101110 | 100100 | 100101 | 0 | 1010101 | 1010100 | 111 | 101101000 | 1010110 | 110110 |
Color Harmonies of #EE2425
Complementary color
Monochromatic Colors of #EE2425
Black with #EE2425
Text Example
Text Example
White with #EE2425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2425; }
p { color: rgb(238,36,37); }
H1.HeaderClassName
{
color: #EE2425;
}
.AnyTagClassName
{
color: #EE2425;
}
</style>
background-color css
<style>
a { background-color: #EE2425; }
a { background-color: rgb(238,36,37); }
div.DivClassName
{
background-color: #EE2425;
}
.BgClassName
{
background-color: #EE2425;
}
</style>
border-color css
<style>
span { border-color: #EE2425; }
span { border-color: rgb(238,36,37); }
td.TdClassName
{
border-color: #EE2425;
}
.TagClassName
{
border-color: #EE2425;
}
</style>