Shades of Torch Red #F40739
Tints of Torch Red #F40739
RGB
CMYK
RGB Variations
Color information
#F40739 (or 0xF40739) is known color: Torch Red. HEX triplet: F4, 07 and 39. RGB value is (244,7,57). Sum of RGB (Red+Green+Blue) = 244+7+57=308 (40% of max value = 765). Red value is 244 (95.70% from 255 or 79.22% from 308); Green value is 7 (3.12% from 255 or 2.27% from 308); Blue value is 57 (22.66% from 255 or 18.51% from 308); Max value from RGB is 244 - color contains mainly: red. Hex color #F40739 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F40739 is #0BF8C6. Grayscale: #535353. Windows color (decimal): -784583 or 3737588. OLE color: 3737588.
HSL color Cylindrical-coordinate representation of color #F40739: hue angle of 347.34º 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 #F40739 is Cyan = 0, Magento = 0.97, Yellow = 0.77 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 7 | 57 | - |
| CMYK | 0 | 0.97 | 0.77 | 0.04 |
| HSL | 347.34º | 0.94% | 0.49% | - |
| HSV(B) | 347.34º | 0.97% | 0.96% | - |
| XYZ | 38.12 | 19.68 | 5.66 | - |
| YUV | 83.56 | 113.02 | 242.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 7 | 57 | 0 | 0.97 | 0.77 | 0.04 | 347.34 | 0.94 | 0.49 |
| Hex | F4 | 7 | 39 | 0 | 61 | 4D | 4 | 15B | 5E | 31 |
| Octal | 364 | 7 | 71 | 0 | 141 | 115 | 4 | 533 | 136 | 61 |
| Binary | 11110100 | 111 | 111001 | 0 | 1100001 | 1001101 | 100 | 101011011 | 1011110 | 110001 |
Color Harmonies of #F40739
Complementary color
Monochromatic Colors of #F40739
Black with #F40739
Text Example
Text Example
White with #F40739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40739; }
p { color: rgb(244,7,57); }
H1.HeaderClassName
{
color: #F40739;
}
.AnyTagClassName
{
color: #F40739;
}
</style>
background-color css
<style>
a { background-color: #F40739; }
a { background-color: rgb(244,7,57); }
div.DivClassName
{
background-color: #F40739;
}
.BgClassName
{
background-color: #F40739;
}
</style>
border-color css
<style>
span { border-color: #F40739; }
span { border-color: rgb(244,7,57); }
td.TdClassName
{
border-color: #F40739;
}
.TagClassName
{
border-color: #F40739;
}
</style>