Shades of Alizarin #EE1825
Tints of Alizarin #EE1825
RGB
CMYK
RGB Variations
Color information
#EE1825 (or 0xEE1825) is known color: Alizarin. HEX triplet: EE, 18 and 25. RGB value is (238,24,37). Sum of RGB (Red+Green+Blue) = 238+24+37=299 (39% of max value = 765). Red value is 238 (93.36% from 255 or 79.60% from 299); Green value is 24 (9.77% from 255 or 8.03% from 299); Blue value is 37 (14.84% from 255 or 12.37% from 299); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1825 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE1825 is #11E7DA. Grayscale: #595959. Windows color (decimal): -1173467 or 2431214. OLE color: 2431214.
HSL color Cylindrical-coordinate representation of color #EE1825: hue angle of 356.36º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EE1825 is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 24 | 37 | - |
| CMYK | 0 | 0.90 | 0.84 | 0.07 |
| HSL | 356.36º | 0.86% | 0.51% | - |
| HSV(B) | 356.36º | 0.9% | 0.93% | - |
| XYZ | 35.92 | 18.96 | 3.52 | - |
| YUV | 89.47 | 98.4 | 233.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 24 | 37 | 0 | 0.90 | 0.84 | 0.07 | 356.36 | 0.86 | 0.51 |
| Hex | EE | 18 | 25 | 0 | 5A | 54 | 7 | 164 | 56 | 33 |
| Octal | 356 | 30 | 45 | 0 | 132 | 124 | 7 | 544 | 126 | 63 |
| Binary | 11101110 | 11000 | 100101 | 0 | 1011010 | 1010100 | 111 | 101100100 | 1010110 | 110011 |
Color Harmonies of #EE1825
Complementary color
Monochromatic Colors of #EE1825
Black with #EE1825
Text Example
Text Example
White with #EE1825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1825; }
p { color: rgb(238,24,37); }
H1.HeaderClassName
{
color: #EE1825;
}
.AnyTagClassName
{
color: #EE1825;
}
</style>
background-color css
<style>
a { background-color: #EE1825; }
a { background-color: rgb(238,24,37); }
div.DivClassName
{
background-color: #EE1825;
}
.BgClassName
{
background-color: #EE1825;
}
</style>
border-color css
<style>
span { border-color: #EE1825; }
span { border-color: rgb(238,24,37); }
td.TdClassName
{
border-color: #EE1825;
}
.TagClassName
{
border-color: #EE1825;
}
</style>