Shades of Torch Red #F7003D
Tints of Torch Red #F7003D
RGB
CMYK
RGB Variations
Color information
#F7003D (or 0xF7003D) is known color: Torch Red. HEX triplet: F7, 00 and 3D. RGB value is (247,0,61). Sum of RGB (Red+Green+Blue) = 247+0+61=308 (40% of max value = 765). Red value is 247 (96.88% from 255 or 80.19% from 308); Green value is 0 (0.39% from 255 or 0% from 308); Blue value is 61 (24.22% from 255 or 19.81% from 308); Max value from RGB is 247 - color contains mainly: red. Hex color #F7003D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7003D is #08FFC2. Grayscale: #505050. Windows color (decimal): -589763 or 3997943. OLE color: 3997943.
HSL color Cylindrical-coordinate representation of color #F7003D: hue angle of 345.18º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F7003D is Cyan = 0, Magento = 1, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 0 | 61 | - |
| CMYK | 0 | 1 | 0.75 | 0.03 |
| HSL | 345.18º | 1% | 0.48% | - |
| HSV(B) | 345.18º | 1% | 0.97% | - |
| XYZ | 39.2 | 20.11 | 6.23 | - |
| YUV | 80.81 | 116.83 | 246.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 0 | 61 | 0 | 1 | 0.75 | 0.03 | 345.18 | 1 | 0.48 |
| Hex | F7 | 0 | 3D | 0 | 64 | 4B | 3 | 159 | 64 | 30 |
| Octal | 367 | 0 | 75 | 0 | 144 | 113 | 3 | 531 | 144 | 60 |
| Binary | 11110111 | 0 | 111101 | 0 | 1100100 | 1001011 | 11 | 101011001 | 1100100 | 110000 |
Color Harmonies of #F7003D
Complementary color
Monochromatic Colors of #F7003D
Black with #F7003D
Text Example
Text Example
White with #F7003D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7003D; }
p { color: rgb(247,0,61); }
H1.HeaderClassName
{
color: #F7003D;
}
.AnyTagClassName
{
color: #F7003D;
}
</style>
background-color css
<style>
a { background-color: #F7003D; }
a { background-color: rgb(247,0,61); }
div.DivClassName
{
background-color: #F7003D;
}
.BgClassName
{
background-color: #F7003D;
}
</style>
border-color css
<style>
span { border-color: #F7003D; }
span { border-color: rgb(247,0,61); }
td.TdClassName
{
border-color: #F7003D;
}
.TagClassName
{
border-color: #F7003D;
}
</style>