Shades of Torch Red #F2080F
Tints of Torch Red #F2080F
RGB
CMYK
RGB Variations
Color information
#F2080F (or 0xF2080F) is known color: Torch Red. HEX triplet: F2, 08 and 0F. RGB value is (242,8,15). Sum of RGB (Red+Green+Blue) = 242+8+15=265 (35% of max value = 765). Red value is 242 (94.92% from 255 or 91.32% from 265); Green value is 8 (3.52% from 255 or 3.02% from 265); Blue value is 15 (6.25% from 255 or 5.66% from 265); Max value from RGB is 242 - color contains mainly: red. Hex color #F2080F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F2080F is #0DF7F0. Grayscale: #4E4E4E. Windows color (decimal): -915441 or 985330. OLE color: 985330.
HSL color Cylindrical-coordinate representation of color #F2080F: hue angle of 358.21º 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 #F2080F is Cyan = 0, Magento = 0.97, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 8 | 15 | - |
| CMYK | 0 | 0.97 | 0.94 | 0.05 |
| HSL | 358.21º | 0.94% | 0.49% | - |
| HSV(B) | 358.21º | 0.97% | 0.95% | - |
| XYZ | 36.79 | 19.09 | 2.2 | - |
| YUV | 78.76 | 92.02 | 244.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 8 | 15 | 0 | 0.97 | 0.94 | 0.05 | 358.21 | 0.94 | 0.49 |
| Hex | F2 | 8 | F | 0 | 61 | 5E | 5 | 166 | 5E | 31 |
| Octal | 362 | 10 | 17 | 0 | 141 | 136 | 5 | 546 | 136 | 61 |
| Binary | 11110010 | 1000 | 1111 | 0 | 1100001 | 1011110 | 101 | 101100110 | 1011110 | 110001 |
Color Harmonies of #F2080F
Complementary color
Monochromatic Colors of #F2080F
Black with #F2080F
Text Example
Text Example
White with #F2080F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2080F; }
p { color: rgb(242,8,15); }
H1.HeaderClassName
{
color: #F2080F;
}
.AnyTagClassName
{
color: #F2080F;
}
</style>
background-color css
<style>
a { background-color: #F2080F; }
a { background-color: rgb(242,8,15); }
div.DivClassName
{
background-color: #F2080F;
}
.BgClassName
{
background-color: #F2080F;
}
</style>
border-color css
<style>
span { border-color: #F2080F; }
span { border-color: rgb(242,8,15); }
td.TdClassName
{
border-color: #F2080F;
}
.TagClassName
{
border-color: #F2080F;
}
</style>