Shades of Torch Red #F71C24
Tints of Torch Red #F71C24
RGB
CMYK
RGB Variations
Color information
#F71C24 (or 0xF71C24) is known color: Torch Red. HEX triplet: F7, 1C and 24. RGB value is (247,28,36). Sum of RGB (Red+Green+Blue) = 247+28+36=311 (41% of max value = 765). Red value is 247 (96.88% from 255 or 79.42% from 311); Green value is 28 (11.33% from 255 or 9.00% from 311); Blue value is 36 (14.45% from 255 or 11.58% from 311); Max value from RGB is 247 - color contains mainly: red. Hex color #F71C24 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F71C24 is #08E3DB. Grayscale: #5E5E5E. Windows color (decimal): -582620 or 2366711. OLE color: 2366711.
HSL color Cylindrical-coordinate representation of color #F71C24: hue angle of 357.81º 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 #F71C24 is Cyan = 0, Magento = 0.89, Yellow = 0.85 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 28 | 36 | - |
| CMYK | 0 | 0.89 | 0.85 | 0.03 |
| HSL | 357.81º | 0.93% | 0.54% | - |
| HSV(B) | 357.81º | 0.89% | 0.97% | - |
| XYZ | 39.09 | 20.73 | 3.61 | - |
| YUV | 94.39 | 95.05 | 236.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 28 | 36 | 0 | 0.89 | 0.85 | 0.03 | 357.81 | 0.93 | 0.54 |
| Hex | F7 | 1C | 24 | 0 | 59 | 55 | 3 | 166 | 5D | 36 |
| Octal | 367 | 34 | 44 | 0 | 131 | 125 | 3 | 546 | 135 | 66 |
| Binary | 11110111 | 11100 | 100100 | 0 | 1011001 | 1010101 | 11 | 101100110 | 1011101 | 110110 |
Color Harmonies of #F71C24
Complementary color
Monochromatic Colors of #F71C24
Black with #F71C24
Text Example
Text Example
White with #F71C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71C24; }
p { color: rgb(247,28,36); }
H1.HeaderClassName
{
color: #F71C24;
}
.AnyTagClassName
{
color: #F71C24;
}
</style>
background-color css
<style>
a { background-color: #F71C24; }
a { background-color: rgb(247,28,36); }
div.DivClassName
{
background-color: #F71C24;
}
.BgClassName
{
background-color: #F71C24;
}
</style>
border-color css
<style>
span { border-color: #F71C24; }
span { border-color: rgb(247,28,36); }
td.TdClassName
{
border-color: #F71C24;
}
.TagClassName
{
border-color: #F71C24;
}
</style>