Shades of Torch Red #F7131C
Tints of Torch Red #F7131C
RGB
CMYK
RGB Variations
Color information
#F7131C (or 0xF7131C) is known color: Torch Red. HEX triplet: F7, 13 and 1C. RGB value is (247,19,28). Sum of RGB (Red+Green+Blue) = 247+19+28=294 (38% of max value = 765). Red value is 247 (96.88% from 255 or 84.01% from 294); Green value is 19 (7.81% from 255 or 6.46% from 294); Blue value is 28 (11.33% from 255 or 9.52% from 294); Max value from RGB is 247 - color contains mainly: red. Hex color #F7131C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7131C is #08ECE3. Grayscale: #585858. Windows color (decimal): -584932 or 1840119. OLE color: 1840119.
HSL color Cylindrical-coordinate representation of color #F7131C: hue angle of 357.63º 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 #F7131C is Cyan = 0, Magento = 0.92, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 19 | 28 | - |
| CMYK | 0 | 0.92 | 0.89 | 0.03 |
| HSL | 357.63º | 0.93% | 0.52% | - |
| HSV(B) | 357.63º | 0.92% | 0.97% | - |
| XYZ | 38.8 | 20.32 | 2.98 | - |
| YUV | 88.2 | 94.04 | 241.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 19 | 28 | 0 | 0.92 | 0.89 | 0.03 | 357.63 | 0.93 | 0.52 |
| Hex | F7 | 13 | 1C | 0 | 5C | 59 | 3 | 166 | 5D | 34 |
| Octal | 367 | 23 | 34 | 0 | 134 | 131 | 3 | 546 | 135 | 64 |
| Binary | 11110111 | 10011 | 11100 | 0 | 1011100 | 1011001 | 11 | 101100110 | 1011101 | 110100 |
Color Harmonies of #F7131C
Complementary color
Monochromatic Colors of #F7131C
Black with #F7131C
Text Example
Text Example
White with #F7131C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7131C; }
p { color: rgb(247,19,28); }
H1.HeaderClassName
{
color: #F7131C;
}
.AnyTagClassName
{
color: #F7131C;
}
</style>
background-color css
<style>
a { background-color: #F7131C; }
a { background-color: rgb(247,19,28); }
div.DivClassName
{
background-color: #F7131C;
}
.BgClassName
{
background-color: #F7131C;
}
</style>
border-color css
<style>
span { border-color: #F7131C; }
span { border-color: rgb(247,19,28); }
td.TdClassName
{
border-color: #F7131C;
}
.TagClassName
{
border-color: #F7131C;
}
</style>