Shades of Torch Red #F00740
Tints of Torch Red #F00740
RGB
CMYK
RGB Variations
Color information
#F00740 (or 0xF00740) is known color: Torch Red. HEX triplet: F0, 07 and 40. RGB value is (240,7,64). Sum of RGB (Red+Green+Blue) = 240+7+64=311 (41% of max value = 765). Red value is 240 (94.14% from 255 or 77.17% from 311); Green value is 7 (3.12% from 255 or 2.25% from 311); Blue value is 64 (25.39% from 255 or 20.58% from 311); Max value from RGB is 240 - color contains mainly: red. Hex color #F00740 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00740 is #0FF8BF. Grayscale: #535353. Windows color (decimal): -1046720 or 4196336. OLE color: 4196336.
HSL color Cylindrical-coordinate representation of color #F00740: hue angle of 345.32º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F00740 is Cyan = 0, Magento = 0.97, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 7 | 64 | - |
| CMYK | 0 | 0.97 | 0.73 | 0.06 |
| HSL | 345.32º | 0.94% | 0.48% | - |
| HSV(B) | 345.32º | 0.97% | 0.94% | - |
| XYZ | 36.94 | 19.05 | 6.58 | - |
| YUV | 83.17 | 117.19 | 239.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 7 | 64 | 0 | 0.97 | 0.73 | 0.06 | 345.32 | 0.94 | 0.48 |
| Hex | F0 | 7 | 40 | 0 | 61 | 49 | 6 | 159 | 5E | 30 |
| Octal | 360 | 7 | 100 | 0 | 141 | 111 | 6 | 531 | 136 | 60 |
| Binary | 11110000 | 111 | 1000000 | 0 | 1100001 | 1001001 | 110 | 101011001 | 1011110 | 110000 |
Color Harmonies of #F00740
Complementary color
Monochromatic Colors of #F00740
Black with #F00740
Text Example
Text Example
White with #F00740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00740; }
p { color: rgb(240,7,64); }
H1.HeaderClassName
{
color: #F00740;
}
.AnyTagClassName
{
color: #F00740;
}
</style>
background-color css
<style>
a { background-color: #F00740; }
a { background-color: rgb(240,7,64); }
div.DivClassName
{
background-color: #F00740;
}
.BgClassName
{
background-color: #F00740;
}
</style>
border-color css
<style>
span { border-color: #F00740; }
span { border-color: rgb(240,7,64); }
td.TdClassName
{
border-color: #F00740;
}
.TagClassName
{
border-color: #F00740;
}
</style>