Shades of Torch Red #F7001D
Tints of Torch Red #F7001D
RGB
CMYK
RGB Variations
Color information
#F7001D (or 0xF7001D) is known color: Torch Red. HEX triplet: F7, 00 and 1D. RGB value is (247,0,29). Sum of RGB (Red+Green+Blue) = 247+0+29=276 (36% of max value = 765). Red value is 247 (96.88% from 255 or 89.49% from 276); Green value is 0 (0.39% from 255 or 0% from 276); Blue value is 29 (11.72% from 255 or 10.51% from 276); Max value from RGB is 247 - color contains mainly: red. Hex color #F7001D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7001D is #08FFE2. Grayscale: #4D4D4D. Windows color (decimal): -589795 or 1900791. OLE color: 1900791.
HSL color Cylindrical-coordinate representation of color #F7001D: hue angle of 352.96º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F7001D is Cyan = 0, Magento = 1, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 0 | 29 | - |
| CMYK | 0 | 1 | 0.88 | 0.03 |
| HSL | 352.96º | 1% | 0.48% | - |
| HSV(B) | 352.96º | 1% | 0.97% | - |
| XYZ | 38.58 | 19.86 | 2.96 | - |
| YUV | 77.16 | 100.83 | 249.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 0 | 29 | 0 | 1 | 0.88 | 0.03 | 352.96 | 1 | 0.48 |
| Hex | F7 | 0 | 1D | 0 | 64 | 58 | 3 | 161 | 64 | 30 |
| Octal | 367 | 0 | 35 | 0 | 144 | 130 | 3 | 541 | 144 | 60 |
| Binary | 11110111 | 0 | 11101 | 0 | 1100100 | 1011000 | 11 | 101100001 | 1100100 | 110000 |
Color Harmonies of #F7001D
Complementary color
Monochromatic Colors of #F7001D
Black with #F7001D
Text Example
Text Example
White with #F7001D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7001D; }
p { color: rgb(247,0,29); }
H1.HeaderClassName
{
color: #F7001D;
}
.AnyTagClassName
{
color: #F7001D;
}
</style>
background-color css
<style>
a { background-color: #F7001D; }
a { background-color: rgb(247,0,29); }
div.DivClassName
{
background-color: #F7001D;
}
.BgClassName
{
background-color: #F7001D;
}
</style>
border-color css
<style>
span { border-color: #F7001D; }
span { border-color: rgb(247,0,29); }
td.TdClassName
{
border-color: #F7001D;
}
.TagClassName
{
border-color: #F7001D;
}
</style>