Shades of Torch Red #F71430
Tints of Torch Red #F71430
RGB
CMYK
RGB Variations
Color information
#F71430 (or 0xF71430) is known color: Torch Red. HEX triplet: F7, 14 and 30. RGB value is (247,20,48). Sum of RGB (Red+Green+Blue) = 247+20+48=315 (41% of max value = 765). Red value is 247 (96.88% from 255 or 78.41% from 315); Green value is 20 (8.20% from 255 or 6.35% from 315); Blue value is 48 (19.14% from 255 or 15.24% from 315); Max value from RGB is 247 - color contains mainly: red. Hex color #F71430 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F71430 is #08EBCF. Grayscale: #5B5B5B. Windows color (decimal): -584656 or 3151095. OLE color: 3151095.
HSL color Cylindrical-coordinate representation of color #F71430: hue angle of 352.6º 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 #F71430 is Cyan = 0, Magento = 0.92, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 20 | 48 | - |
| CMYK | 0 | 0.92 | 0.81 | 0.03 |
| HSL | 352.6º | 0.93% | 0.52% | - |
| HSV(B) | 352.6º | 0.92% | 0.97% | - |
| XYZ | 39.14 | 20.49 | 4.69 | - |
| YUV | 91.07 | 103.71 | 239.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 20 | 48 | 0 | 0.92 | 0.81 | 0.03 | 352.6 | 0.93 | 0.52 |
| Hex | F7 | 14 | 30 | 0 | 5C | 51 | 3 | 161 | 5D | 34 |
| Octal | 367 | 24 | 60 | 0 | 134 | 121 | 3 | 541 | 135 | 64 |
| Binary | 11110111 | 10100 | 110000 | 0 | 1011100 | 1010001 | 11 | 101100001 | 1011101 | 110100 |
Color Harmonies of #F71430
Complementary color
Monochromatic Colors of #F71430
Black with #F71430
Text Example
Text Example
White with #F71430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71430; }
p { color: rgb(247,20,48); }
H1.HeaderClassName
{
color: #F71430;
}
.AnyTagClassName
{
color: #F71430;
}
</style>
background-color css
<style>
a { background-color: #F71430; }
a { background-color: rgb(247,20,48); }
div.DivClassName
{
background-color: #F71430;
}
.BgClassName
{
background-color: #F71430;
}
</style>
border-color css
<style>
span { border-color: #F71430; }
span { border-color: rgb(247,20,48); }
td.TdClassName
{
border-color: #F71430;
}
.TagClassName
{
border-color: #F71430;
}
</style>