Shades of Torch Red #F9072D
Tints of Torch Red #F9072D
RGB
CMYK
RGB Variations
Color information
#F9072D (or 0xF9072D) is known color: Torch Red. HEX triplet: F9, 07 and 2D. RGB value is (249,7,45). Sum of RGB (Red+Green+Blue) = 249+7+45=301 (39% of max value = 765). Red value is 249 (97.66% from 255 or 82.72% from 301); Green value is 7 (3.12% from 255 or 2.33% from 301); Blue value is 45 (17.97% from 255 or 14.95% from 301); Max value from RGB is 249 - color contains mainly: red. Hex color #F9072D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9072D is #06F8D2. Grayscale: #535353. Windows color (decimal): -456915 or 2951161. OLE color: 2951161.
HSL color Cylindrical-coordinate representation of color #F9072D: hue angle of 350.58º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F9072D is Cyan = 0, Magento = 0.97, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 7 | 45 | - |
| CMYK | 0 | 0.97 | 0.82 | 0.02 |
| HSL | 350.58º | 0.95% | 0.5% | - |
| HSV(B) | 350.58º | 0.97% | 0.98% | - |
| XYZ | 39.62 | 20.48 | 4.35 | - |
| YUV | 83.69 | 106.17 | 245.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 7 | 45 | 0 | 0.97 | 0.82 | 0.02 | 350.58 | 0.95 | 0.5 |
| Hex | F9 | 7 | 2D | 0 | 61 | 52 | 2 | 15F | 5F | 32 |
| Octal | 371 | 7 | 55 | 0 | 141 | 122 | 2 | 537 | 137 | 62 |
| Binary | 11111001 | 111 | 101101 | 0 | 1100001 | 1010010 | 10 | 101011111 | 1011111 | 110010 |
Color Harmonies of #F9072D
Complementary color
Monochromatic Colors of #F9072D
Black with #F9072D
Text Example
Text Example
White with #F9072D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9072D; }
p { color: rgb(249,7,45); }
H1.HeaderClassName
{
color: #F9072D;
}
.AnyTagClassName
{
color: #F9072D;
}
</style>
background-color css
<style>
a { background-color: #F9072D; }
a { background-color: rgb(249,7,45); }
div.DivClassName
{
background-color: #F9072D;
}
.BgClassName
{
background-color: #F9072D;
}
</style>
border-color css
<style>
span { border-color: #F9072D; }
span { border-color: rgb(249,7,45); }
td.TdClassName
{
border-color: #F9072D;
}
.TagClassName
{
border-color: #F9072D;
}
</style>