Shades of Torch Red #F1073F
Tints of Torch Red #F1073F
RGB
CMYK
RGB Variations
Color information
#F1073F (or 0xF1073F) is known color: Torch Red. HEX triplet: F1, 07 and 3F. RGB value is (241,7,63). Sum of RGB (Red+Green+Blue) = 241+7+63=311 (41% of max value = 765). Red value is 241 (94.53% from 255 or 77.49% from 311); Green value is 7 (3.12% from 255 or 2.25% from 311); Blue value is 63 (25% from 255 or 20.26% from 311); Max value from RGB is 241 - color contains mainly: red. Hex color #F1073F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1073F is #0EF8C0. Grayscale: #535353. Windows color (decimal): -981185 or 4130801. OLE color: 4130801.
HSL color Cylindrical-coordinate representation of color #F1073F: hue angle of 345.64º 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 #F1073F is Cyan = 0, Magento = 0.97, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 7 | 63 | - |
| CMYK | 0 | 0.97 | 0.74 | 0.05 |
| HSL | 345.64º | 0.94% | 0.49% | - |
| HSV(B) | 345.64º | 0.97% | 0.95% | - |
| XYZ | 37.25 | 19.21 | 6.45 | - |
| YUV | 83.35 | 116.52 | 240.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 7 | 63 | 0 | 0.97 | 0.74 | 0.05 | 345.64 | 0.94 | 0.49 |
| Hex | F1 | 7 | 3F | 0 | 61 | 4A | 5 | 15A | 5E | 31 |
| Octal | 361 | 7 | 77 | 0 | 141 | 112 | 5 | 532 | 136 | 61 |
| Binary | 11110001 | 111 | 111111 | 0 | 1100001 | 1001010 | 101 | 101011010 | 1011110 | 110001 |
Color Harmonies of #F1073F
Complementary color
Monochromatic Colors of #F1073F
Black with #F1073F
Text Example
Text Example
White with #F1073F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1073F; }
p { color: rgb(241,7,63); }
H1.HeaderClassName
{
color: #F1073F;
}
.AnyTagClassName
{
color: #F1073F;
}
</style>
background-color css
<style>
a { background-color: #F1073F; }
a { background-color: rgb(241,7,63); }
div.DivClassName
{
background-color: #F1073F;
}
.BgClassName
{
background-color: #F1073F;
}
</style>
border-color css
<style>
span { border-color: #F1073F; }
span { border-color: rgb(241,7,63); }
td.TdClassName
{
border-color: #F1073F;
}
.TagClassName
{
border-color: #F1073F;
}
</style>