Shades of Torch Red #F71426
Tints of Torch Red #F71426
RGB
CMYK
RGB Variations
Color information
#F71426 (or 0xF71426) is known color: Torch Red. HEX triplet: F7, 14 and 26. RGB value is (247,20,38). Sum of RGB (Red+Green+Blue) = 247+20+38=305 (40% of max value = 765). Red value is 247 (96.88% from 255 or 80.98% from 305); Green value is 20 (8.20% from 255 or 6.56% from 305); Blue value is 38 (15.23% from 255 or 12.46% from 305); Max value from RGB is 247 - color contains mainly: red. Hex color #F71426 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F71426 is #08EBD9. Grayscale: #5A5A5A. Windows color (decimal): -584666 or 2495735. OLE color: 2495735.
HSL color Cylindrical-coordinate representation of color #F71426: hue angle of 355.24º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F71426 is Cyan = 0, Magento = 0.92, Yellow = 0.85 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 20 | 38 | - |
| CMYK | 0 | 0.92 | 0.85 | 0.03 |
| HSL | 355.24º | 0.93% | 0.52% | - |
| HSV(B) | 355.24º | 0.92% | 0.97% | - |
| XYZ | 38.96 | 20.41 | 3.72 | - |
| YUV | 89.93 | 98.71 | 240.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 20 | 38 | 0 | 0.92 | 0.85 | 0.03 | 355.24 | 0.93 | 0.52 |
| Hex | F7 | 14 | 26 | 0 | 5C | 55 | 3 | 163 | 5D | 34 |
| Octal | 367 | 24 | 46 | 0 | 134 | 125 | 3 | 543 | 135 | 64 |
| Binary | 11110111 | 10100 | 100110 | 0 | 1011100 | 1010101 | 11 | 101100011 | 1011101 | 110100 |
Color Harmonies of #F71426
Complementary color
Monochromatic Colors of #F71426
Black with #F71426
Text Example
Text Example
White with #F71426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71426; }
p { color: rgb(247,20,38); }
H1.HeaderClassName
{
color: #F71426;
}
.AnyTagClassName
{
color: #F71426;
}
</style>
background-color css
<style>
a { background-color: #F71426; }
a { background-color: rgb(247,20,38); }
div.DivClassName
{
background-color: #F71426;
}
.BgClassName
{
background-color: #F71426;
}
</style>
border-color css
<style>
span { border-color: #F71426; }
span { border-color: rgb(247,20,38); }
td.TdClassName
{
border-color: #F71426;
}
.TagClassName
{
border-color: #F71426;
}
</style>