Shades of Torch Red #F70436
Tints of Torch Red #F70436
RGB
CMYK
RGB Variations
Color information
#F70436 (or 0xF70436) is known color: Torch Red. HEX triplet: F7, 04 and 36. RGB value is (247,4,54). Sum of RGB (Red+Green+Blue) = 247+4+54=305 (40% of max value = 765). Red value is 247 (96.88% from 255 or 80.98% from 305); Green value is 4 (1.95% from 255 or 1.31% from 305); Blue value is 54 (21.48% from 255 or 17.70% from 305); Max value from RGB is 247 - color contains mainly: red. Hex color #F70436 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F70436 is #08FBC9. Grayscale: #525252. Windows color (decimal): -588746 or 3540215. OLE color: 3540215.
HSL color Cylindrical-coordinate representation of color #F70436: hue angle of 347.65º 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 #F70436 is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 4 | 54 | - |
| CMYK | 0 | 0.98 | 0.78 | 0.03 |
| HSL | 347.65º | 0.97% | 0.49% | - |
| HSV(B) | 347.65º | 0.98% | 0.97% | - |
| XYZ | 39.07 | 20.13 | 5.32 | - |
| YUV | 82.36 | 112.01 | 245.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 4 | 54 | 0 | 0.98 | 0.78 | 0.03 | 347.65 | 0.97 | 0.49 |
| Hex | F7 | 4 | 36 | 0 | 62 | 4E | 3 | 15C | 61 | 31 |
| Octal | 367 | 4 | 66 | 0 | 142 | 116 | 3 | 534 | 141 | 61 |
| Binary | 11110111 | 100 | 110110 | 0 | 1100010 | 1001110 | 11 | 101011100 | 1100001 | 110001 |
Color Harmonies of #F70436
Complementary color
Monochromatic Colors of #F70436
Black with #F70436
Text Example
Text Example
White with #F70436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70436; }
p { color: rgb(247,4,54); }
H1.HeaderClassName
{
color: #F70436;
}
.AnyTagClassName
{
color: #F70436;
}
</style>
background-color css
<style>
a { background-color: #F70436; }
a { background-color: rgb(247,4,54); }
div.DivClassName
{
background-color: #F70436;
}
.BgClassName
{
background-color: #F70436;
}
</style>
border-color css
<style>
span { border-color: #F70436; }
span { border-color: rgb(247,4,54); }
td.TdClassName
{
border-color: #F70436;
}
.TagClassName
{
border-color: #F70436;
}
</style>