Shades of Torch Red #F70C2A
Tints of Torch Red #F70C2A
RGB
CMYK
RGB Variations
Color information
#F70C2A (or 0xF70C2A) is known color: Torch Red. HEX triplet: F7, 0C and 2A. RGB value is (247,12,42). Sum of RGB (Red+Green+Blue) = 247+12+42=301 (39% of max value = 765). Red value is 247 (96.88% from 255 or 82.06% from 301); Green value is 12 (5.08% from 255 or 3.99% from 301); Blue value is 42 (16.80% from 255 or 13.95% from 301); Max value from RGB is 247 - color contains mainly: red. Hex color #F70C2A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F70C2A is #08F3D5. Grayscale: #555555. Windows color (decimal): -586710 or 2755831. OLE color: 2755831.
HSL color Cylindrical-coordinate representation of color #F70C2A: hue angle of 352.34º 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 #F70C2A is Cyan = 0, Magento = 0.95, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 12 | 42 | - |
| CMYK | 0 | 0.95 | 0.83 | 0.03 |
| HSL | 352.34º | 0.94% | 0.51% | - |
| HSV(B) | 352.34º | 0.95% | 0.97% | - |
| XYZ | 38.91 | 20.2 | 4.04 | - |
| YUV | 85.69 | 103.36 | 243.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 12 | 42 | 0 | 0.95 | 0.83 | 0.03 | 352.34 | 0.94 | 0.51 |
| Hex | F7 | C | 2A | 0 | 5F | 53 | 3 | 160 | 5E | 33 |
| Octal | 367 | 14 | 52 | 0 | 137 | 123 | 3 | 540 | 136 | 63 |
| Binary | 11110111 | 1100 | 101010 | 0 | 1011111 | 1010011 | 11 | 101100000 | 1011110 | 110011 |
Color Harmonies of #F70C2A
Complementary color
Monochromatic Colors of #F70C2A
Black with #F70C2A
Text Example
Text Example
White with #F70C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70C2A; }
p { color: rgb(247,12,42); }
H1.HeaderClassName
{
color: #F70C2A;
}
.AnyTagClassName
{
color: #F70C2A;
}
</style>
background-color css
<style>
a { background-color: #F70C2A; }
a { background-color: rgb(247,12,42); }
div.DivClassName
{
background-color: #F70C2A;
}
.BgClassName
{
background-color: #F70C2A;
}
</style>
border-color css
<style>
span { border-color: #F70C2A; }
span { border-color: rgb(247,12,42); }
td.TdClassName
{
border-color: #F70C2A;
}
.TagClassName
{
border-color: #F70C2A;
}
</style>