Shades of Torch Red #F7033B
Tints of Torch Red #F7033B
RGB
CMYK
RGB Variations
Color information
#F7033B (or 0xF7033B) is known color: Torch Red. HEX triplet: F7, 03 and 3B. RGB value is (247,3,59). Sum of RGB (Red+Green+Blue) = 247+3+59=309 (40% of max value = 765). Red value is 247 (96.88% from 255 or 79.94% from 309); Green value is 3 (1.56% from 255 or 0.97% from 309); Blue value is 59 (23.44% from 255 or 19.09% from 309); Max value from RGB is 247 - color contains mainly: red. Hex color #F7033B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7033B is #08FCC4. Grayscale: #525252. Windows color (decimal): -588997 or 3867639. OLE color: 3867639.
HSL color Cylindrical-coordinate representation of color #F7033B: hue angle of 346.23º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F7033B is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 3 | 59 | - |
| CMYK | 0 | 0.99 | 0.76 | 0.03 |
| HSL | 346.23º | 0.98% | 0.49% | - |
| HSV(B) | 346.23º | 0.99% | 0.97% | - |
| XYZ | 39.18 | 20.16 | 5.96 | - |
| YUV | 82.34 | 114.84 | 245.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 3 | 59 | 0 | 0.99 | 0.76 | 0.03 | 346.23 | 0.98 | 0.49 |
| Hex | F7 | 3 | 3B | 0 | 63 | 4C | 3 | 15A | 62 | 31 |
| Octal | 367 | 3 | 73 | 0 | 143 | 114 | 3 | 532 | 142 | 61 |
| Binary | 11110111 | 11 | 111011 | 0 | 1100011 | 1001100 | 11 | 101011010 | 1100010 | 110001 |
Color Harmonies of #F7033B
Complementary color
Monochromatic Colors of #F7033B
Black with #F7033B
Text Example
Text Example
White with #F7033B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7033B; }
p { color: rgb(247,3,59); }
H1.HeaderClassName
{
color: #F7033B;
}
.AnyTagClassName
{
color: #F7033B;
}
</style>
background-color css
<style>
a { background-color: #F7033B; }
a { background-color: rgb(247,3,59); }
div.DivClassName
{
background-color: #F7033B;
}
.BgClassName
{
background-color: #F7033B;
}
</style>
border-color css
<style>
span { border-color: #F7033B; }
span { border-color: rgb(247,3,59); }
td.TdClassName
{
border-color: #F7033B;
}
.TagClassName
{
border-color: #F7033B;
}
</style>