Shades of Torch Red #F70344
Tints of Torch Red #F70344
RGB
CMYK
RGB Variations
Color information
#F70344 (or 0xF70344) is known color: Torch Red. HEX triplet: F7, 03 and 44. RGB value is (247,3,68). Sum of RGB (Red+Green+Blue) = 247+3+68=318 (42% of max value = 765). Red value is 247 (96.88% from 255 or 77.67% from 318); Green value is 3 (1.56% from 255 or 0.94% from 318); Blue value is 68 (26.95% from 255 or 21.38% from 318); Max value from RGB is 247 - color contains mainly: red. Hex color #F70344 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F70344 is #08FCBB. Grayscale: #535353. Windows color (decimal): -588988 or 4457463. OLE color: 4457463.
HSL color Cylindrical-coordinate representation of color #F70344: hue angle of 344.02º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F70344 is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 3 | 68 | - |
| CMYK | 0 | 0.99 | 0.72 | 0.03 |
| HSL | 344.02º | 0.98% | 0.49% | - |
| HSV(B) | 344.02º | 0.99% | 0.97% | - |
| XYZ | 39.43 | 20.26 | 7.3 | - |
| YUV | 83.37 | 119.34 | 244.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 3 | 68 | 0 | 0.99 | 0.72 | 0.03 | 344.02 | 0.98 | 0.49 |
| Hex | F7 | 3 | 44 | 0 | 63 | 48 | 3 | 158 | 62 | 31 |
| Octal | 367 | 3 | 104 | 0 | 143 | 110 | 3 | 530 | 142 | 61 |
| Binary | 11110111 | 11 | 1000100 | 0 | 1100011 | 1001000 | 11 | 101011000 | 1100010 | 110001 |
Color Harmonies of #F70344
Complementary color
Monochromatic Colors of #F70344
Black with #F70344
Text Example
Text Example
White with #F70344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70344; }
p { color: rgb(247,3,68); }
H1.HeaderClassName
{
color: #F70344;
}
.AnyTagClassName
{
color: #F70344;
}
</style>
background-color css
<style>
a { background-color: #F70344; }
a { background-color: rgb(247,3,68); }
div.DivClassName
{
background-color: #F70344;
}
.BgClassName
{
background-color: #F70344;
}
</style>
border-color css
<style>
span { border-color: #F70344; }
span { border-color: rgb(247,3,68); }
td.TdClassName
{
border-color: #F70344;
}
.TagClassName
{
border-color: #F70344;
}
</style>