Shades of Alizarin #EE181F
Tints of Alizarin #EE181F
RGB
CMYK
RGB Variations
Color information
#EE181F (or 0xEE181F) is known color: Alizarin. HEX triplet: EE, 18 and 1F. RGB value is (238,24,31). Sum of RGB (Red+Green+Blue) = 238+24+31=293 (38% of max value = 765). Red value is 238 (93.36% from 255 or 81.23% from 293); Green value is 24 (9.77% from 255 or 8.19% from 293); Blue value is 31 (12.5% from 255 or 10.58% from 293); Max value from RGB is 238 - color contains mainly: red. Hex color #EE181F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE181F is #11E7E0. Grayscale: #585858. Windows color (decimal): -1173473 or 2037998. OLE color: 2037998.
HSL color Cylindrical-coordinate representation of color #EE181F: hue angle of 358.04º 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 #EE181F is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 24 | 31 | - |
| CMYK | 0 | 0.90 | 0.87 | 0.07 |
| HSL | 358.04º | 0.86% | 0.51% | - |
| HSV(B) | 358.04º | 0.9% | 0.93% | - |
| XYZ | 35.83 | 18.93 | 3.06 | - |
| YUV | 88.78 | 95.4 | 234.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 24 | 31 | 0 | 0.90 | 0.87 | 0.07 | 358.04 | 0.86 | 0.51 |
| Hex | EE | 18 | 1F | 0 | 5A | 57 | 7 | 166 | 56 | 33 |
| Octal | 356 | 30 | 37 | 0 | 132 | 127 | 7 | 546 | 126 | 63 |
| Binary | 11101110 | 11000 | 11111 | 0 | 1011010 | 1010111 | 111 | 101100110 | 1010110 | 110011 |
Color Harmonies of #EE181F
Complementary color
Monochromatic Colors of #EE181F
Black with #EE181F
Text Example
Text Example
White with #EE181F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE181F; }
p { color: rgb(238,24,31); }
H1.HeaderClassName
{
color: #EE181F;
}
.AnyTagClassName
{
color: #EE181F;
}
</style>
background-color css
<style>
a { background-color: #EE181F; }
a { background-color: rgb(238,24,31); }
div.DivClassName
{
background-color: #EE181F;
}
.BgClassName
{
background-color: #EE181F;
}
</style>
border-color css
<style>
span { border-color: #EE181F; }
span { border-color: rgb(238,24,31); }
td.TdClassName
{
border-color: #EE181F;
}
.TagClassName
{
border-color: #EE181F;
}
</style>