Shades of Torch Red #F71C37
Tints of Torch Red #F71C37
RGB
CMYK
RGB Variations
Color information
#F71C37 (or 0xF71C37) is known color: Torch Red. HEX triplet: F7, 1C and 37. RGB value is (247,28,55). Sum of RGB (Red+Green+Blue) = 247+28+55=330 (43% of max value = 765). Red value is 247 (96.88% from 255 or 74.85% from 330); Green value is 28 (11.33% from 255 or 8.48% from 330); Blue value is 55 (21.88% from 255 or 16.67% from 330); Max value from RGB is 247 - color contains mainly: red. Hex color #F71C37 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F71C37 is #08E3C8. Grayscale: #606060. Windows color (decimal): -582601 or 3611895. OLE color: 3611895.
HSL color Cylindrical-coordinate representation of color #F71C37: hue angle of 352.6º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F71C37 is Cyan = 0, Magento = 0.89, Yellow = 0.78 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 28 | 55 | - |
| CMYK | 0 | 0.89 | 0.78 | 0.03 |
| HSL | 352.6º | 0.93% | 0.54% | - |
| HSV(B) | 352.6º | 0.89% | 0.97% | - |
| XYZ | 39.46 | 20.88 | 5.56 | - |
| YUV | 96.56 | 104.55 | 235.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 28 | 55 | 0 | 0.89 | 0.78 | 0.03 | 352.6 | 0.93 | 0.54 |
| Hex | F7 | 1C | 37 | 0 | 59 | 4E | 3 | 161 | 5D | 36 |
| Octal | 367 | 34 | 67 | 0 | 131 | 116 | 3 | 541 | 135 | 66 |
| Binary | 11110111 | 11100 | 110111 | 0 | 1011001 | 1001110 | 11 | 101100001 | 1011101 | 110110 |
Color Harmonies of #F71C37
Complementary color
Monochromatic Colors of #F71C37
Black with #F71C37
Text Example
Text Example
White with #F71C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71C37; }
p { color: rgb(247,28,55); }
H1.HeaderClassName
{
color: #F71C37;
}
.AnyTagClassName
{
color: #F71C37;
}
</style>
background-color css
<style>
a { background-color: #F71C37; }
a { background-color: rgb(247,28,55); }
div.DivClassName
{
background-color: #F71C37;
}
.BgClassName
{
background-color: #F71C37;
}
</style>
border-color css
<style>
span { border-color: #F71C37; }
span { border-color: rgb(247,28,55); }
td.TdClassName
{
border-color: #F71C37;
}
.TagClassName
{
border-color: #F71C37;
}
</style>