Shades of Torch Red #F1073D
Tints of Torch Red #F1073D
RGB
CMYK
RGB Variations
Color information
#F1073D (or 0xF1073D) is known color: Torch Red. HEX triplet: F1, 07 and 3D. RGB value is (241,7,61). Sum of RGB (Red+Green+Blue) = 241+7+61=309 (40% of max value = 765). Red value is 241 (94.53% from 255 or 77.99% from 309); Green value is 7 (3.12% from 255 or 2.27% from 309); Blue value is 61 (24.22% from 255 or 19.74% from 309); Max value from RGB is 241 - color contains mainly: red. Hex color #F1073D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1073D is #0EF8C2. Grayscale: #535353. Windows color (decimal): -981187 or 3999729. OLE color: 3999729.
HSL color Cylindrical-coordinate representation of color #F1073D: hue angle of 346.15º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F1073D is Cyan = 0, Magento = 0.97, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 7 | 61 | - |
| CMYK | 0 | 0.97 | 0.75 | 0.05 |
| HSL | 346.15º | 0.94% | 0.49% | - |
| HSV(B) | 346.15º | 0.97% | 0.95% | - |
| XYZ | 37.19 | 19.19 | 6.16 | - |
| YUV | 83.12 | 115.52 | 240.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 7 | 61 | 0 | 0.97 | 0.75 | 0.05 | 346.15 | 0.94 | 0.49 |
| Hex | F1 | 7 | 3D | 0 | 61 | 4B | 5 | 15A | 5E | 31 |
| Octal | 361 | 7 | 75 | 0 | 141 | 113 | 5 | 532 | 136 | 61 |
| Binary | 11110001 | 111 | 111101 | 0 | 1100001 | 1001011 | 101 | 101011010 | 1011110 | 110001 |
Color Harmonies of #F1073D
Complementary color
Monochromatic Colors of #F1073D
Black with #F1073D
Text Example
Text Example
White with #F1073D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1073D; }
p { color: rgb(241,7,61); }
H1.HeaderClassName
{
color: #F1073D;
}
.AnyTagClassName
{
color: #F1073D;
}
</style>
background-color css
<style>
a { background-color: #F1073D; }
a { background-color: rgb(241,7,61); }
div.DivClassName
{
background-color: #F1073D;
}
.BgClassName
{
background-color: #F1073D;
}
</style>
border-color css
<style>
span { border-color: #F1073D; }
span { border-color: rgb(241,7,61); }
td.TdClassName
{
border-color: #F1073D;
}
.TagClassName
{
border-color: #F1073D;
}
</style>