Shades of Torch Red #F70534
Tints of Torch Red #F70534
RGB
CMYK
RGB Variations
Color information
#F70534 (or 0xF70534) is known color: Torch Red. HEX triplet: F7, 05 and 34. RGB value is (247,5,52). Sum of RGB (Red+Green+Blue) = 247+5+52=304 (40% of max value = 765). Red value is 247 (96.88% from 255 or 81.25% from 304); Green value is 5 (2.34% from 255 or 1.64% from 304); Blue value is 52 (20.70% from 255 or 17.11% from 304); Max value from RGB is 247 - color contains mainly: red. Hex color #F70534 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F70534 is #08FACB. Grayscale: #525252. Windows color (decimal): -588492 or 3409399. OLE color: 3409399.
HSL color Cylindrical-coordinate representation of color #F70534: hue angle of 348.35º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F70534 is Cyan = 0, Magento = 0.98, Yellow = 0.79 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 5 | 52 | - |
| CMYK | 0 | 0.98 | 0.79 | 0.03 |
| HSL | 348.35º | 0.96% | 0.49% | - |
| HSV(B) | 348.35º | 0.98% | 0.97% | - |
| XYZ | 39.03 | 20.13 | 5.08 | - |
| YUV | 82.72 | 110.67 | 245.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 5 | 52 | 0 | 0.98 | 0.79 | 0.03 | 348.35 | 0.96 | 0.49 |
| Hex | F7 | 5 | 34 | 0 | 62 | 4F | 3 | 15C | 60 | 31 |
| Octal | 367 | 5 | 64 | 0 | 142 | 117 | 3 | 534 | 140 | 61 |
| Binary | 11110111 | 101 | 110100 | 0 | 1100010 | 1001111 | 11 | 101011100 | 1100000 | 110001 |
Color Harmonies of #F70534
Complementary color
Monochromatic Colors of #F70534
Black with #F70534
Text Example
Text Example
White with #F70534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70534; }
p { color: rgb(247,5,52); }
H1.HeaderClassName
{
color: #F70534;
}
.AnyTagClassName
{
color: #F70534;
}
</style>
background-color css
<style>
a { background-color: #F70534; }
a { background-color: rgb(247,5,52); }
div.DivClassName
{
background-color: #F70534;
}
.BgClassName
{
background-color: #F70534;
}
</style>
border-color css
<style>
span { border-color: #F70534; }
span { border-color: rgb(247,5,52); }
td.TdClassName
{
border-color: #F70534;
}
.TagClassName
{
border-color: #F70534;
}
</style>