Shades of Torch Red #F7001C
Tints of Torch Red #F7001C
RGB
CMYK
RGB Variations
Color information
#F7001C (or 0xF7001C) is known color: Torch Red. HEX triplet: F7, 00 and 1C. RGB value is (247,0,28). Sum of RGB (Red+Green+Blue) = 247+0+28=275 (36% of max value = 765). Red value is 247 (96.88% from 255 or 89.82% from 275); Green value is 0 (0.39% from 255 or 0% from 275); Blue value is 28 (11.33% from 255 or 10.18% from 275); Max value from RGB is 247 - color contains mainly: red. Hex color #F7001C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7001C is #08FFE3. Grayscale: #4D4D4D. Windows color (decimal): -589796 or 1835255. OLE color: 1835255.
HSL color Cylindrical-coordinate representation of color #F7001C: hue angle of 353.2º 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 #F7001C is Cyan = 0, Magento = 1, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 0 | 28 | - |
| CMYK | 0 | 1 | 0.89 | 0.03 |
| HSL | 353.2º | 1% | 0.48% | - |
| HSV(B) | 353.2º | 1% | 0.97% | - |
| XYZ | 38.57 | 19.86 | 2.9 | - |
| YUV | 77.05 | 100.33 | 249.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 0 | 28 | 0 | 1 | 0.89 | 0.03 | 353.2 | 1 | 0.48 |
| Hex | F7 | 0 | 1C | 0 | 64 | 59 | 3 | 161 | 64 | 30 |
| Octal | 367 | 0 | 34 | 0 | 144 | 131 | 3 | 541 | 144 | 60 |
| Binary | 11110111 | 0 | 11100 | 0 | 1100100 | 1011001 | 11 | 101100001 | 1100100 | 110000 |
Color Harmonies of #F7001C
Complementary color
Monochromatic Colors of #F7001C
Black with #F7001C
Text Example
Text Example
White with #F7001C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7001C; }
p { color: rgb(247,0,28); }
H1.HeaderClassName
{
color: #F7001C;
}
.AnyTagClassName
{
color: #F7001C;
}
</style>
background-color css
<style>
a { background-color: #F7001C; }
a { background-color: rgb(247,0,28); }
div.DivClassName
{
background-color: #F7001C;
}
.BgClassName
{
background-color: #F7001C;
}
</style>
border-color css
<style>
span { border-color: #F7001C; }
span { border-color: rgb(247,0,28); }
td.TdClassName
{
border-color: #F7001C;
}
.TagClassName
{
border-color: #F7001C;
}
</style>