Shades of Torch Red #F70636
Tints of Torch Red #F70636
RGB
CMYK
RGB Variations
Color information
#F70636 (or 0xF70636) is known color: Torch Red. HEX triplet: F7, 06 and 36. RGB value is (247,6,54). Sum of RGB (Red+Green+Blue) = 247+6+54=307 (40% of max value = 765). Red value is 247 (96.88% from 255 or 80.46% from 307); Green value is 6 (2.73% from 255 or 1.95% from 307); Blue value is 54 (21.48% from 255 or 17.59% from 307); Max value from RGB is 247 - color contains mainly: red. Hex color #F70636 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F70636 is #08F9C9. Grayscale: #535353. Windows color (decimal): -588234 or 3540727. OLE color: 3540727.
HSL color Cylindrical-coordinate representation of color #F70636: hue angle of 348.05º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F70636 is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 6 | 54 | - |
| CMYK | 0 | 0.98 | 0.78 | 0.03 |
| HSL | 348.05º | 0.95% | 0.5% | - |
| HSV(B) | 348.05º | 0.98% | 0.97% | - |
| XYZ | 39.09 | 20.17 | 5.32 | - |
| YUV | 83.53 | 111.34 | 244.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 6 | 54 | 0 | 0.98 | 0.78 | 0.03 | 348.05 | 0.95 | 0.5 |
| Hex | F7 | 6 | 36 | 0 | 62 | 4E | 3 | 15C | 5F | 32 |
| Octal | 367 | 6 | 66 | 0 | 142 | 116 | 3 | 534 | 137 | 62 |
| Binary | 11110111 | 110 | 110110 | 0 | 1100010 | 1001110 | 11 | 101011100 | 1011111 | 110010 |
Color Harmonies of #F70636
Complementary color
Monochromatic Colors of #F70636
Black with #F70636
Text Example
Text Example
White with #F70636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70636; }
p { color: rgb(247,6,54); }
H1.HeaderClassName
{
color: #F70636;
}
.AnyTagClassName
{
color: #F70636;
}
</style>
background-color css
<style>
a { background-color: #F70636; }
a { background-color: rgb(247,6,54); }
div.DivClassName
{
background-color: #F70636;
}
.BgClassName
{
background-color: #F70636;
}
</style>
border-color css
<style>
span { border-color: #F70636; }
span { border-color: rgb(247,6,54); }
td.TdClassName
{
border-color: #F70636;
}
.TagClassName
{
border-color: #F70636;
}
</style>