Shades of Torch Red #F70A2D
Tints of Torch Red #F70A2D
RGB
CMYK
RGB Variations
Color information
#F70A2D (or 0xF70A2D) is known color: Torch Red. HEX triplet: F7, 0A and 2D. RGB value is (247,10,45). Sum of RGB (Red+Green+Blue) = 247+10+45=302 (40% of max value = 765). Red value is 247 (96.88% from 255 or 81.79% from 302); Green value is 10 (4.30% from 255 or 3.31% from 302); Blue value is 45 (17.97% from 255 or 14.90% from 302); Max value from RGB is 247 - color contains mainly: red. Hex color #F70A2D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F70A2D is #08F5D2. Grayscale: #545454. Windows color (decimal): -587219 or 2951927. OLE color: 2951927.
HSL color Cylindrical-coordinate representation of color #F70A2D: hue angle of 351.14º 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 #F70A2D is Cyan = 0, Magento = 0.96, Yellow = 0.82 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 10 | 45 | - |
| CMYK | 0 | 0.96 | 0.82 | 0.03 |
| HSL | 351.14º | 0.94% | 0.5% | - |
| HSV(B) | 351.14º | 0.96% | 0.97% | - |
| XYZ | 38.94 | 20.18 | 4.33 | - |
| YUV | 84.85 | 105.52 | 243.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 10 | 45 | 0 | 0.96 | 0.82 | 0.03 | 351.14 | 0.94 | 0.5 |
| Hex | F7 | A | 2D | 0 | 60 | 52 | 3 | 15F | 5E | 32 |
| Octal | 367 | 12 | 55 | 0 | 140 | 122 | 3 | 537 | 136 | 62 |
| Binary | 11110111 | 1010 | 101101 | 0 | 1100000 | 1010010 | 11 | 101011111 | 1011110 | 110010 |
Color Harmonies of #F70A2D
Complementary color
Monochromatic Colors of #F70A2D
Black with #F70A2D
Text Example
Text Example
White with #F70A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70A2D; }
p { color: rgb(247,10,45); }
H1.HeaderClassName
{
color: #F70A2D;
}
.AnyTagClassName
{
color: #F70A2D;
}
</style>
background-color css
<style>
a { background-color: #F70A2D; }
a { background-color: rgb(247,10,45); }
div.DivClassName
{
background-color: #F70A2D;
}
.BgClassName
{
background-color: #F70A2D;
}
</style>
border-color css
<style>
span { border-color: #F70A2D; }
span { border-color: rgb(247,10,45); }
td.TdClassName
{
border-color: #F70A2D;
}
.TagClassName
{
border-color: #F70A2D;
}
</style>