Shades of Torch Red #EF112D
Tints of Torch Red #EF112D
RGB
CMYK
RGB Variations
Color information
#EF112D (or 0xEF112D) is known color: Torch Red. HEX triplet: EF, 11 and 2D. RGB value is (239,17,45). Sum of RGB (Red+Green+Blue) = 239+17+45=301 (39% of max value = 765). Red value is 239 (93.75% from 255 or 79.40% from 301); Green value is 17 (7.03% from 255 or 5.65% from 301); Blue value is 45 (17.97% from 255 or 14.95% from 301); Max value from RGB is 239 - color contains mainly: red. Hex color #EF112D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF112D is #10EED2. Grayscale: #565656. Windows color (decimal): -1109715 or 2953711. OLE color: 2953711.
HSL color Cylindrical-coordinate representation of color #EF112D: hue angle of 352.43º 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 #EF112D is Cyan = 0, Magento = 0.93, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 17 | 45 | - |
| CMYK | 0 | 0.93 | 0.81 | 0.06 |
| HSL | 352.43º | 0.87% | 0.5% | - |
| HSV(B) | 352.43º | 0.93% | 0.94% | - |
| XYZ | 36.27 | 18.94 | 4.23 | - |
| YUV | 86.57 | 104.55 | 236.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 17 | 45 | 0 | 0.93 | 0.81 | 0.06 | 352.43 | 0.87 | 0.5 |
| Hex | EF | 11 | 2D | 0 | 5D | 51 | 6 | 160 | 57 | 32 |
| Octal | 357 | 21 | 55 | 0 | 135 | 121 | 6 | 540 | 127 | 62 |
| Binary | 11101111 | 10001 | 101101 | 0 | 1011101 | 1010001 | 110 | 101100000 | 1010111 | 110010 |
Color Harmonies of #EF112D
Complementary color
Monochromatic Colors of #EF112D
Black with #EF112D
Text Example
Text Example
White with #EF112D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF112D; }
p { color: rgb(239,17,45); }
H1.HeaderClassName
{
color: #EF112D;
}
.AnyTagClassName
{
color: #EF112D;
}
</style>
background-color css
<style>
a { background-color: #EF112D; }
a { background-color: rgb(239,17,45); }
div.DivClassName
{
background-color: #EF112D;
}
.BgClassName
{
background-color: #EF112D;
}
</style>
border-color css
<style>
span { border-color: #EF112D; }
span { border-color: rgb(239,17,45); }
td.TdClassName
{
border-color: #EF112D;
}
.TagClassName
{
border-color: #EF112D;
}
</style>