Shades of Torch Red #F71622
Tints of Torch Red #F71622
RGB
CMYK
RGB Variations
Color information
#F71622 (or 0xF71622) is known color: Torch Red. HEX triplet: F7, 16 and 22. RGB value is (247,22,34). Sum of RGB (Red+Green+Blue) = 247+22+34=303 (40% of max value = 765). Red value is 247 (96.88% from 255 or 81.52% from 303); Green value is 22 (8.98% from 255 or 7.26% from 303); Blue value is 34 (13.67% from 255 or 11.22% from 303); Max value from RGB is 247 - color contains mainly: red. Hex color #F71622 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F71622 is #08E9DD. Grayscale: #5A5A5A. Windows color (decimal): -584158 or 2234103. OLE color: 2234103.
HSL color Cylindrical-coordinate representation of color #F71622: hue angle of 356.8º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F71622 is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 22 | 34 | - |
| CMYK | 0 | 0.91 | 0.86 | 0.03 |
| HSL | 356.8º | 0.93% | 0.53% | - |
| HSV(B) | 356.8º | 0.91% | 0.97% | - |
| XYZ | 38.93 | 20.46 | 3.41 | - |
| YUV | 90.64 | 96.04 | 239.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 22 | 34 | 0 | 0.91 | 0.86 | 0.03 | 356.8 | 0.93 | 0.53 |
| Hex | F7 | 16 | 22 | 0 | 5B | 56 | 3 | 165 | 5D | 35 |
| Octal | 367 | 26 | 42 | 0 | 133 | 126 | 3 | 545 | 135 | 65 |
| Binary | 11110111 | 10110 | 100010 | 0 | 1011011 | 1010110 | 11 | 101100101 | 1011101 | 110101 |
Color Harmonies of #F71622
Complementary color
Monochromatic Colors of #F71622
Black with #F71622
Text Example
Text Example
White with #F71622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71622; }
p { color: rgb(247,22,34); }
H1.HeaderClassName
{
color: #F71622;
}
.AnyTagClassName
{
color: #F71622;
}
</style>
background-color css
<style>
a { background-color: #F71622; }
a { background-color: rgb(247,22,34); }
div.DivClassName
{
background-color: #F71622;
}
.BgClassName
{
background-color: #F71622;
}
</style>
border-color css
<style>
span { border-color: #F71622; }
span { border-color: rgb(247,22,34); }
td.TdClassName
{
border-color: #F71622;
}
.TagClassName
{
border-color: #F71622;
}
</style>