Shades of Torch Red #EF1138
Tints of Torch Red #EF1138
RGB
CMYK
RGB Variations
Color information
#EF1138 (or 0xEF1138) is known color: Torch Red. HEX triplet: EF, 11 and 38. RGB value is (239,17,56). Sum of RGB (Red+Green+Blue) = 239+17+56=312 (41% of max value = 765). Red value is 239 (93.75% from 255 or 76.60% from 312); Green value is 17 (7.03% from 255 or 5.45% from 312); Blue value is 56 (22.27% from 255 or 17.95% from 312); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1138 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF1138 is #10EEC7. Grayscale: #575757. Windows color (decimal): -1109704 or 3674607. OLE color: 3674607.
HSL color Cylindrical-coordinate representation of color #EF1138: hue angle of 349.46º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EF1138 is Cyan = 0, Magento = 0.93, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 17 | 56 | - |
| CMYK | 0 | 0.93 | 0.77 | 0.06 |
| HSL | 349.46º | 0.87% | 0.5% | - |
| HSV(B) | 349.46º | 0.93% | 0.94% | - |
| XYZ | 36.51 | 19.04 | 5.49 | - |
| YUV | 87.82 | 110.05 | 235.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 17 | 56 | 0 | 0.93 | 0.77 | 0.06 | 349.46 | 0.87 | 0.5 |
| Hex | EF | 11 | 38 | 0 | 5D | 4D | 6 | 15D | 57 | 32 |
| Octal | 357 | 21 | 70 | 0 | 135 | 115 | 6 | 535 | 127 | 62 |
| Binary | 11101111 | 10001 | 111000 | 0 | 1011101 | 1001101 | 110 | 101011101 | 1010111 | 110010 |
Color Harmonies of #EF1138
Complementary color
Monochromatic Colors of #EF1138
Black with #EF1138
Text Example
Text Example
White with #EF1138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1138; }
p { color: rgb(239,17,56); }
H1.HeaderClassName
{
color: #EF1138;
}
.AnyTagClassName
{
color: #EF1138;
}
</style>
background-color css
<style>
a { background-color: #EF1138; }
a { background-color: rgb(239,17,56); }
div.DivClassName
{
background-color: #EF1138;
}
.BgClassName
{
background-color: #EF1138;
}
</style>
border-color css
<style>
span { border-color: #EF1138; }
span { border-color: rgb(239,17,56); }
td.TdClassName
{
border-color: #EF1138;
}
.TagClassName
{
border-color: #EF1138;
}
</style>