Shades of Torch Red #F70A1B
Tints of Torch Red #F70A1B
RGB
CMYK
RGB Variations
Color information
#F70A1B (or 0xF70A1B) is known color: Torch Red. HEX triplet: F7, 0A and 1B. RGB value is (247,10,27). Sum of RGB (Red+Green+Blue) = 247+10+27=284 (37% of max value = 765). Red value is 247 (96.88% from 255 or 86.97% from 284); Green value is 10 (4.30% from 255 or 3.52% from 284); Blue value is 27 (10.94% from 255 or 9.51% from 284); Max value from RGB is 247 - color contains mainly: red. Hex color #F70A1B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F70A1B is #08F5E4. Grayscale: #525252. Windows color (decimal): -587237 or 1772279. OLE color: 1772279.
HSL color Cylindrical-coordinate representation of color #F70A1B: hue angle of 355.7º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F70A1B is Cyan = 0, Magento = 0.96, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 10 | 27 | - |
| CMYK | 0 | 0.96 | 0.89 | 0.03 |
| HSL | 355.7º | 0.94% | 0.5% | - |
| HSV(B) | 355.7º | 0.96% | 0.97% | - |
| XYZ | 38.66 | 20.07 | 2.87 | - |
| YUV | 82.8 | 96.52 | 245.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 10 | 27 | 0 | 0.96 | 0.89 | 0.03 | 355.7 | 0.94 | 0.5 |
| Hex | F7 | A | 1B | 0 | 60 | 59 | 3 | 164 | 5E | 32 |
| Octal | 367 | 12 | 33 | 0 | 140 | 131 | 3 | 544 | 136 | 62 |
| Binary | 11110111 | 1010 | 11011 | 0 | 1100000 | 1011001 | 11 | 101100100 | 1011110 | 110010 |
Color Harmonies of #F70A1B
Complementary color
Monochromatic Colors of #F70A1B
Black with #F70A1B
Text Example
Text Example
White with #F70A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70A1B; }
p { color: rgb(247,10,27); }
H1.HeaderClassName
{
color: #F70A1B;
}
.AnyTagClassName
{
color: #F70A1B;
}
</style>
background-color css
<style>
a { background-color: #F70A1B; }
a { background-color: rgb(247,10,27); }
div.DivClassName
{
background-color: #F70A1B;
}
.BgClassName
{
background-color: #F70A1B;
}
</style>
border-color css
<style>
span { border-color: #F70A1B; }
span { border-color: rgb(247,10,27); }
td.TdClassName
{
border-color: #F70A1B;
}
.TagClassName
{
border-color: #F70A1B;
}
</style>