Shades of Torch Red #EF1140
Tints of Torch Red #EF1140
RGB
CMYK
RGB Variations
Color information
#EF1140 (or 0xEF1140) is known color: Torch Red. HEX triplet: EF, 11 and 40. RGB value is (239,17,64). Sum of RGB (Red+Green+Blue) = 239+17+64=320 (42% of max value = 765). Red value is 239 (93.75% from 255 or 74.69% from 320); Green value is 17 (7.03% from 255 or 5.31% from 320); Blue value is 64 (25.39% from 255 or 20% from 320); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1140 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF1140 is #10EEBF. Grayscale: #585858. Windows color (decimal): -1109696 or 4198895. OLE color: 4198895.
HSL color Cylindrical-coordinate representation of color #EF1140: hue angle of 347.3º 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 #EF1140 is Cyan = 0, Magento = 0.93, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 17 | 64 | - |
| CMYK | 0 | 0.93 | 0.73 | 0.06 |
| HSL | 347.3º | 0.87% | 0.5% | - |
| HSV(B) | 347.3º | 0.93% | 0.94% | - |
| XYZ | 36.72 | 19.12 | 6.61 | - |
| YUV | 88.74 | 114.05 | 235.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 17 | 64 | 0 | 0.93 | 0.73 | 0.06 | 347.3 | 0.87 | 0.5 |
| Hex | EF | 11 | 40 | 0 | 5D | 49 | 6 | 15B | 57 | 32 |
| Octal | 357 | 21 | 100 | 0 | 135 | 111 | 6 | 533 | 127 | 62 |
| Binary | 11101111 | 10001 | 1000000 | 0 | 1011101 | 1001001 | 110 | 101011011 | 1010111 | 110010 |
Color Harmonies of #EF1140
Complementary color
Monochromatic Colors of #EF1140
Black with #EF1140
Text Example
Text Example
White with #EF1140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1140; }
p { color: rgb(239,17,64); }
H1.HeaderClassName
{
color: #EF1140;
}
.AnyTagClassName
{
color: #EF1140;
}
</style>
background-color css
<style>
a { background-color: #EF1140; }
a { background-color: rgb(239,17,64); }
div.DivClassName
{
background-color: #EF1140;
}
.BgClassName
{
background-color: #EF1140;
}
</style>
border-color css
<style>
span { border-color: #EF1140; }
span { border-color: rgb(239,17,64); }
td.TdClassName
{
border-color: #EF1140;
}
.TagClassName
{
border-color: #EF1140;
}
</style>