Shades of Torch Red #F70D48
Tints of Torch Red #F70D48
RGB
CMYK
RGB Variations
Color information
#F70D48 (or 0xF70D48) is known color: Torch Red. HEX triplet: F7, 0D and 48. RGB value is (247,13,72). Sum of RGB (Red+Green+Blue) = 247+13+72=332 (43% of max value = 765). Red value is 247 (96.88% from 255 or 74.40% from 332); Green value is 13 (5.47% from 255 or 3.92% from 332); Blue value is 72 (28.52% from 255 or 21.69% from 332); Max value from RGB is 247 - color contains mainly: red. Hex color #F70D48 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F70D48 is #08F2B7. Grayscale: #595959. Windows color (decimal): -586424 or 4722167. OLE color: 4722167.
HSL color Cylindrical-coordinate representation of color #F70D48: hue angle of 344.87º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F70D48 is Cyan = 0, Magento = 0.95, Yellow = 0.71 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 13 | 72 | - |
| CMYK | 0 | 0.95 | 0.71 | 0.03 |
| HSL | 344.87º | 0.94% | 0.51% | - |
| HSV(B) | 344.87º | 0.95% | 0.97% | - |
| XYZ | 39.67 | 20.53 | 8 | - |
| YUV | 89.69 | 118.02 | 240.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 13 | 72 | 0 | 0.95 | 0.71 | 0.03 | 344.87 | 0.94 | 0.51 |
| Hex | F7 | D | 48 | 0 | 5F | 47 | 3 | 159 | 5E | 33 |
| Octal | 367 | 15 | 110 | 0 | 137 | 107 | 3 | 531 | 136 | 63 |
| Binary | 11110111 | 1101 | 1001000 | 0 | 1011111 | 1000111 | 11 | 101011001 | 1011110 | 110011 |
Color Harmonies of #F70D48
Complementary color
Monochromatic Colors of #F70D48
Black with #F70D48
Text Example
Text Example
White with #F70D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70D48; }
p { color: rgb(247,13,72); }
H1.HeaderClassName
{
color: #F70D48;
}
.AnyTagClassName
{
color: #F70D48;
}
</style>
background-color css
<style>
a { background-color: #F70D48; }
a { background-color: rgb(247,13,72); }
div.DivClassName
{
background-color: #F70D48;
}
.BgClassName
{
background-color: #F70D48;
}
</style>
border-color css
<style>
span { border-color: #F70D48; }
span { border-color: rgb(247,13,72); }
td.TdClassName
{
border-color: #F70D48;
}
.TagClassName
{
border-color: #F70D48;
}
</style>