Shades of Torch Red #EF113D
Tints of Torch Red #EF113D
RGB
CMYK
RGB Variations
Color information
#EF113D (or 0xEF113D) is known color: Torch Red. HEX triplet: EF, 11 and 3D. RGB value is (239,17,61). Sum of RGB (Red+Green+Blue) = 239+17+61=317 (41% of max value = 765). Red value is 239 (93.75% from 255 or 75.39% from 317); Green value is 17 (7.03% from 255 or 5.36% from 317); Blue value is 61 (24.22% from 255 or 19.24% from 317); Max value from RGB is 239 - color contains mainly: red. Hex color #EF113D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF113D is #10EEC2. Grayscale: #585858. Windows color (decimal): -1109699 or 4002287. OLE color: 4002287.
HSL color Cylindrical-coordinate representation of color #EF113D: hue angle of 348.11º 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 #EF113D is Cyan = 0, Magento = 0.93, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 17 | 61 | - |
| CMYK | 0 | 0.93 | 0.74 | 0.06 |
| HSL | 348.11º | 0.87% | 0.5% | - |
| HSV(B) | 348.11º | 0.93% | 0.94% | - |
| XYZ | 36.64 | 19.09 | 6.17 | - |
| YUV | 88.39 | 112.55 | 235.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 17 | 61 | 0 | 0.93 | 0.74 | 0.06 | 348.11 | 0.87 | 0.5 |
| Hex | EF | 11 | 3D | 0 | 5D | 4A | 6 | 15C | 57 | 32 |
| Octal | 357 | 21 | 75 | 0 | 135 | 112 | 6 | 534 | 127 | 62 |
| Binary | 11101111 | 10001 | 111101 | 0 | 1011101 | 1001010 | 110 | 101011100 | 1010111 | 110010 |
Color Harmonies of #EF113D
Complementary color
Monochromatic Colors of #EF113D
Black with #EF113D
Text Example
Text Example
White with #EF113D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF113D; }
p { color: rgb(239,17,61); }
H1.HeaderClassName
{
color: #EF113D;
}
.AnyTagClassName
{
color: #EF113D;
}
</style>
background-color css
<style>
a { background-color: #EF113D; }
a { background-color: rgb(239,17,61); }
div.DivClassName
{
background-color: #EF113D;
}
.BgClassName
{
background-color: #EF113D;
}
</style>
border-color css
<style>
span { border-color: #EF113D; }
span { border-color: rgb(239,17,61); }
td.TdClassName
{
border-color: #EF113D;
}
.TagClassName
{
border-color: #EF113D;
}
</style>