Shades of Torch Red #F71741
Tints of Torch Red #F71741
RGB
CMYK
RGB Variations
Color information
#F71741 (or 0xF71741) is known color: Torch Red. HEX triplet: F7, 17 and 41. RGB value is (247,23,65). Sum of RGB (Red+Green+Blue) = 247+23+65=335 (44% of max value = 765). Red value is 247 (96.88% from 255 or 73.73% from 335); Green value is 23 (9.38% from 255 or 6.87% from 335); Blue value is 65 (25.78% from 255 or 19.40% from 335); Max value from RGB is 247 - color contains mainly: red. Hex color #F71741 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F71741 is #08E8BE. Grayscale: #5E5E5E. Windows color (decimal): -583871 or 4265975. OLE color: 4265975.
HSL color Cylindrical-coordinate representation of color #F71741: hue angle of 348.75º 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 #F71741 is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 23 | 65 | - |
| CMYK | 0 | 0.91 | 0.74 | 0.03 |
| HSL | 348.75º | 0.93% | 0.53% | - |
| HSV(B) | 348.75º | 0.91% | 0.97% | - |
| XYZ | 39.62 | 20.77 | 6.92 | - |
| YUV | 94.76 | 111.21 | 236.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 23 | 65 | 0 | 0.91 | 0.74 | 0.03 | 348.75 | 0.93 | 0.53 |
| Hex | F7 | 17 | 41 | 0 | 5B | 4A | 3 | 15D | 5D | 35 |
| Octal | 367 | 27 | 101 | 0 | 133 | 112 | 3 | 535 | 135 | 65 |
| Binary | 11110111 | 10111 | 1000001 | 0 | 1011011 | 1001010 | 11 | 101011101 | 1011101 | 110101 |
Color Harmonies of #F71741
Complementary color
Monochromatic Colors of #F71741
Black with #F71741
Text Example
Text Example
White with #F71741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71741; }
p { color: rgb(247,23,65); }
H1.HeaderClassName
{
color: #F71741;
}
.AnyTagClassName
{
color: #F71741;
}
</style>
background-color css
<style>
a { background-color: #F71741; }
a { background-color: rgb(247,23,65); }
div.DivClassName
{
background-color: #F71741;
}
.BgClassName
{
background-color: #F71741;
}
</style>
border-color css
<style>
span { border-color: #F71741; }
span { border-color: rgb(247,23,65); }
td.TdClassName
{
border-color: #F71741;
}
.TagClassName
{
border-color: #F71741;
}
</style>