Shades of Torch Red #F70934
Tints of Torch Red #F70934
RGB
CMYK
RGB Variations
Color information
#F70934 (or 0xF70934) is known color: Torch Red. HEX triplet: F7, 09 and 34. RGB value is (247,9,52). Sum of RGB (Red+Green+Blue) = 247+9+52=308 (40% of max value = 765). Red value is 247 (96.88% from 255 or 80.19% from 308); Green value is 9 (3.91% from 255 or 2.92% from 308); Blue value is 52 (20.70% from 255 or 16.88% from 308); Max value from RGB is 247 - color contains mainly: red. Hex color #F70934 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F70934 is #08F6CB. Grayscale: #555555. Windows color (decimal): -587468 or 3410423. OLE color: 3410423.
HSL color Cylindrical-coordinate representation of color #F70934: hue angle of 349.16º 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 #F70934 is Cyan = 0, Magento = 0.96, Yellow = 0.79 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 9 | 52 | - |
| CMYK | 0 | 0.96 | 0.79 | 0.03 |
| HSL | 349.16º | 0.94% | 0.5% | - |
| HSV(B) | 349.16º | 0.96% | 0.97% | - |
| XYZ | 39.08 | 20.22 | 5.09 | - |
| YUV | 85.06 | 109.35 | 243.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 9 | 52 | 0 | 0.96 | 0.79 | 0.03 | 349.16 | 0.94 | 0.5 |
| Hex | F7 | 9 | 34 | 0 | 60 | 4F | 3 | 15D | 5E | 32 |
| Octal | 367 | 11 | 64 | 0 | 140 | 117 | 3 | 535 | 136 | 62 |
| Binary | 11110111 | 1001 | 110100 | 0 | 1100000 | 1001111 | 11 | 101011101 | 1011110 | 110010 |
Color Harmonies of #F70934
Complementary color
Monochromatic Colors of #F70934
Black with #F70934
Text Example
Text Example
White with #F70934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70934; }
p { color: rgb(247,9,52); }
H1.HeaderClassName
{
color: #F70934;
}
.AnyTagClassName
{
color: #F70934;
}
</style>
background-color css
<style>
a { background-color: #F70934; }
a { background-color: rgb(247,9,52); }
div.DivClassName
{
background-color: #F70934;
}
.BgClassName
{
background-color: #F70934;
}
</style>
border-color css
<style>
span { border-color: #F70934; }
span { border-color: rgb(247,9,52); }
td.TdClassName
{
border-color: #F70934;
}
.TagClassName
{
border-color: #F70934;
}
</style>