Shades of Torch Red #F71E2F
Tints of Torch Red #F71E2F
RGB
CMYK
RGB Variations
Color information
#F71E2F (or 0xF71E2F) is known color: Torch Red. HEX triplet: F7, 1E and 2F. RGB value is (247,30,47). Sum of RGB (Red+Green+Blue) = 247+30+47=324 (42% of max value = 765). Red value is 247 (96.88% from 255 or 76.23% from 324); Green value is 30 (12.11% from 255 or 9.26% from 324); Blue value is 47 (18.75% from 255 or 14.51% from 324); Max value from RGB is 247 - color contains mainly: red. Hex color #F71E2F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F71E2F is #08E1D0. Grayscale: #606060. Windows color (decimal): -582097 or 3088119. OLE color: 3088119.
HSL color Cylindrical-coordinate representation of color #F71E2F: hue angle of 355.3º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F71E2F is Cyan = 0, Magento = 0.88, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 30 | 47 | - |
| CMYK | 0 | 0.88 | 0.81 | 0.03 |
| HSL | 355.3º | 0.93% | 0.54% | - |
| HSV(B) | 355.3º | 0.88% | 0.97% | - |
| XYZ | 39.34 | 20.91 | 4.65 | - |
| YUV | 96.82 | 99.89 | 235.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 30 | 47 | 0 | 0.88 | 0.81 | 0.03 | 355.3 | 0.93 | 0.54 |
| Hex | F7 | 1E | 2F | 0 | 58 | 51 | 3 | 163 | 5D | 36 |
| Octal | 367 | 36 | 57 | 0 | 130 | 121 | 3 | 543 | 135 | 66 |
| Binary | 11110111 | 11110 | 101111 | 0 | 1011000 | 1010001 | 11 | 101100011 | 1011101 | 110110 |
Color Harmonies of #F71E2F
Complementary color
Monochromatic Colors of #F71E2F
Black with #F71E2F
Text Example
Text Example
White with #F71E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71E2F; }
p { color: rgb(247,30,47); }
H1.HeaderClassName
{
color: #F71E2F;
}
.AnyTagClassName
{
color: #F71E2F;
}
</style>
background-color css
<style>
a { background-color: #F71E2F; }
a { background-color: rgb(247,30,47); }
div.DivClassName
{
background-color: #F71E2F;
}
.BgClassName
{
background-color: #F71E2F;
}
</style>
border-color css
<style>
span { border-color: #F71E2F; }
span { border-color: rgb(247,30,47); }
td.TdClassName
{
border-color: #F71E2F;
}
.TagClassName
{
border-color: #F71E2F;
}
</style>