Shades of Torch Red #F7153F
Tints of Torch Red #F7153F
RGB
CMYK
RGB Variations
Color information
#F7153F (or 0xF7153F) is known color: Torch Red. HEX triplet: F7, 15 and 3F. RGB value is (247,21,63). Sum of RGB (Red+Green+Blue) = 247+21+63=331 (43% of max value = 765). Red value is 247 (96.88% from 255 or 74.62% from 331); Green value is 21 (8.59% from 255 or 6.34% from 331); Blue value is 63 (25% from 255 or 19.03% from 331); Max value from RGB is 247 - color contains mainly: red. Hex color #F7153F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7153F is #08EAC0. Grayscale: #5D5D5D. Windows color (decimal): -584385 or 4134391. OLE color: 4134391.
HSL color Cylindrical-coordinate representation of color #F7153F: hue angle of 348.85º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F7153F is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 21 | 63 | - |
| CMYK | 0 | 0.91 | 0.74 | 0.03 |
| HSL | 348.85º | 0.93% | 0.53% | - |
| HSV(B) | 348.85º | 0.91% | 0.97% | - |
| XYZ | 39.52 | 20.67 | 6.61 | - |
| YUV | 93.36 | 110.87 | 237.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 21 | 63 | 0 | 0.91 | 0.74 | 0.03 | 348.85 | 0.93 | 0.53 |
| Hex | F7 | 15 | 3F | 0 | 5B | 4A | 3 | 15D | 5D | 35 |
| Octal | 367 | 25 | 77 | 0 | 133 | 112 | 3 | 535 | 135 | 65 |
| Binary | 11110111 | 10101 | 111111 | 0 | 1011011 | 1001010 | 11 | 101011101 | 1011101 | 110101 |
Color Harmonies of #F7153F
Complementary color
Monochromatic Colors of #F7153F
Black with #F7153F
Text Example
Text Example
White with #F7153F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7153F; }
p { color: rgb(247,21,63); }
H1.HeaderClassName
{
color: #F7153F;
}
.AnyTagClassName
{
color: #F7153F;
}
</style>
background-color css
<style>
a { background-color: #F7153F; }
a { background-color: rgb(247,21,63); }
div.DivClassName
{
background-color: #F7153F;
}
.BgClassName
{
background-color: #F7153F;
}
</style>
border-color css
<style>
span { border-color: #F7153F; }
span { border-color: rgb(247,21,63); }
td.TdClassName
{
border-color: #F7153F;
}
.TagClassName
{
border-color: #F7153F;
}
</style>