Shades of Torch Red #F7141D
Tints of Torch Red #F7141D
RGB
CMYK
RGB Variations
Color information
#F7141D (or 0xF7141D) is known color: Torch Red. HEX triplet: F7, 14 and 1D. RGB value is (247,20,29). Sum of RGB (Red+Green+Blue) = 247+20+29=296 (39% of max value = 765). Red value is 247 (96.88% from 255 or 83.45% from 296); Green value is 20 (8.20% from 255 or 6.76% from 296); Blue value is 29 (11.72% from 255 or 9.80% from 296); Max value from RGB is 247 - color contains mainly: red. Hex color #F7141D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7141D is #08EBE2. Grayscale: #595959. Windows color (decimal): -584675 or 1905911. OLE color: 1905911.
HSL color Cylindrical-coordinate representation of color #F7141D: hue angle of 357.62º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F7141D is Cyan = 0, Magento = 0.92, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 20 | 29 | - |
| CMYK | 0 | 0.92 | 0.88 | 0.03 |
| HSL | 357.62º | 0.93% | 0.52% | - |
| HSV(B) | 357.62º | 0.92% | 0.97% | - |
| XYZ | 38.83 | 20.36 | 3.05 | - |
| YUV | 88.9 | 94.21 | 240.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 20 | 29 | 0 | 0.92 | 0.88 | 0.03 | 357.62 | 0.93 | 0.52 |
| Hex | F7 | 14 | 1D | 0 | 5C | 58 | 3 | 166 | 5D | 34 |
| Octal | 367 | 24 | 35 | 0 | 134 | 130 | 3 | 546 | 135 | 64 |
| Binary | 11110111 | 10100 | 11101 | 0 | 1011100 | 1011000 | 11 | 101100110 | 1011101 | 110100 |
Color Harmonies of #F7141D
Complementary color
Monochromatic Colors of #F7141D
Black with #F7141D
Text Example
Text Example
White with #F7141D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7141D; }
p { color: rgb(247,20,29); }
H1.HeaderClassName
{
color: #F7141D;
}
.AnyTagClassName
{
color: #F7141D;
}
</style>
background-color css
<style>
a { background-color: #F7141D; }
a { background-color: rgb(247,20,29); }
div.DivClassName
{
background-color: #F7141D;
}
.BgClassName
{
background-color: #F7141D;
}
</style>
border-color css
<style>
span { border-color: #F7141D; }
span { border-color: rgb(247,20,29); }
td.TdClassName
{
border-color: #F7141D;
}
.TagClassName
{
border-color: #F7141D;
}
</style>