Shades of Torch Red #F2080E
Tints of Torch Red #F2080E
RGB
CMYK
RGB Variations
Color information
#F2080E (or 0xF2080E) is known color: Torch Red. HEX triplet: F2, 08 and 0E. RGB value is (242,8,14). Sum of RGB (Red+Green+Blue) = 242+8+14=264 (34% of max value = 765). Red value is 242 (94.92% from 255 or 91.67% from 264); Green value is 8 (3.52% from 255 or 3.03% from 264); Blue value is 14 (5.86% from 255 or 5.30% from 264); Max value from RGB is 242 - color contains mainly: red. Hex color #F2080E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F2080E is #0DF7F1. Grayscale: #4E4E4E. Windows color (decimal): -915442 or 919794. OLE color: 919794.
HSL color Cylindrical-coordinate representation of color #F2080E: hue angle of 358.46º 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 #F2080E is Cyan = 0, Magento = 0.97, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 8 | 14 | - |
| CMYK | 0 | 0.97 | 0.94 | 0.05 |
| HSL | 358.46º | 0.94% | 0.49% | - |
| HSV(B) | 358.46º | 0.97% | 0.95% | - |
| XYZ | 36.78 | 19.08 | 2.16 | - |
| YUV | 78.65 | 91.52 | 244.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 8 | 14 | 0 | 0.97 | 0.94 | 0.05 | 358.46 | 0.94 | 0.49 |
| Hex | F2 | 8 | E | 0 | 61 | 5E | 5 | 166 | 5E | 31 |
| Octal | 362 | 10 | 16 | 0 | 141 | 136 | 5 | 546 | 136 | 61 |
| Binary | 11110010 | 1000 | 1110 | 0 | 1100001 | 1011110 | 101 | 101100110 | 1011110 | 110001 |
Color Harmonies of #F2080E
Complementary color
Monochromatic Colors of #F2080E
Black with #F2080E
Text Example
Text Example
White with #F2080E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2080E; }
p { color: rgb(242,8,14); }
H1.HeaderClassName
{
color: #F2080E;
}
.AnyTagClassName
{
color: #F2080E;
}
</style>
background-color css
<style>
a { background-color: #F2080E; }
a { background-color: rgb(242,8,14); }
div.DivClassName
{
background-color: #F2080E;
}
.BgClassName
{
background-color: #F2080E;
}
</style>
border-color css
<style>
span { border-color: #F2080E; }
span { border-color: rgb(242,8,14); }
td.TdClassName
{
border-color: #F2080E;
}
.TagClassName
{
border-color: #F2080E;
}
</style>