Shades of Torch Red #F40726
Tints of Torch Red #F40726
RGB
CMYK
RGB Variations
Color information
#F40726 (or 0xF40726) is known color: Torch Red. HEX triplet: F4, 07 and 26. RGB value is (244,7,38). Sum of RGB (Red+Green+Blue) = 244+7+38=289 (38% of max value = 765). Red value is 244 (95.70% from 255 or 84.43% from 289); Green value is 7 (3.12% from 255 or 2.42% from 289); Blue value is 38 (15.23% from 255 or 13.15% from 289); Max value from RGB is 244 - color contains mainly: red. Hex color #F40726 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F40726 is #0BF8D9. Grayscale: #515151. Windows color (decimal): -784602 or 2492404. OLE color: 2492404.
HSL color Cylindrical-coordinate representation of color #F40726: hue angle of 352.15º 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 #F40726 is Cyan = 0, Magento = 0.97, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 7 | 38 | - |
| CMYK | 0 | 0.97 | 0.84 | 0.04 |
| HSL | 352.15º | 0.94% | 0.49% | - |
| HSV(B) | 352.15º | 0.97% | 0.96% | - |
| XYZ | 37.73 | 19.52 | 3.61 | - |
| YUV | 81.4 | 103.52 | 243.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 7 | 38 | 0 | 0.97 | 0.84 | 0.04 | 352.15 | 0.94 | 0.49 |
| Hex | F4 | 7 | 26 | 0 | 61 | 54 | 4 | 160 | 5E | 31 |
| Octal | 364 | 7 | 46 | 0 | 141 | 124 | 4 | 540 | 136 | 61 |
| Binary | 11110100 | 111 | 100110 | 0 | 1100001 | 1010100 | 100 | 101100000 | 1011110 | 110001 |
Color Harmonies of #F40726
Complementary color
Monochromatic Colors of #F40726
Black with #F40726
Text Example
Text Example
White with #F40726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40726; }
p { color: rgb(244,7,38); }
H1.HeaderClassName
{
color: #F40726;
}
.AnyTagClassName
{
color: #F40726;
}
</style>
background-color css
<style>
a { background-color: #F40726; }
a { background-color: rgb(244,7,38); }
div.DivClassName
{
background-color: #F40726;
}
.BgClassName
{
background-color: #F40726;
}
</style>
border-color css
<style>
span { border-color: #F40726; }
span { border-color: rgb(244,7,38); }
td.TdClassName
{
border-color: #F40726;
}
.TagClassName
{
border-color: #F40726;
}
</style>