Shades of Alizarin #EE2426
Tints of Alizarin #EE2426
RGB
CMYK
RGB Variations
Color information
#EE2426 (or 0xEE2426) is known color: Alizarin. HEX triplet: EE, 24 and 26. RGB value is (238,36,38). Sum of RGB (Red+Green+Blue) = 238+36+38=312 (41% of max value = 765). Red value is 238 (93.36% from 255 or 76.28% from 312); Green value is 36 (14.45% from 255 or 11.54% from 312); Blue value is 38 (15.23% from 255 or 12.18% from 312); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2426 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE2426 is #11DBD9. Grayscale: #606060. Windows color (decimal): -1170394 or 2499822. OLE color: 2499822.
HSL color Cylindrical-coordinate representation of color #EE2426: hue angle of 359.41º 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 #EE2426 is Cyan = 0, Magento = 0.85, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 36 | 38 | - |
| CMYK | 0 | 0.85 | 0.84 | 0.07 |
| HSL | 359.41º | 0.86% | 0.54% | - |
| HSV(B) | 359.41º | 0.85% | 0.93% | - |
| XYZ | 36.24 | 19.58 | 3.7 | - |
| YUV | 96.63 | 94.92 | 228.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 36 | 38 | 0 | 0.85 | 0.84 | 0.07 | 359.41 | 0.86 | 0.54 |
| Hex | EE | 24 | 26 | 0 | 55 | 54 | 7 | 167 | 56 | 36 |
| Octal | 356 | 44 | 46 | 0 | 125 | 124 | 7 | 547 | 126 | 66 |
| Binary | 11101110 | 100100 | 100110 | 0 | 1010101 | 1010100 | 111 | 101100111 | 1010110 | 110110 |
Color Harmonies of #EE2426
Complementary color
Monochromatic Colors of #EE2426
Black with #EE2426
Text Example
Text Example
White with #EE2426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2426; }
p { color: rgb(238,36,38); }
H1.HeaderClassName
{
color: #EE2426;
}
.AnyTagClassName
{
color: #EE2426;
}
</style>
background-color css
<style>
a { background-color: #EE2426; }
a { background-color: rgb(238,36,38); }
div.DivClassName
{
background-color: #EE2426;
}
.BgClassName
{
background-color: #EE2426;
}
</style>
border-color css
<style>
span { border-color: #EE2426; }
span { border-color: rgb(238,36,38); }
td.TdClassName
{
border-color: #EE2426;
}
.TagClassName
{
border-color: #EE2426;
}
</style>