Shades of Torch Red #F72140
Tints of Torch Red #F72140
RGB
CMYK
RGB Variations
Color information
#F72140 (or 0xF72140) is known color: Torch Red. HEX triplet: F7, 21 and 40. RGB value is (247,33,64). Sum of RGB (Red+Green+Blue) = 247+33+64=344 (45% of max value = 765). Red value is 247 (96.88% from 255 or 71.80% from 344); Green value is 33 (13.28% from 255 or 9.59% from 344); Blue value is 64 (25.39% from 255 or 18.60% from 344); Max value from RGB is 247 - color contains mainly: red. Hex color #F72140 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F72140 is #08DEBF. Grayscale: #646464. Windows color (decimal): -581312 or 4202999. OLE color: 4202999.
HSL color Cylindrical-coordinate representation of color #F72140: hue angle of 351.31º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F72140 is Cyan = 0, Magento = 0.87, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 33 | 64 | - |
| CMYK | 0 | 0.87 | 0.74 | 0.03 |
| HSL | 351.31º | 0.93% | 0.55% | - |
| HSV(B) | 351.31º | 0.87% | 0.97% | - |
| XYZ | 39.83 | 21.23 | 6.85 | - |
| YUV | 100.52 | 107.4 | 232.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 33 | 64 | 0 | 0.87 | 0.74 | 0.03 | 351.31 | 0.93 | 0.55 |
| Hex | F7 | 21 | 40 | 0 | 57 | 4A | 3 | 15F | 5D | 37 |
| Octal | 367 | 41 | 100 | 0 | 127 | 112 | 3 | 537 | 135 | 67 |
| Binary | 11110111 | 100001 | 1000000 | 0 | 1010111 | 1001010 | 11 | 101011111 | 1011101 | 110111 |
Color Harmonies of #F72140
Complementary color
Monochromatic Colors of #F72140
Black with #F72140
Text Example
Text Example
White with #F72140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F72140; }
p { color: rgb(247,33,64); }
H1.HeaderClassName
{
color: #F72140;
}
.AnyTagClassName
{
color: #F72140;
}
</style>
background-color css
<style>
a { background-color: #F72140; }
a { background-color: rgb(247,33,64); }
div.DivClassName
{
background-color: #F72140;
}
.BgClassName
{
background-color: #F72140;
}
</style>
border-color css
<style>
span { border-color: #F72140; }
span { border-color: rgb(247,33,64); }
td.TdClassName
{
border-color: #F72140;
}
.TagClassName
{
border-color: #F72140;
}
</style>