Shades of Torch Red #F71C23
Tints of Torch Red #F71C23
RGB
CMYK
RGB Variations
Color information
#F71C23 (or 0xF71C23) is known color: Torch Red. HEX triplet: F7, 1C and 23. RGB value is (247,28,35). Sum of RGB (Red+Green+Blue) = 247+28+35=310 (41% of max value = 765). Red value is 247 (96.88% from 255 or 79.68% from 310); Green value is 28 (11.33% from 255 or 9.03% from 310); Blue value is 35 (14.06% from 255 or 11.29% from 310); Max value from RGB is 247 - color contains mainly: red. Hex color #F71C23 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F71C23 is #08E3DC. Grayscale: #5E5E5E. Windows color (decimal): -582621 or 2301175. OLE color: 2301175.
HSL color Cylindrical-coordinate representation of color #F71C23: hue angle of 358.08º 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 #F71C23 is Cyan = 0, Magento = 0.89, Yellow = 0.86 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 28 | 35 | - |
| CMYK | 0 | 0.89 | 0.86 | 0.03 |
| HSL | 358.08º | 0.93% | 0.54% | - |
| HSV(B) | 358.08º | 0.89% | 0.97% | - |
| XYZ | 39.08 | 20.73 | 3.53 | - |
| YUV | 94.28 | 94.55 | 236.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 28 | 35 | 0 | 0.89 | 0.86 | 0.03 | 358.08 | 0.93 | 0.54 |
| Hex | F7 | 1C | 23 | 0 | 59 | 56 | 3 | 166 | 5D | 36 |
| Octal | 367 | 34 | 43 | 0 | 131 | 126 | 3 | 546 | 135 | 66 |
| Binary | 11110111 | 11100 | 100011 | 0 | 1011001 | 1010110 | 11 | 101100110 | 1011101 | 110110 |
Color Harmonies of #F71C23
Complementary color
Monochromatic Colors of #F71C23
Black with #F71C23
Text Example
Text Example
White with #F71C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71C23; }
p { color: rgb(247,28,35); }
H1.HeaderClassName
{
color: #F71C23;
}
.AnyTagClassName
{
color: #F71C23;
}
</style>
background-color css
<style>
a { background-color: #F71C23; }
a { background-color: rgb(247,28,35); }
div.DivClassName
{
background-color: #F71C23;
}
.BgClassName
{
background-color: #F71C23;
}
</style>
border-color css
<style>
span { border-color: #F71C23; }
span { border-color: rgb(247,28,35); }
td.TdClassName
{
border-color: #F71C23;
}
.TagClassName
{
border-color: #F71C23;
}
</style>