Shades of Torch Red #F40710
Tints of Torch Red #F40710
RGB
CMYK
RGB Variations
Color information
#F40710 (or 0xF40710) is known color: Torch Red. HEX triplet: F4, 07 and 10. RGB value is (244,7,16). Sum of RGB (Red+Green+Blue) = 244+7+16=267 (35% of max value = 765). Red value is 244 (95.70% from 255 or 91.39% from 267); Green value is 7 (3.12% from 255 or 2.62% from 267); Blue value is 16 (6.64% from 255 or 5.99% from 267); Max value from RGB is 244 - color contains mainly: red. Hex color #F40710 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F40710 is #0BF8EF. Grayscale: #4F4F4F. Windows color (decimal): -784624 or 1050612. OLE color: 1050612.
HSL color Cylindrical-coordinate representation of color #F40710: hue angle of 357.72º 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 #F40710 is Cyan = 0, Magento = 0.97, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 7 | 16 | - |
| CMYK | 0 | 0.97 | 0.93 | 0.04 |
| HSL | 357.72º | 0.94% | 0.49% | - |
| HSV(B) | 357.72º | 0.97% | 0.96% | - |
| XYZ | 37.48 | 19.42 | 2.26 | - |
| YUV | 78.89 | 92.52 | 245.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 7 | 16 | 0 | 0.97 | 0.93 | 0.04 | 357.72 | 0.94 | 0.49 |
| Hex | F4 | 7 | 10 | 0 | 61 | 5D | 4 | 166 | 5E | 31 |
| Octal | 364 | 7 | 20 | 0 | 141 | 135 | 4 | 546 | 136 | 61 |
| Binary | 11110100 | 111 | 10000 | 0 | 1100001 | 1011101 | 100 | 101100110 | 1011110 | 110001 |
Color Harmonies of #F40710
Complementary color
Monochromatic Colors of #F40710
Black with #F40710
Text Example
Text Example
White with #F40710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40710; }
p { color: rgb(244,7,16); }
H1.HeaderClassName
{
color: #F40710;
}
.AnyTagClassName
{
color: #F40710;
}
</style>
background-color css
<style>
a { background-color: #F40710; }
a { background-color: rgb(244,7,16); }
div.DivClassName
{
background-color: #F40710;
}
.BgClassName
{
background-color: #F40710;
}
</style>
border-color css
<style>
span { border-color: #F40710; }
span { border-color: rgb(244,7,16); }
td.TdClassName
{
border-color: #F40710;
}
.TagClassName
{
border-color: #F40710;
}
</style>