Shades of Torch Red #F2071B
Tints of Torch Red #F2071B
RGB
CMYK
RGB Variations
Color information
#F2071B (or 0xF2071B) is known color: Torch Red. HEX triplet: F2, 07 and 1B. RGB value is (242,7,27). Sum of RGB (Red+Green+Blue) = 242+7+27=276 (36% of max value = 765). Red value is 242 (94.92% from 255 or 87.68% from 276); Green value is 7 (3.12% from 255 or 2.54% from 276); Blue value is 27 (10.94% from 255 or 9.78% from 276); Max value from RGB is 242 - color contains mainly: red. Hex color #F2071B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2071B is #0DF8E4. Grayscale: #4F4F4F. Windows color (decimal): -915685 or 1771506. OLE color: 1771506.
HSL color Cylindrical-coordinate representation of color #F2071B: hue angle of 354.89º 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 #F2071B is Cyan = 0, Magento = 0.97, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 7 | 27 | - |
| CMYK | 0 | 0.97 | 0.89 | 0.05 |
| HSL | 354.89º | 0.94% | 0.49% | - |
| HSV(B) | 354.89º | 0.97% | 0.95% | - |
| XYZ | 36.89 | 19.11 | 2.78 | - |
| YUV | 79.55 | 98.36 | 243.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 7 | 27 | 0 | 0.97 | 0.89 | 0.05 | 354.89 | 0.94 | 0.49 |
| Hex | F2 | 7 | 1B | 0 | 61 | 59 | 5 | 163 | 5E | 31 |
| Octal | 362 | 7 | 33 | 0 | 141 | 131 | 5 | 543 | 136 | 61 |
| Binary | 11110010 | 111 | 11011 | 0 | 1100001 | 1011001 | 101 | 101100011 | 1011110 | 110001 |
Color Harmonies of #F2071B
Complementary color
Monochromatic Colors of #F2071B
Black with #F2071B
Text Example
Text Example
White with #F2071B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2071B; }
p { color: rgb(242,7,27); }
H1.HeaderClassName
{
color: #F2071B;
}
.AnyTagClassName
{
color: #F2071B;
}
</style>
background-color css
<style>
a { background-color: #F2071B; }
a { background-color: rgb(242,7,27); }
div.DivClassName
{
background-color: #F2071B;
}
.BgClassName
{
background-color: #F2071B;
}
</style>
border-color css
<style>
span { border-color: #F2071B; }
span { border-color: rgb(242,7,27); }
td.TdClassName
{
border-color: #F2071B;
}
.TagClassName
{
border-color: #F2071B;
}
</style>