Shades of Torch Red #F7042C
Tints of Torch Red #F7042C
RGB
CMYK
RGB Variations
Color information
#F7042C (or 0xF7042C) is known color: Torch Red. HEX triplet: F7, 04 and 2C. RGB value is (247,4,44). Sum of RGB (Red+Green+Blue) = 247+4+44=295 (39% of max value = 765). Red value is 247 (96.88% from 255 or 83.73% from 295); Green value is 4 (1.95% from 255 or 1.36% from 295); Blue value is 44 (17.58% from 255 or 14.92% from 295); Max value from RGB is 247 - color contains mainly: red. Hex color #F7042C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7042C is #08FBD3. Grayscale: #515151. Windows color (decimal): -588756 or 2884855. OLE color: 2884855.
HSL color Cylindrical-coordinate representation of color #F7042C: hue angle of 350.12º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F7042C is Cyan = 0, Magento = 0.98, Yellow = 0.82 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 4 | 44 | - |
| CMYK | 0 | 0.98 | 0.82 | 0.03 |
| HSL | 350.12º | 0.97% | 0.49% | - |
| HSV(B) | 350.12º | 0.98% | 0.97% | - |
| XYZ | 38.86 | 20.04 | 4.2 | - |
| YUV | 81.22 | 107.01 | 246.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 4 | 44 | 0 | 0.98 | 0.82 | 0.03 | 350.12 | 0.97 | 0.49 |
| Hex | F7 | 4 | 2C | 0 | 62 | 52 | 3 | 15E | 61 | 31 |
| Octal | 367 | 4 | 54 | 0 | 142 | 122 | 3 | 536 | 141 | 61 |
| Binary | 11110111 | 100 | 101100 | 0 | 1100010 | 1010010 | 11 | 101011110 | 1100001 | 110001 |
Color Harmonies of #F7042C
Complementary color
Monochromatic Colors of #F7042C
Black with #F7042C
Text Example
Text Example
White with #F7042C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7042C; }
p { color: rgb(247,4,44); }
H1.HeaderClassName
{
color: #F7042C;
}
.AnyTagClassName
{
color: #F7042C;
}
</style>
background-color css
<style>
a { background-color: #F7042C; }
a { background-color: rgb(247,4,44); }
div.DivClassName
{
background-color: #F7042C;
}
.BgClassName
{
background-color: #F7042C;
}
</style>
border-color css
<style>
span { border-color: #F7042C; }
span { border-color: rgb(247,4,44); }
td.TdClassName
{
border-color: #F7042C;
}
.TagClassName
{
border-color: #F7042C;
}
</style>