Shades of Torch Red #F2071F
Tints of Torch Red #F2071F
RGB
CMYK
RGB Variations
Color information
#F2071F (or 0xF2071F) is known color: Torch Red. HEX triplet: F2, 07 and 1F. RGB value is (242,7,31). Sum of RGB (Red+Green+Blue) = 242+7+31=280 (37% of max value = 765). Red value is 242 (94.92% from 255 or 86.43% from 280); Green value is 7 (3.12% from 255 or 2.5% from 280); Blue value is 31 (12.5% from 255 or 11.07% from 280); Max value from RGB is 242 - color contains mainly: red. Hex color #F2071F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2071F is #0DF8E0. Grayscale: #505050. Windows color (decimal): -915681 or 2033650. OLE color: 2033650.
HSL color Cylindrical-coordinate representation of color #F2071F: hue angle of 353.87º 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 #F2071F is Cyan = 0, Magento = 0.97, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 7 | 31 | - |
| CMYK | 0 | 0.97 | 0.87 | 0.05 |
| HSL | 353.87º | 0.94% | 0.49% | - |
| HSV(B) | 353.87º | 0.97% | 0.95% | - |
| XYZ | 36.94 | 19.13 | 3.04 | - |
| YUV | 80 | 100.36 | 243.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 7 | 31 | 0 | 0.97 | 0.87 | 0.05 | 353.87 | 0.94 | 0.49 |
| Hex | F2 | 7 | 1F | 0 | 61 | 57 | 5 | 162 | 5E | 31 |
| Octal | 362 | 7 | 37 | 0 | 141 | 127 | 5 | 542 | 136 | 61 |
| Binary | 11110010 | 111 | 11111 | 0 | 1100001 | 1010111 | 101 | 101100010 | 1011110 | 110001 |
Color Harmonies of #F2071F
Complementary color
Monochromatic Colors of #F2071F
Black with #F2071F
Text Example
Text Example
White with #F2071F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2071F; }
p { color: rgb(242,7,31); }
H1.HeaderClassName
{
color: #F2071F;
}
.AnyTagClassName
{
color: #F2071F;
}
</style>
background-color css
<style>
a { background-color: #F2071F; }
a { background-color: rgb(242,7,31); }
div.DivClassName
{
background-color: #F2071F;
}
.BgClassName
{
background-color: #F2071F;
}
</style>
border-color css
<style>
span { border-color: #F2071F; }
span { border-color: rgb(242,7,31); }
td.TdClassName
{
border-color: #F2071F;
}
.TagClassName
{
border-color: #F2071F;
}
</style>