Shades of Torch Red #F70F1D
Tints of Torch Red #F70F1D
RGB
CMYK
RGB Variations
Color information
#F70F1D (or 0xF70F1D) is known color: Torch Red. HEX triplet: F7, 0F and 1D. RGB value is (247,15,29). Sum of RGB (Red+Green+Blue) = 247+15+29=291 (38% of max value = 765). Red value is 247 (96.88% from 255 or 84.88% from 291); Green value is 15 (6.25% from 255 or 5.15% from 291); Blue value is 29 (11.72% from 255 or 9.97% from 291); Max value from RGB is 247 - color contains mainly: red. Hex color #F70F1D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F70F1D is #08F0E2. Grayscale: #565656. Windows color (decimal): -585955 or 1904631. OLE color: 1904631.
HSL color Cylindrical-coordinate representation of color #F70F1D: hue angle of 356.38º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F70F1D is Cyan = 0, Magento = 0.94, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 15 | 29 | - |
| CMYK | 0 | 0.94 | 0.88 | 0.03 |
| HSL | 356.38º | 0.94% | 0.51% | - |
| HSV(B) | 356.38º | 0.94% | 0.97% | - |
| XYZ | 38.75 | 20.2 | 3.02 | - |
| YUV | 85.96 | 95.86 | 242.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 15 | 29 | 0 | 0.94 | 0.88 | 0.03 | 356.38 | 0.94 | 0.51 |
| Hex | F7 | F | 1D | 0 | 5E | 58 | 3 | 164 | 5E | 33 |
| Octal | 367 | 17 | 35 | 0 | 136 | 130 | 3 | 544 | 136 | 63 |
| Binary | 11110111 | 1111 | 11101 | 0 | 1011110 | 1011000 | 11 | 101100100 | 1011110 | 110011 |
Color Harmonies of #F70F1D
Complementary color
Monochromatic Colors of #F70F1D
Black with #F70F1D
Text Example
Text Example
White with #F70F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70F1D; }
p { color: rgb(247,15,29); }
H1.HeaderClassName
{
color: #F70F1D;
}
.AnyTagClassName
{
color: #F70F1D;
}
</style>
background-color css
<style>
a { background-color: #F70F1D; }
a { background-color: rgb(247,15,29); }
div.DivClassName
{
background-color: #F70F1D;
}
.BgClassName
{
background-color: #F70F1D;
}
</style>
border-color css
<style>
span { border-color: #F70F1D; }
span { border-color: rgb(247,15,29); }
td.TdClassName
{
border-color: #F70F1D;
}
.TagClassName
{
border-color: #F70F1D;
}
</style>