Shades of Torch Red #F7133C
Tints of Torch Red #F7133C
RGB
CMYK
RGB Variations
Color information
#F7133C (or 0xF7133C) is known color: Torch Red. HEX triplet: F7, 13 and 3C. RGB value is (247,19,60). Sum of RGB (Red+Green+Blue) = 247+19+60=326 (43% of max value = 765). Red value is 247 (96.88% from 255 or 75.77% from 326); Green value is 19 (7.81% from 255 or 5.83% from 326); Blue value is 60 (23.83% from 255 or 18.40% from 326); Max value from RGB is 247 - color contains mainly: red. Hex color #F7133C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7133C is #08ECC3. Grayscale: #5B5B5B. Windows color (decimal): -584900 or 3937271. OLE color: 3937271.
HSL color Cylindrical-coordinate representation of color #F7133C: hue angle of 349.21º 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 #F7133C is Cyan = 0, Magento = 0.92, Yellow = 0.76 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 19 | 60 | - |
| CMYK | 0 | 0.92 | 0.76 | 0.03 |
| HSL | 349.21º | 0.93% | 0.52% | - |
| HSV(B) | 349.21º | 0.92% | 0.97% | - |
| XYZ | 39.41 | 20.57 | 6.17 | - |
| YUV | 91.85 | 110.04 | 238.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 19 | 60 | 0 | 0.92 | 0.76 | 0.03 | 349.21 | 0.93 | 0.52 |
| Hex | F7 | 13 | 3C | 0 | 5C | 4C | 3 | 15D | 5D | 34 |
| Octal | 367 | 23 | 74 | 0 | 134 | 114 | 3 | 535 | 135 | 64 |
| Binary | 11110111 | 10011 | 111100 | 0 | 1011100 | 1001100 | 11 | 101011101 | 1011101 | 110100 |
Color Harmonies of #F7133C
Complementary color
Monochromatic Colors of #F7133C
Black with #F7133C
Text Example
Text Example
White with #F7133C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7133C; }
p { color: rgb(247,19,60); }
H1.HeaderClassName
{
color: #F7133C;
}
.AnyTagClassName
{
color: #F7133C;
}
</style>
background-color css
<style>
a { background-color: #F7133C; }
a { background-color: rgb(247,19,60); }
div.DivClassName
{
background-color: #F7133C;
}
.BgClassName
{
background-color: #F7133C;
}
</style>
border-color css
<style>
span { border-color: #F7133C; }
span { border-color: rgb(247,19,60); }
td.TdClassName
{
border-color: #F7133C;
}
.TagClassName
{
border-color: #F7133C;
}
</style>