Shades of Torch Red #F7063D
Tints of Torch Red #F7063D
RGB
CMYK
RGB Variations
Color information
#F7063D (or 0xF7063D) is known color: Torch Red. HEX triplet: F7, 06 and 3D. RGB value is (247,6,61). Sum of RGB (Red+Green+Blue) = 247+6+61=314 (41% of max value = 765). Red value is 247 (96.88% from 255 or 78.66% from 314); Green value is 6 (2.73% from 255 or 1.91% from 314); Blue value is 61 (24.22% from 255 or 19.43% from 314); Max value from RGB is 247 - color contains mainly: red. Hex color #F7063D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7063D is #08F9C2. Grayscale: #545454. Windows color (decimal): -588227 or 3999479. OLE color: 3999479.
HSL color Cylindrical-coordinate representation of color #F7063D: hue angle of 346.31º 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 #F7063D is Cyan = 0, Magento = 0.98, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 6 | 61 | - |
| CMYK | 0 | 0.98 | 0.75 | 0.03 |
| HSL | 346.31º | 0.95% | 0.5% | - |
| HSV(B) | 346.31º | 0.98% | 0.97% | - |
| XYZ | 39.27 | 20.24 | 6.25 | - |
| YUV | 84.33 | 114.84 | 244.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 6 | 61 | 0 | 0.98 | 0.75 | 0.03 | 346.31 | 0.95 | 0.5 |
| Hex | F7 | 6 | 3D | 0 | 62 | 4B | 3 | 15A | 5F | 32 |
| Octal | 367 | 6 | 75 | 0 | 142 | 113 | 3 | 532 | 137 | 62 |
| Binary | 11110111 | 110 | 111101 | 0 | 1100010 | 1001011 | 11 | 101011010 | 1011111 | 110010 |
Color Harmonies of #F7063D
Complementary color
Monochromatic Colors of #F7063D
Black with #F7063D
Text Example
Text Example
White with #F7063D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7063D; }
p { color: rgb(247,6,61); }
H1.HeaderClassName
{
color: #F7063D;
}
.AnyTagClassName
{
color: #F7063D;
}
</style>
background-color css
<style>
a { background-color: #F7063D; }
a { background-color: rgb(247,6,61); }
div.DivClassName
{
background-color: #F7063D;
}
.BgClassName
{
background-color: #F7063D;
}
</style>
border-color css
<style>
span { border-color: #F7063D; }
span { border-color: rgb(247,6,61); }
td.TdClassName
{
border-color: #F7063D;
}
.TagClassName
{
border-color: #F7063D;
}
</style>