Shades of Torch Red #F40729
Tints of Torch Red #F40729
RGB
CMYK
RGB Variations
Color information
#F40729 (or 0xF40729) is known color: Torch Red. HEX triplet: F4, 07 and 29. RGB value is (244,7,41). Sum of RGB (Red+Green+Blue) = 244+7+41=292 (38% of max value = 765). Red value is 244 (95.70% from 255 or 83.56% from 292); Green value is 7 (3.12% from 255 or 2.40% from 292); Blue value is 41 (16.41% from 255 or 14.04% from 292); Max value from RGB is 244 - color contains mainly: red. Hex color #F40729 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F40729 is #0BF8D6. Grayscale: #515151. Windows color (decimal): -784599 or 2689012. OLE color: 2689012.
HSL color Cylindrical-coordinate representation of color #F40729: hue angle of 351.39º 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 #F40729 is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 7 | 41 | - |
| CMYK | 0 | 0.97 | 0.83 | 0.04 |
| HSL | 351.39º | 0.94% | 0.49% | - |
| HSV(B) | 351.39º | 0.97% | 0.96% | - |
| XYZ | 37.78 | 19.55 | 3.88 | - |
| YUV | 81.74 | 105.02 | 243.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 7 | 41 | 0 | 0.97 | 0.83 | 0.04 | 351.39 | 0.94 | 0.49 |
| Hex | F4 | 7 | 29 | 0 | 61 | 53 | 4 | 15F | 5E | 31 |
| Octal | 364 | 7 | 51 | 0 | 141 | 123 | 4 | 537 | 136 | 61 |
| Binary | 11110100 | 111 | 101001 | 0 | 1100001 | 1010011 | 100 | 101011111 | 1011110 | 110001 |
Color Harmonies of #F40729
Complementary color
Monochromatic Colors of #F40729
Black with #F40729
Text Example
Text Example
White with #F40729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40729; }
p { color: rgb(244,7,41); }
H1.HeaderClassName
{
color: #F40729;
}
.AnyTagClassName
{
color: #F40729;
}
</style>
background-color css
<style>
a { background-color: #F40729; }
a { background-color: rgb(244,7,41); }
div.DivClassName
{
background-color: #F40729;
}
.BgClassName
{
background-color: #F40729;
}
</style>
border-color css
<style>
span { border-color: #F40729; }
span { border-color: rgb(244,7,41); }
td.TdClassName
{
border-color: #F40729;
}
.TagClassName
{
border-color: #F40729;
}
</style>