Shades of Torch Red #F4072F
Tints of Torch Red #F4072F
RGB
CMYK
RGB Variations
Color information
#F4072F (or 0xF4072F) is known color: Torch Red. HEX triplet: F4, 07 and 2F. RGB value is (244,7,47). Sum of RGB (Red+Green+Blue) = 244+7+47=298 (39% of max value = 765). Red value is 244 (95.70% from 255 or 81.88% from 298); Green value is 7 (3.12% from 255 or 2.35% from 298); Blue value is 47 (18.75% from 255 or 15.77% from 298); Max value from RGB is 244 - color contains mainly: red. Hex color #F4072F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F4072F is #0BF8D0. Grayscale: #525252. Windows color (decimal): -784593 or 3082228. OLE color: 3082228.
HSL color Cylindrical-coordinate representation of color #F4072F: hue angle of 349.87º 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 #F4072F is Cyan = 0, Magento = 0.97, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 7 | 47 | - |
| CMYK | 0 | 0.97 | 0.81 | 0.04 |
| HSL | 349.87º | 0.94% | 0.49% | - |
| HSV(B) | 349.87º | 0.97% | 0.96% | - |
| XYZ | 37.9 | 19.59 | 4.47 | - |
| YUV | 82.42 | 108.02 | 243.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 7 | 47 | 0 | 0.97 | 0.81 | 0.04 | 349.87 | 0.94 | 0.49 |
| Hex | F4 | 7 | 2F | 0 | 61 | 51 | 4 | 15E | 5E | 31 |
| Octal | 364 | 7 | 57 | 0 | 141 | 121 | 4 | 536 | 136 | 61 |
| Binary | 11110100 | 111 | 101111 | 0 | 1100001 | 1010001 | 100 | 101011110 | 1011110 | 110001 |
Color Harmonies of #F4072F
Complementary color
Monochromatic Colors of #F4072F
Black with #F4072F
Text Example
Text Example
White with #F4072F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4072F; }
p { color: rgb(244,7,47); }
H1.HeaderClassName
{
color: #F4072F;
}
.AnyTagClassName
{
color: #F4072F;
}
</style>
background-color css
<style>
a { background-color: #F4072F; }
a { background-color: rgb(244,7,47); }
div.DivClassName
{
background-color: #F4072F;
}
.BgClassName
{
background-color: #F4072F;
}
</style>
border-color css
<style>
span { border-color: #F4072F; }
span { border-color: rgb(244,7,47); }
td.TdClassName
{
border-color: #F4072F;
}
.TagClassName
{
border-color: #F4072F;
}
</style>