Shades of Torch Red #F0072F
Tints of Torch Red #F0072F
RGB
CMYK
RGB Variations
Color information
#F0072F (or 0xF0072F) is known color: Torch Red. HEX triplet: F0, 07 and 2F. RGB value is (240,7,47). Sum of RGB (Red+Green+Blue) = 240+7+47=294 (38% of max value = 765). Red value is 240 (94.14% from 255 or 81.63% from 294); Green value is 7 (3.12% from 255 or 2.38% from 294); Blue value is 47 (18.75% from 255 or 15.99% from 294); Max value from RGB is 240 - color contains mainly: red. Hex color #F0072F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0072F is #0FF8D0. Grayscale: #515151. Windows color (decimal): -1046737 or 3082224. OLE color: 3082224.
HSL color Cylindrical-coordinate representation of color #F0072F: hue angle of 349.7º 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 #F0072F is Cyan = 0, Magento = 0.97, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 7 | 47 | - |
| CMYK | 0 | 0.97 | 0.80 | 0.06 |
| HSL | 349.7º | 0.94% | 0.48% | - |
| HSV(B) | 349.7º | 0.97% | 0.94% | - |
| XYZ | 36.52 | 18.88 | 4.41 | - |
| YUV | 81.23 | 108.69 | 241.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 7 | 47 | 0 | 0.97 | 0.80 | 0.06 | 349.7 | 0.94 | 0.48 |
| Hex | F0 | 7 | 2F | 0 | 61 | 50 | 6 | 15E | 5E | 30 |
| Octal | 360 | 7 | 57 | 0 | 141 | 120 | 6 | 536 | 136 | 60 |
| Binary | 11110000 | 111 | 101111 | 0 | 1100001 | 1010000 | 110 | 101011110 | 1011110 | 110000 |
Color Harmonies of #F0072F
Complementary color
Monochromatic Colors of #F0072F
Black with #F0072F
Text Example
Text Example
White with #F0072F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0072F; }
p { color: rgb(240,7,47); }
H1.HeaderClassName
{
color: #F0072F;
}
.AnyTagClassName
{
color: #F0072F;
}
</style>
background-color css
<style>
a { background-color: #F0072F; }
a { background-color: rgb(240,7,47); }
div.DivClassName
{
background-color: #F0072F;
}
.BgClassName
{
background-color: #F0072F;
}
</style>
border-color css
<style>
span { border-color: #F0072F; }
span { border-color: rgb(240,7,47); }
td.TdClassName
{
border-color: #F0072F;
}
.TagClassName
{
border-color: #F0072F;
}
</style>