Shades of Alizarin #EE2628
Tints of Alizarin #EE2628
RGB
CMYK
RGB Variations
Color information
#EE2628 (or 0xEE2628) is known color: Alizarin. HEX triplet: EE, 26 and 28. RGB value is (238,38,40). Sum of RGB (Red+Green+Blue) = 238+38+40=316 (41% of max value = 765). Red value is 238 (93.36% from 255 or 75.32% from 316); Green value is 38 (15.23% from 255 or 12.03% from 316); Blue value is 40 (16.02% from 255 or 12.66% from 316); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2628 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE2628 is #11D9D7. Grayscale: #626262. Windows color (decimal): -1169880 or 2631406. OLE color: 2631406.
HSL color Cylindrical-coordinate representation of color #EE2628: hue angle of 359.4º degrees, saturation: 0.85, 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 #EE2628 is Cyan = 0, Magento = 0.84, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 38 | 40 | - |
| CMYK | 0 | 0.84 | 0.83 | 0.07 |
| HSL | 359.4º | 0.85% | 0.54% | - |
| HSV(B) | 359.4º | 0.84% | 0.93% | - |
| XYZ | 36.34 | 19.72 | 3.9 | - |
| YUV | 98.03 | 95.26 | 227.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 38 | 40 | 0 | 0.84 | 0.83 | 0.07 | 359.4 | 0.85 | 0.54 |
| Hex | EE | 26 | 28 | 0 | 54 | 53 | 7 | 167 | 55 | 36 |
| Octal | 356 | 46 | 50 | 0 | 124 | 123 | 7 | 547 | 125 | 66 |
| Binary | 11101110 | 100110 | 101000 | 0 | 1010100 | 1010011 | 111 | 101100111 | 1010101 | 110110 |
Color Harmonies of #EE2628
Complementary color
Monochromatic Colors of #EE2628
Black with #EE2628
Text Example
Text Example
White with #EE2628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2628; }
p { color: rgb(238,38,40); }
H1.HeaderClassName
{
color: #EE2628;
}
.AnyTagClassName
{
color: #EE2628;
}
</style>
background-color css
<style>
a { background-color: #EE2628; }
a { background-color: rgb(238,38,40); }
div.DivClassName
{
background-color: #EE2628;
}
.BgClassName
{
background-color: #EE2628;
}
</style>
border-color css
<style>
span { border-color: #EE2628; }
span { border-color: rgb(238,38,40); }
td.TdClassName
{
border-color: #EE2628;
}
.TagClassName
{
border-color: #EE2628;
}
</style>