Shades of Torch Red #F70434
Tints of Torch Red #F70434
RGB
CMYK
RGB Variations
Color information
#F70434 (or 0xF70434) is known color: Torch Red. HEX triplet: F7, 04 and 34. RGB value is (247,4,52). Sum of RGB (Red+Green+Blue) = 247+4+52=303 (40% of max value = 765). Red value is 247 (96.88% from 255 or 81.52% from 303); Green value is 4 (1.95% from 255 or 1.32% from 303); Blue value is 52 (20.70% from 255 or 17.16% from 303); Max value from RGB is 247 - color contains mainly: red. Hex color #F70434 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F70434 is #08FBCB. Grayscale: #525252. Windows color (decimal): -588748 or 3409143. OLE color: 3409143.
HSL color Cylindrical-coordinate representation of color #F70434: hue angle of 348.15º degrees, saturation: 0.97, 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 #F70434 is Cyan = 0, Magento = 0.98, Yellow = 0.79 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 4 | 52 | - |
| CMYK | 0 | 0.98 | 0.79 | 0.03 |
| HSL | 348.15º | 0.97% | 0.49% | - |
| HSV(B) | 348.15º | 0.98% | 0.97% | - |
| XYZ | 39.02 | 20.11 | 5.07 | - |
| YUV | 82.13 | 111.01 | 245.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 4 | 52 | 0 | 0.98 | 0.79 | 0.03 | 348.15 | 0.97 | 0.49 |
| Hex | F7 | 4 | 34 | 0 | 62 | 4F | 3 | 15C | 61 | 31 |
| Octal | 367 | 4 | 64 | 0 | 142 | 117 | 3 | 534 | 141 | 61 |
| Binary | 11110111 | 100 | 110100 | 0 | 1100010 | 1001111 | 11 | 101011100 | 1100001 | 110001 |
Color Harmonies of #F70434
Complementary color
Monochromatic Colors of #F70434
Black with #F70434
Text Example
Text Example
White with #F70434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70434; }
p { color: rgb(247,4,52); }
H1.HeaderClassName
{
color: #F70434;
}
.AnyTagClassName
{
color: #F70434;
}
</style>
background-color css
<style>
a { background-color: #F70434; }
a { background-color: rgb(247,4,52); }
div.DivClassName
{
background-color: #F70434;
}
.BgClassName
{
background-color: #F70434;
}
</style>
border-color css
<style>
span { border-color: #F70434; }
span { border-color: rgb(247,4,52); }
td.TdClassName
{
border-color: #F70434;
}
.TagClassName
{
border-color: #F70434;
}
</style>