Shades of Torch Red #F7133F
Tints of Torch Red #F7133F
RGB
CMYK
RGB Variations
Color information
#F7133F (or 0xF7133F) is known color: Torch Red. HEX triplet: F7, 13 and 3F. RGB value is (247,19,63). Sum of RGB (Red+Green+Blue) = 247+19+63=329 (43% of max value = 765). Red value is 247 (96.88% from 255 or 75.08% from 329); Green value is 19 (7.81% from 255 or 5.78% from 329); Blue value is 63 (25% from 255 or 19.15% from 329); Max value from RGB is 247 - color contains mainly: red. Hex color #F7133F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7133F is #08ECC0. Grayscale: #5C5C5C. Windows color (decimal): -584897 or 4133879. OLE color: 4133879.
HSL color Cylindrical-coordinate representation of color #F7133F: hue angle of 348.42º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F7133F is Cyan = 0, Magento = 0.92, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 19 | 63 | - |
| CMYK | 0 | 0.92 | 0.74 | 0.03 |
| HSL | 348.42º | 0.93% | 0.52% | - |
| HSV(B) | 348.42º | 0.92% | 0.97% | - |
| XYZ | 39.49 | 20.6 | 6.6 | - |
| YUV | 92.19 | 111.54 | 238.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 19 | 63 | 0 | 0.92 | 0.74 | 0.03 | 348.42 | 0.93 | 0.52 |
| Hex | F7 | 13 | 3F | 0 | 5C | 4A | 3 | 15C | 5D | 34 |
| Octal | 367 | 23 | 77 | 0 | 134 | 112 | 3 | 534 | 135 | 64 |
| Binary | 11110111 | 10011 | 111111 | 0 | 1011100 | 1001010 | 11 | 101011100 | 1011101 | 110100 |
Color Harmonies of #F7133F
Complementary color
Monochromatic Colors of #F7133F
Black with #F7133F
Text Example
Text Example
White with #F7133F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7133F; }
p { color: rgb(247,19,63); }
H1.HeaderClassName
{
color: #F7133F;
}
.AnyTagClassName
{
color: #F7133F;
}
</style>
background-color css
<style>
a { background-color: #F7133F; }
a { background-color: rgb(247,19,63); }
div.DivClassName
{
background-color: #F7133F;
}
.BgClassName
{
background-color: #F7133F;
}
</style>
border-color css
<style>
span { border-color: #F7133F; }
span { border-color: rgb(247,19,63); }
td.TdClassName
{
border-color: #F7133F;
}
.TagClassName
{
border-color: #F7133F;
}
</style>