Shades of Torch Red #F71B2F
Tints of Torch Red #F71B2F
RGB
CMYK
RGB Variations
Color information
#F71B2F (or 0xF71B2F) is known color: Torch Red. HEX triplet: F7, 1B and 2F. RGB value is (247,27,47). Sum of RGB (Red+Green+Blue) = 247+27+47=321 (42% of max value = 765). Red value is 247 (96.88% from 255 or 76.95% from 321); Green value is 27 (10.94% from 255 or 8.41% from 321); Blue value is 47 (18.75% from 255 or 14.64% from 321); Max value from RGB is 247 - color contains mainly: red. Hex color #F71B2F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F71B2F is #08E4D0. Grayscale: #5F5F5F. Windows color (decimal): -582865 or 3087351. OLE color: 3087351.
HSL color Cylindrical-coordinate representation of color #F71B2F: hue angle of 354.55º 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 #F71B2F is Cyan = 0, Magento = 0.89, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 27 | 47 | - |
| CMYK | 0 | 0.89 | 0.81 | 0.03 |
| HSL | 354.55º | 0.93% | 0.54% | - |
| HSV(B) | 354.55º | 0.89% | 0.97% | - |
| XYZ | 39.26 | 20.76 | 4.63 | - |
| YUV | 95.06 | 100.89 | 236.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 27 | 47 | 0 | 0.89 | 0.81 | 0.03 | 354.55 | 0.93 | 0.54 |
| Hex | F7 | 1B | 2F | 0 | 59 | 51 | 3 | 163 | 5D | 36 |
| Octal | 367 | 33 | 57 | 0 | 131 | 121 | 3 | 543 | 135 | 66 |
| Binary | 11110111 | 11011 | 101111 | 0 | 1011001 | 1010001 | 11 | 101100011 | 1011101 | 110110 |
Color Harmonies of #F71B2F
Complementary color
Monochromatic Colors of #F71B2F
Black with #F71B2F
Text Example
Text Example
White with #F71B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71B2F; }
p { color: rgb(247,27,47); }
H1.HeaderClassName
{
color: #F71B2F;
}
.AnyTagClassName
{
color: #F71B2F;
}
</style>
background-color css
<style>
a { background-color: #F71B2F; }
a { background-color: rgb(247,27,47); }
div.DivClassName
{
background-color: #F71B2F;
}
.BgClassName
{
background-color: #F71B2F;
}
</style>
border-color css
<style>
span { border-color: #F71B2F; }
span { border-color: rgb(247,27,47); }
td.TdClassName
{
border-color: #F71B2F;
}
.TagClassName
{
border-color: #F71B2F;
}
</style>