Shades of Torch Red #F2040F
Tints of Torch Red #F2040F
RGB
CMYK
RGB Variations
Color information
#F2040F (or 0xF2040F) is known color: Torch Red. HEX triplet: F2, 04 and 0F. RGB value is (242,4,15). Sum of RGB (Red+Green+Blue) = 242+4+15=261 (34% of max value = 765). Red value is 242 (94.92% from 255 or 92.72% from 261); Green value is 4 (1.95% from 255 or 1.53% from 261); Blue value is 15 (6.25% from 255 or 5.75% from 261); Max value from RGB is 242 - color contains mainly: red. Hex color #F2040F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F2040F is #0DFBF0. Grayscale: #4C4C4C. Windows color (decimal): -916465 or 984306. OLE color: 984306.
HSL color Cylindrical-coordinate representation of color #F2040F: hue angle of 357.23º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F2040F is Cyan = 0, Magento = 0.98, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 4 | 15 | - |
| CMYK | 0 | 0.98 | 0.94 | 0.05 |
| HSL | 357.23º | 0.97% | 0.48% | - |
| HSV(B) | 357.23º | 0.98% | 0.95% | - |
| XYZ | 36.75 | 19 | 2.18 | - |
| YUV | 76.42 | 93.35 | 246.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 4 | 15 | 0 | 0.98 | 0.94 | 0.05 | 357.23 | 0.97 | 0.48 |
| Hex | F2 | 4 | F | 0 | 62 | 5E | 5 | 165 | 61 | 30 |
| Octal | 362 | 4 | 17 | 0 | 142 | 136 | 5 | 545 | 141 | 60 |
| Binary | 11110010 | 100 | 1111 | 0 | 1100010 | 1011110 | 101 | 101100101 | 1100001 | 110000 |
Color Harmonies of #F2040F
Complementary color
Monochromatic Colors of #F2040F
Black with #F2040F
Text Example
Text Example
White with #F2040F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2040F; }
p { color: rgb(242,4,15); }
H1.HeaderClassName
{
color: #F2040F;
}
.AnyTagClassName
{
color: #F2040F;
}
</style>
background-color css
<style>
a { background-color: #F2040F; }
a { background-color: rgb(242,4,15); }
div.DivClassName
{
background-color: #F2040F;
}
.BgClassName
{
background-color: #F2040F;
}
</style>
border-color css
<style>
span { border-color: #F2040F; }
span { border-color: rgb(242,4,15); }
td.TdClassName
{
border-color: #F2040F;
}
.TagClassName
{
border-color: #F2040F;
}
</style>