Shades of Torch Red #F7033D
Tints of Torch Red #F7033D
RGB
CMYK
RGB Variations
Color information
#F7033D (or 0xF7033D) is known color: Torch Red. HEX triplet: F7, 03 and 3D. RGB value is (247,3,61). Sum of RGB (Red+Green+Blue) = 247+3+61=311 (41% of max value = 765). Red value is 247 (96.88% from 255 or 79.42% from 311); Green value is 3 (1.56% from 255 or 0.96% from 311); Blue value is 61 (24.22% from 255 or 19.61% from 311); Max value from RGB is 247 - color contains mainly: red. Hex color #F7033D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7033D is #08FCC2. Grayscale: #525252. Windows color (decimal): -588995 or 3998711. OLE color: 3998711.
HSL color Cylindrical-coordinate representation of color #F7033D: hue angle of 345.74º 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 #F7033D is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 3 | 61 | - |
| CMYK | 0 | 0.99 | 0.75 | 0.03 |
| HSL | 345.74º | 0.98% | 0.49% | - |
| HSV(B) | 345.74º | 0.99% | 0.97% | - |
| XYZ | 39.23 | 20.18 | 6.24 | - |
| YUV | 82.57 | 115.84 | 245.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 3 | 61 | 0 | 0.99 | 0.75 | 0.03 | 345.74 | 0.98 | 0.49 |
| Hex | F7 | 3 | 3D | 0 | 63 | 4B | 3 | 15A | 62 | 31 |
| Octal | 367 | 3 | 75 | 0 | 143 | 113 | 3 | 532 | 142 | 61 |
| Binary | 11110111 | 11 | 111101 | 0 | 1100011 | 1001011 | 11 | 101011010 | 1100010 | 110001 |
Color Harmonies of #F7033D
Complementary color
Monochromatic Colors of #F7033D
Black with #F7033D
Text Example
Text Example
White with #F7033D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7033D; }
p { color: rgb(247,3,61); }
H1.HeaderClassName
{
color: #F7033D;
}
.AnyTagClassName
{
color: #F7033D;
}
</style>
background-color css
<style>
a { background-color: #F7033D; }
a { background-color: rgb(247,3,61); }
div.DivClassName
{
background-color: #F7033D;
}
.BgClassName
{
background-color: #F7033D;
}
</style>
border-color css
<style>
span { border-color: #F7033D; }
span { border-color: rgb(247,3,61); }
td.TdClassName
{
border-color: #F7033D;
}
.TagClassName
{
border-color: #F7033D;
}
</style>