Shades of Alizarin #EE182F
Tints of Alizarin #EE182F
RGB
CMYK
RGB Variations
Color information
#EE182F (or 0xEE182F) is known color: Alizarin. HEX triplet: EE, 18 and 2F. RGB value is (238,24,47). Sum of RGB (Red+Green+Blue) = 238+24+47=309 (40% of max value = 765). Red value is 238 (93.36% from 255 or 77.02% from 309); Green value is 24 (9.77% from 255 or 7.77% from 309); Blue value is 47 (18.75% from 255 or 15.21% from 309); Max value from RGB is 238 - color contains mainly: red. Hex color #EE182F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE182F is #11E7D0. Grayscale: #5A5A5A. Windows color (decimal): -1173457 or 3086574. OLE color: 3086574.
HSL color Cylindrical-coordinate representation of color #EE182F: hue angle of 353.55º 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 #EE182F is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 24 | 47 | - |
| CMYK | 0 | 0.90 | 0.80 | 0.07 |
| HSL | 353.55º | 0.86% | 0.51% | - |
| HSV(B) | 353.55º | 0.9% | 0.93% | - |
| XYZ | 36.1 | 19.04 | 4.46 | - |
| YUV | 90.61 | 103.4 | 233.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 24 | 47 | 0 | 0.90 | 0.80 | 0.07 | 353.55 | 0.86 | 0.51 |
| Hex | EE | 18 | 2F | 0 | 5A | 50 | 7 | 162 | 56 | 33 |
| Octal | 356 | 30 | 57 | 0 | 132 | 120 | 7 | 542 | 126 | 63 |
| Binary | 11101110 | 11000 | 101111 | 0 | 1011010 | 1010000 | 111 | 101100010 | 1010110 | 110011 |
Color Harmonies of #EE182F
Complementary color
Monochromatic Colors of #EE182F
Black with #EE182F
Text Example
Text Example
White with #EE182F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE182F; }
p { color: rgb(238,24,47); }
H1.HeaderClassName
{
color: #EE182F;
}
.AnyTagClassName
{
color: #EE182F;
}
</style>
background-color css
<style>
a { background-color: #EE182F; }
a { background-color: rgb(238,24,47); }
div.DivClassName
{
background-color: #EE182F;
}
.BgClassName
{
background-color: #EE182F;
}
</style>
border-color css
<style>
span { border-color: #EE182F; }
span { border-color: rgb(238,24,47); }
td.TdClassName
{
border-color: #EE182F;
}
.TagClassName
{
border-color: #EE182F;
}
</style>