Shades of Torch Red #F71C3A
Tints of Torch Red #F71C3A
RGB
CMYK
RGB Variations
Color information
#F71C3A (or 0xF71C3A) is known color: Torch Red. HEX triplet: F7, 1C and 3A. RGB value is (247,28,58). Sum of RGB (Red+Green+Blue) = 247+28+58=333 (44% of max value = 765). Red value is 247 (96.88% from 255 or 74.17% from 333); Green value is 28 (11.33% from 255 or 8.41% from 333); Blue value is 58 (23.05% from 255 or 17.42% from 333); Max value from RGB is 247 - color contains mainly: red. Hex color #F71C3A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F71C3A is #08E3C5. Grayscale: #606060. Windows color (decimal): -582598 or 3808503. OLE color: 3808503.
HSL color Cylindrical-coordinate representation of color #F71C3A: hue angle of 351.78º 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 #F71C3A is Cyan = 0, Magento = 0.89, Yellow = 0.77 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 28 | 58 | - |
| CMYK | 0 | 0.89 | 0.77 | 0.03 |
| HSL | 351.78º | 0.93% | 0.54% | - |
| HSV(B) | 351.78º | 0.89% | 0.97% | - |
| XYZ | 39.54 | 20.91 | 5.96 | - |
| YUV | 96.9 | 106.05 | 235.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 28 | 58 | 0 | 0.89 | 0.77 | 0.03 | 351.78 | 0.93 | 0.54 |
| Hex | F7 | 1C | 3A | 0 | 59 | 4D | 3 | 160 | 5D | 36 |
| Octal | 367 | 34 | 72 | 0 | 131 | 115 | 3 | 540 | 135 | 66 |
| Binary | 11110111 | 11100 | 111010 | 0 | 1011001 | 1001101 | 11 | 101100000 | 1011101 | 110110 |
Color Harmonies of #F71C3A
Complementary color
Monochromatic Colors of #F71C3A
Black with #F71C3A
Text Example
Text Example
White with #F71C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71C3A; }
p { color: rgb(247,28,58); }
H1.HeaderClassName
{
color: #F71C3A;
}
.AnyTagClassName
{
color: #F71C3A;
}
</style>
background-color css
<style>
a { background-color: #F71C3A; }
a { background-color: rgb(247,28,58); }
div.DivClassName
{
background-color: #F71C3A;
}
.BgClassName
{
background-color: #F71C3A;
}
</style>
border-color css
<style>
span { border-color: #F71C3A; }
span { border-color: rgb(247,28,58); }
td.TdClassName
{
border-color: #F71C3A;
}
.TagClassName
{
border-color: #F71C3A;
}
</style>