Shades of Torch Red #F71735
Tints of Torch Red #F71735
RGB
CMYK
RGB Variations
Color information
#F71735 (or 0xF71735) is known color: Torch Red. HEX triplet: F7, 17 and 35. RGB value is (247,23,53). Sum of RGB (Red+Green+Blue) = 247+23+53=323 (42% of max value = 765). Red value is 247 (96.88% from 255 or 76.47% from 323); Green value is 23 (9.38% from 255 or 7.12% from 323); Blue value is 53 (21.09% from 255 or 16.41% from 323); Max value from RGB is 247 - color contains mainly: red. Hex color #F71735 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F71735 is #08E8CA. Grayscale: #5D5D5D. Windows color (decimal): -583883 or 3479543. OLE color: 3479543.
HSL color Cylindrical-coordinate representation of color #F71735: hue angle of 351.96º 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 #F71735 is Cyan = 0, Magento = 0.91, Yellow = 0.79 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 23 | 53 | - |
| CMYK | 0 | 0.91 | 0.79 | 0.03 |
| HSL | 351.96º | 0.93% | 0.53% | - |
| HSV(B) | 351.96º | 0.91% | 0.97% | - |
| XYZ | 39.31 | 20.64 | 5.28 | - |
| YUV | 93.4 | 105.21 | 237.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 23 | 53 | 0 | 0.91 | 0.79 | 0.03 | 351.96 | 0.93 | 0.53 |
| Hex | F7 | 17 | 35 | 0 | 5B | 4F | 3 | 160 | 5D | 35 |
| Octal | 367 | 27 | 65 | 0 | 133 | 117 | 3 | 540 | 135 | 65 |
| Binary | 11110111 | 10111 | 110101 | 0 | 1011011 | 1001111 | 11 | 101100000 | 1011101 | 110101 |
Color Harmonies of #F71735
Complementary color
Monochromatic Colors of #F71735
Black with #F71735
Text Example
Text Example
White with #F71735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71735; }
p { color: rgb(247,23,53); }
H1.HeaderClassName
{
color: #F71735;
}
.AnyTagClassName
{
color: #F71735;
}
</style>
background-color css
<style>
a { background-color: #F71735; }
a { background-color: rgb(247,23,53); }
div.DivClassName
{
background-color: #F71735;
}
.BgClassName
{
background-color: #F71735;
}
</style>
border-color css
<style>
span { border-color: #F71735; }
span { border-color: rgb(247,23,53); }
td.TdClassName
{
border-color: #F71735;
}
.TagClassName
{
border-color: #F71735;
}
</style>