Shades of Torch Red #F9082D
Tints of Torch Red #F9082D
RGB
CMYK
RGB Variations
Color information
#F9082D (or 0xF9082D) is known color: Torch Red. HEX triplet: F9, 08 and 2D. RGB value is (249,8,45). Sum of RGB (Red+Green+Blue) = 249+8+45=302 (40% of max value = 765). Red value is 249 (97.66% from 255 or 82.45% from 302); Green value is 8 (3.52% from 255 or 2.65% from 302); Blue value is 45 (17.97% from 255 or 14.90% from 302); Max value from RGB is 249 - color contains mainly: red. Hex color #F9082D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9082D is #06F7D2. Grayscale: #545454. Windows color (decimal): -456659 or 2951417. OLE color: 2951417.
HSL color Cylindrical-coordinate representation of color #F9082D: hue angle of 350.79º 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 #F9082D is Cyan = 0, Magento = 0.97, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 8 | 45 | - |
| CMYK | 0 | 0.97 | 0.82 | 0.02 |
| HSL | 350.79º | 0.95% | 0.5% | - |
| HSV(B) | 350.79º | 0.97% | 0.98% | - |
| XYZ | 39.63 | 20.5 | 4.35 | - |
| YUV | 84.28 | 105.84 | 245.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 8 | 45 | 0 | 0.97 | 0.82 | 0.02 | 350.79 | 0.95 | 0.5 |
| Hex | F9 | 8 | 2D | 0 | 61 | 52 | 2 | 15F | 5F | 32 |
| Octal | 371 | 10 | 55 | 0 | 141 | 122 | 2 | 537 | 137 | 62 |
| Binary | 11111001 | 1000 | 101101 | 0 | 1100001 | 1010010 | 10 | 101011111 | 1011111 | 110010 |
Color Harmonies of #F9082D
Complementary color
Monochromatic Colors of #F9082D
Black with #F9082D
Text Example
Text Example
White with #F9082D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9082D; }
p { color: rgb(249,8,45); }
H1.HeaderClassName
{
color: #F9082D;
}
.AnyTagClassName
{
color: #F9082D;
}
</style>
background-color css
<style>
a { background-color: #F9082D; }
a { background-color: rgb(249,8,45); }
div.DivClassName
{
background-color: #F9082D;
}
.BgClassName
{
background-color: #F9082D;
}
</style>
border-color css
<style>
span { border-color: #F9082D; }
span { border-color: rgb(249,8,45); }
td.TdClassName
{
border-color: #F9082D;
}
.TagClassName
{
border-color: #F9082D;
}
</style>