Shades of Torch Red #F4072E
Tints of Torch Red #F4072E
RGB
CMYK
RGB Variations
Color information
#F4072E (or 0xF4072E) is known color: Torch Red. HEX triplet: F4, 07 and 2E. RGB value is (244,7,46). Sum of RGB (Red+Green+Blue) = 244+7+46=297 (39% of max value = 765). Red value is 244 (95.70% from 255 or 82.15% from 297); Green value is 7 (3.12% from 255 or 2.36% from 297); Blue value is 46 (18.36% from 255 or 15.49% from 297); Max value from RGB is 244 - color contains mainly: red. Hex color #F4072E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F4072E is #0BF8D1. Grayscale: #525252. Windows color (decimal): -784594 or 3016692. OLE color: 3016692.
HSL color Cylindrical-coordinate representation of color #F4072E: hue angle of 350.13º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F4072E is Cyan = 0, Magento = 0.97, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 7 | 46 | - |
| CMYK | 0 | 0.97 | 0.81 | 0.04 |
| HSL | 350.13º | 0.94% | 0.49% | - |
| HSV(B) | 350.13º | 0.97% | 0.96% | - |
| XYZ | 37.88 | 19.58 | 4.37 | - |
| YUV | 82.31 | 107.52 | 243.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 7 | 46 | 0 | 0.97 | 0.81 | 0.04 | 350.13 | 0.94 | 0.49 |
| Hex | F4 | 7 | 2E | 0 | 61 | 51 | 4 | 15E | 5E | 31 |
| Octal | 364 | 7 | 56 | 0 | 141 | 121 | 4 | 536 | 136 | 61 |
| Binary | 11110100 | 111 | 101110 | 0 | 1100001 | 1010001 | 100 | 101011110 | 1011110 | 110001 |
Color Harmonies of #F4072E
Complementary color
Monochromatic Colors of #F4072E
Black with #F4072E
Text Example
Text Example
White with #F4072E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4072E; }
p { color: rgb(244,7,46); }
H1.HeaderClassName
{
color: #F4072E;
}
.AnyTagClassName
{
color: #F4072E;
}
</style>
background-color css
<style>
a { background-color: #F4072E; }
a { background-color: rgb(244,7,46); }
div.DivClassName
{
background-color: #F4072E;
}
.BgClassName
{
background-color: #F4072E;
}
</style>
border-color css
<style>
span { border-color: #F4072E; }
span { border-color: rgb(244,7,46); }
td.TdClassName
{
border-color: #F4072E;
}
.TagClassName
{
border-color: #F4072E;
}
</style>