Shades of Torch Red #EF112F
Tints of Torch Red #EF112F
RGB
CMYK
RGB Variations
Color information
#EF112F (or 0xEF112F) is known color: Torch Red. HEX triplet: EF, 11 and 2F. RGB value is (239,17,47). Sum of RGB (Red+Green+Blue) = 239+17+47=303 (40% of max value = 765). Red value is 239 (93.75% from 255 or 78.88% from 303); Green value is 17 (7.03% from 255 or 5.61% from 303); Blue value is 47 (18.75% from 255 or 15.51% from 303); Max value from RGB is 239 - color contains mainly: red. Hex color #EF112F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF112F is #10EED0. Grayscale: #565656. Windows color (decimal): -1109713 or 3084783. OLE color: 3084783.
HSL color Cylindrical-coordinate representation of color #EF112F: hue angle of 351.89º 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 #EF112F is Cyan = 0, Magento = 0.93, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 17 | 47 | - |
| CMYK | 0 | 0.93 | 0.80 | 0.06 |
| HSL | 351.89º | 0.87% | 0.5% | - |
| HSV(B) | 351.89º | 0.93% | 0.94% | - |
| XYZ | 36.31 | 18.96 | 4.43 | - |
| YUV | 86.8 | 105.55 | 236.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 17 | 47 | 0 | 0.93 | 0.80 | 0.06 | 351.89 | 0.87 | 0.5 |
| Hex | EF | 11 | 2F | 0 | 5D | 50 | 6 | 160 | 57 | 32 |
| Octal | 357 | 21 | 57 | 0 | 135 | 120 | 6 | 540 | 127 | 62 |
| Binary | 11101111 | 10001 | 101111 | 0 | 1011101 | 1010000 | 110 | 101100000 | 1010111 | 110010 |
Color Harmonies of #EF112F
Complementary color
Monochromatic Colors of #EF112F
Black with #EF112F
Text Example
Text Example
White with #EF112F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF112F; }
p { color: rgb(239,17,47); }
H1.HeaderClassName
{
color: #EF112F;
}
.AnyTagClassName
{
color: #EF112F;
}
</style>
background-color css
<style>
a { background-color: #EF112F; }
a { background-color: rgb(239,17,47); }
div.DivClassName
{
background-color: #EF112F;
}
.BgClassName
{
background-color: #EF112F;
}
</style>
border-color css
<style>
span { border-color: #EF112F; }
span { border-color: rgb(239,17,47); }
td.TdClassName
{
border-color: #EF112F;
}
.TagClassName
{
border-color: #EF112F;
}
</style>