Shades of Torch Red #F2081F
Tints of Torch Red #F2081F
RGB
CMYK
RGB Variations
Color information
#F2081F (or 0xF2081F) is known color: Torch Red. HEX triplet: F2, 08 and 1F. RGB value is (242,8,31). Sum of RGB (Red+Green+Blue) = 242+8+31=281 (37% of max value = 765). Red value is 242 (94.92% from 255 or 86.12% from 281); Green value is 8 (3.52% from 255 or 2.85% from 281); Blue value is 31 (12.5% from 255 or 11.03% from 281); Max value from RGB is 242 - color contains mainly: red. Hex color #F2081F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2081F is #0DF7E0. Grayscale: #505050. Windows color (decimal): -915425 or 2033906. OLE color: 2033906.
HSL color Cylindrical-coordinate representation of color #F2081F: hue angle of 354.1º 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 #F2081F is Cyan = 0, Magento = 0.97, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 8 | 31 | - |
| CMYK | 0 | 0.97 | 0.87 | 0.05 |
| HSL | 354.1º | 0.94% | 0.49% | - |
| HSV(B) | 354.1º | 0.97% | 0.95% | - |
| XYZ | 36.95 | 19.15 | 3.05 | - |
| YUV | 80.59 | 100.02 | 243.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 8 | 31 | 0 | 0.97 | 0.87 | 0.05 | 354.1 | 0.94 | 0.49 |
| Hex | F2 | 8 | 1F | 0 | 61 | 57 | 5 | 162 | 5E | 31 |
| Octal | 362 | 10 | 37 | 0 | 141 | 127 | 5 | 542 | 136 | 61 |
| Binary | 11110010 | 1000 | 11111 | 0 | 1100001 | 1010111 | 101 | 101100010 | 1011110 | 110001 |
Color Harmonies of #F2081F
Complementary color
Monochromatic Colors of #F2081F
Black with #F2081F
Text Example
Text Example
White with #F2081F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2081F; }
p { color: rgb(242,8,31); }
H1.HeaderClassName
{
color: #F2081F;
}
.AnyTagClassName
{
color: #F2081F;
}
</style>
background-color css
<style>
a { background-color: #F2081F; }
a { background-color: rgb(242,8,31); }
div.DivClassName
{
background-color: #F2081F;
}
.BgClassName
{
background-color: #F2081F;
}
</style>
border-color css
<style>
span { border-color: #F2081F; }
span { border-color: rgb(242,8,31); }
td.TdClassName
{
border-color: #F2081F;
}
.TagClassName
{
border-color: #F2081F;
}
</style>