Shades of Torch Red #F2091F
Tints of Torch Red #F2091F
RGB
CMYK
RGB Variations
Color information
#F2091F (or 0xF2091F) is known color: Torch Red. HEX triplet: F2, 09 and 1F. RGB value is (242,9,31). Sum of RGB (Red+Green+Blue) = 242+9+31=282 (37% of max value = 765). Red value is 242 (94.92% from 255 or 85.82% from 282); Green value is 9 (3.91% from 255 or 3.19% from 282); Blue value is 31 (12.5% from 255 or 10.99% from 282); Max value from RGB is 242 - color contains mainly: red. Hex color #F2091F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2091F is #0DF6E0. Grayscale: #515151. Windows color (decimal): -915169 or 2034162. OLE color: 2034162.
HSL color Cylindrical-coordinate representation of color #F2091F: hue angle of 354.33º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F2091F is Cyan = 0, Magento = 0.96, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 9 | 31 | - |
| CMYK | 0 | 0.96 | 0.87 | 0.05 |
| HSL | 354.33º | 0.93% | 0.49% | - |
| HSV(B) | 354.33º | 0.96% | 0.95% | - |
| XYZ | 36.96 | 19.17 | 3.05 | - |
| YUV | 81.18 | 99.69 | 242.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 9 | 31 | 0 | 0.96 | 0.87 | 0.05 | 354.33 | 0.93 | 0.49 |
| Hex | F2 | 9 | 1F | 0 | 60 | 57 | 5 | 162 | 5D | 31 |
| Octal | 362 | 11 | 37 | 0 | 140 | 127 | 5 | 542 | 135 | 61 |
| Binary | 11110010 | 1001 | 11111 | 0 | 1100000 | 1010111 | 101 | 101100010 | 1011101 | 110001 |
Color Harmonies of #F2091F
Complementary color
Monochromatic Colors of #F2091F
Black with #F2091F
Text Example
Text Example
White with #F2091F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2091F; }
p { color: rgb(242,9,31); }
H1.HeaderClassName
{
color: #F2091F;
}
.AnyTagClassName
{
color: #F2091F;
}
</style>
background-color css
<style>
a { background-color: #F2091F; }
a { background-color: rgb(242,9,31); }
div.DivClassName
{
background-color: #F2091F;
}
.BgClassName
{
background-color: #F2091F;
}
</style>
border-color css
<style>
span { border-color: #F2091F; }
span { border-color: rgb(242,9,31); }
td.TdClassName
{
border-color: #F2091F;
}
.TagClassName
{
border-color: #F2091F;
}
</style>