Shades of Red #EE110F
Tints of Red #EE110F
RGB
CMYK
RGB Variations
Color information
#EE110F (or 0xEE110F) is known color: Red. HEX triplet: EE, 11 and 0F. RGB value is (238,17,15). Sum of RGB (Red+Green+Blue) = 238+17+15=270 (35% of max value = 765). Red value is 238 (93.36% from 255 or 88.15% from 270); Green value is 17 (7.03% from 255 or 6.30% from 270); Blue value is 15 (6.25% from 255 or 5.56% from 270); Max value from RGB is 238 - color contains mainly: red. Hex color #EE110F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE110F is #11EEF0. Grayscale: #535353. Windows color (decimal): -1175281 or 987630. OLE color: 987630.
HSL color Cylindrical-coordinate representation of color #EE110F: hue angle of 0.54º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EE110F is Cyan = 0, Magento = 0.93, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 17 | 15 | - |
| CMYK | 0 | 0.93 | 0.94 | 0.07 |
| HSL | 0.54º | 0.88% | 0.5% | - |
| HSV(B) | 0.54º | 0.94% | 0.93% | - |
| XYZ | 35.55 | 18.61 | 2.17 | - |
| YUV | 82.85 | 89.72 | 238.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 17 | 15 | 0 | 0.93 | 0.94 | 0.07 | 0.54 | 0.88 | 0.5 |
| Hex | EE | 11 | F | 0 | 5D | 5E | 7 | 1 | 58 | 32 |
| Octal | 356 | 21 | 17 | 0 | 135 | 136 | 7 | 1 | 130 | 62 |
| Binary | 11101110 | 10001 | 1111 | 0 | 1011101 | 1011110 | 111 | 1 | 1011000 | 110010 |
Color Harmonies of #EE110F
Complementary color
Monochromatic Colors of #EE110F
Black with #EE110F
Text Example
Text Example
White with #EE110F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE110F; }
p { color: rgb(238,17,15); }
H1.HeaderClassName
{
color: #EE110F;
}
.AnyTagClassName
{
color: #EE110F;
}
</style>
background-color css
<style>
a { background-color: #EE110F; }
a { background-color: rgb(238,17,15); }
div.DivClassName
{
background-color: #EE110F;
}
.BgClassName
{
background-color: #EE110F;
}
</style>
border-color css
<style>
span { border-color: #EE110F; }
span { border-color: rgb(238,17,15); }
td.TdClassName
{
border-color: #EE110F;
}
.TagClassName
{
border-color: #EE110F;
}
</style>