Shades of Torch Red #F7171E
Tints of Torch Red #F7171E
RGB
CMYK
RGB Variations
Color information
#F7171E (or 0xF7171E) is known color: Torch Red. HEX triplet: F7, 17 and 1E. RGB value is (247,23,30). Sum of RGB (Red+Green+Blue) = 247+23+30=300 (39% of max value = 765). Red value is 247 (96.88% from 255 or 82.33% from 300); Green value is 23 (9.38% from 255 or 7.67% from 300); Blue value is 30 (12.11% from 255 or 10% from 300); Max value from RGB is 247 - color contains mainly: red. Hex color #F7171E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7171E is #08E8E1. Grayscale: #5A5A5A. Windows color (decimal): -583906 or 1972215. OLE color: 1972215.
HSL color Cylindrical-coordinate representation of color #F7171E: hue angle of 358.12º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F7171E is Cyan = 0, Magento = 0.91, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 23 | 30 | - |
| CMYK | 0 | 0.91 | 0.88 | 0.03 |
| HSL | 358.13º | 0.93% | 0.53% | - |
| HSV(B) | 358.13º | 0.91% | 0.97% | - |
| XYZ | 38.9 | 20.48 | 3.13 | - |
| YUV | 90.77 | 93.71 | 239.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 23 | 30 | 0 | 0.91 | 0.88 | 0.03 | 358.13 | 0.93 | 0.53 |
| Hex | F7 | 17 | 1E | 0 | 5B | 58 | 3 | 166 | 5D | 35 |
| Octal | 367 | 27 | 36 | 0 | 133 | 130 | 3 | 546 | 135 | 65 |
| Binary | 11110111 | 10111 | 11110 | 0 | 1011011 | 1011000 | 11 | 101100110 | 1011101 | 110101 |
Color Harmonies of #F7171E
Complementary color
Monochromatic Colors of #F7171E
Black with #F7171E
Text Example
Text Example
White with #F7171E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7171E; }
p { color: rgb(247,23,30); }
H1.HeaderClassName
{
color: #F7171E;
}
.AnyTagClassName
{
color: #F7171E;
}
</style>
background-color css
<style>
a { background-color: #F7171E; }
a { background-color: rgb(247,23,30); }
div.DivClassName
{
background-color: #F7171E;
}
.BgClassName
{
background-color: #F7171E;
}
</style>
border-color css
<style>
span { border-color: #F7171E; }
span { border-color: rgb(247,23,30); }
td.TdClassName
{
border-color: #F7171E;
}
.TagClassName
{
border-color: #F7171E;
}
</style>