Shades of Torch Red #F4072C
Tints of Torch Red #F4072C
RGB
CMYK
RGB Variations
Color information
#F4072C (or 0xF4072C) is known color: Torch Red. HEX triplet: F4, 07 and 2C. RGB value is (244,7,44). Sum of RGB (Red+Green+Blue) = 244+7+44=295 (39% of max value = 765). Red value is 244 (95.70% from 255 or 82.71% from 295); Green value is 7 (3.12% from 255 or 2.37% from 295); Blue value is 44 (17.58% from 255 or 14.92% from 295); Max value from RGB is 244 - color contains mainly: red. Hex color #F4072C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F4072C is #0BF8D3. Grayscale: #525252. Windows color (decimal): -784596 or 2885620. OLE color: 2885620.
HSL color Cylindrical-coordinate representation of color #F4072C: hue angle of 350.63º 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 #F4072C is Cyan = 0, Magento = 0.97, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 7 | 44 | - |
| CMYK | 0 | 0.97 | 0.82 | 0.04 |
| HSL | 350.63º | 0.94% | 0.49% | - |
| HSV(B) | 350.63º | 0.97% | 0.96% | - |
| XYZ | 37.84 | 19.57 | 4.17 | - |
| YUV | 82.08 | 106.52 | 243.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 7 | 44 | 0 | 0.97 | 0.82 | 0.04 | 350.63 | 0.94 | 0.49 |
| Hex | F4 | 7 | 2C | 0 | 61 | 52 | 4 | 15F | 5E | 31 |
| Octal | 364 | 7 | 54 | 0 | 141 | 122 | 4 | 537 | 136 | 61 |
| Binary | 11110100 | 111 | 101100 | 0 | 1100001 | 1010010 | 100 | 101011111 | 1011110 | 110001 |
Color Harmonies of #F4072C
Complementary color
Monochromatic Colors of #F4072C
Black with #F4072C
Text Example
Text Example
White with #F4072C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4072C; }
p { color: rgb(244,7,44); }
H1.HeaderClassName
{
color: #F4072C;
}
.AnyTagClassName
{
color: #F4072C;
}
</style>
background-color css
<style>
a { background-color: #F4072C; }
a { background-color: rgb(244,7,44); }
div.DivClassName
{
background-color: #F4072C;
}
.BgClassName
{
background-color: #F4072C;
}
</style>
border-color css
<style>
span { border-color: #F4072C; }
span { border-color: rgb(244,7,44); }
td.TdClassName
{
border-color: #F4072C;
}
.TagClassName
{
border-color: #F4072C;
}
</style>