Shades of Torch Red #F70C2B
Tints of Torch Red #F70C2B
RGB
CMYK
RGB Variations
Color information
#F70C2B (or 0xF70C2B) is known color: Torch Red. HEX triplet: F7, 0C and 2B. RGB value is (247,12,43). Sum of RGB (Red+Green+Blue) = 247+12+43=302 (40% of max value = 765). Red value is 247 (96.88% from 255 or 81.79% from 302); Green value is 12 (5.08% from 255 or 3.97% from 302); Blue value is 43 (17.19% from 255 or 14.24% from 302); Max value from RGB is 247 - color contains mainly: red. Hex color #F70C2B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F70C2B is #08F3D4. Grayscale: #555555. Windows color (decimal): -586709 or 2821367. OLE color: 2821367.
HSL color Cylindrical-coordinate representation of color #F70C2B: hue angle of 352.09º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F70C2B is Cyan = 0, Magento = 0.95, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 12 | 43 | - |
| CMYK | 0 | 0.95 | 0.83 | 0.03 |
| HSL | 352.09º | 0.94% | 0.51% | - |
| HSV(B) | 352.09º | 0.95% | 0.97% | - |
| XYZ | 38.93 | 20.21 | 4.14 | - |
| YUV | 85.8 | 103.86 | 242.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 12 | 43 | 0 | 0.95 | 0.83 | 0.03 | 352.09 | 0.94 | 0.51 |
| Hex | F7 | C | 2B | 0 | 5F | 53 | 3 | 160 | 5E | 33 |
| Octal | 367 | 14 | 53 | 0 | 137 | 123 | 3 | 540 | 136 | 63 |
| Binary | 11110111 | 1100 | 101011 | 0 | 1011111 | 1010011 | 11 | 101100000 | 1011110 | 110011 |
Color Harmonies of #F70C2B
Complementary color
Monochromatic Colors of #F70C2B
Black with #F70C2B
Text Example
Text Example
White with #F70C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70C2B; }
p { color: rgb(247,12,43); }
H1.HeaderClassName
{
color: #F70C2B;
}
.AnyTagClassName
{
color: #F70C2B;
}
</style>
background-color css
<style>
a { background-color: #F70C2B; }
a { background-color: rgb(247,12,43); }
div.DivClassName
{
background-color: #F70C2B;
}
.BgClassName
{
background-color: #F70C2B;
}
</style>
border-color css
<style>
span { border-color: #F70C2B; }
span { border-color: rgb(247,12,43); }
td.TdClassName
{
border-color: #F70C2B;
}
.TagClassName
{
border-color: #F70C2B;
}
</style>