Shades of Torch Red #EE112F
Tints of Torch Red #EE112F
RGB
CMYK
RGB Variations
Color information
#EE112F (or 0xEE112F) is known color: Torch Red. HEX triplet: EE, 11 and 2F. RGB value is (238,17,47). Sum of RGB (Red+Green+Blue) = 238+17+47=302 (40% of max value = 765). Red value is 238 (93.36% from 255 or 78.81% from 302); Green value is 17 (7.03% from 255 or 5.63% from 302); Blue value is 47 (18.75% from 255 or 15.56% from 302); Max value from RGB is 238 - color contains mainly: red. Hex color #EE112F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE112F is #11EED0. Grayscale: #565656. Windows color (decimal): -1175249 or 3084782. OLE color: 3084782.
HSL color Cylindrical-coordinate representation of color #EE112F: hue angle of 351.86º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EE112F is Cyan = 0, Magento = 0.93, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 17 | 47 | - |
| CMYK | 0 | 0.93 | 0.80 | 0.07 |
| HSL | 351.86º | 0.87% | 0.5% | - |
| HSV(B) | 351.86º | 0.93% | 0.93% | - |
| XYZ | 35.97 | 18.78 | 4.42 | - |
| YUV | 86.5 | 105.72 | 236.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 17 | 47 | 0 | 0.93 | 0.80 | 0.07 | 351.86 | 0.87 | 0.5 |
| Hex | EE | 11 | 2F | 0 | 5D | 50 | 7 | 160 | 57 | 32 |
| Octal | 356 | 21 | 57 | 0 | 135 | 120 | 7 | 540 | 127 | 62 |
| Binary | 11101110 | 10001 | 101111 | 0 | 1011101 | 1010000 | 111 | 101100000 | 1010111 | 110010 |
Color Harmonies of #EE112F
Complementary color
Monochromatic Colors of #EE112F
Black with #EE112F
Text Example
Text Example
White with #EE112F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE112F; }
p { color: rgb(238,17,47); }
H1.HeaderClassName
{
color: #EE112F;
}
.AnyTagClassName
{
color: #EE112F;
}
</style>
background-color css
<style>
a { background-color: #EE112F; }
a { background-color: rgb(238,17,47); }
div.DivClassName
{
background-color: #EE112F;
}
.BgClassName
{
background-color: #EE112F;
}
</style>
border-color css
<style>
span { border-color: #EE112F; }
span { border-color: rgb(238,17,47); }
td.TdClassName
{
border-color: #EE112F;
}
.TagClassName
{
border-color: #EE112F;
}
</style>