Shades of Torch Red #F9172D
Tints of Torch Red #F9172D
RGB
CMYK
RGB Variations
Color information
#F9172D (or 0xF9172D) is known color: Torch Red. HEX triplet: F9, 17 and 2D. RGB value is (249,23,45). Sum of RGB (Red+Green+Blue) = 249+23+45=317 (41% of max value = 765). Red value is 249 (97.66% from 255 or 78.55% from 317); Green value is 23 (9.38% from 255 or 7.26% from 317); Blue value is 45 (17.97% from 255 or 14.20% from 317); Max value from RGB is 249 - color contains mainly: red. Hex color #F9172D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9172D is #06E8D2. Grayscale: #5D5D5D. Windows color (decimal): -452819 or 2955257. OLE color: 2955257.
HSL color Cylindrical-coordinate representation of color #F9172D: hue angle of 354.16º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F9172D is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 23 | 45 | - |
| CMYK | 0 | 0.91 | 0.82 | 0.02 |
| HSL | 354.16º | 0.95% | 0.53% | - |
| HSV(B) | 354.16º | 0.91% | 0.98% | - |
| XYZ | 39.85 | 20.94 | 4.42 | - |
| YUV | 93.08 | 100.87 | 239.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 23 | 45 | 0 | 0.91 | 0.82 | 0.02 | 354.16 | 0.95 | 0.53 |
| Hex | F9 | 17 | 2D | 0 | 5B | 52 | 2 | 162 | 5F | 35 |
| Octal | 371 | 27 | 55 | 0 | 133 | 122 | 2 | 542 | 137 | 65 |
| Binary | 11111001 | 10111 | 101101 | 0 | 1011011 | 1010010 | 10 | 101100010 | 1011111 | 110101 |
Color Harmonies of #F9172D
Complementary color
Monochromatic Colors of #F9172D
Black with #F9172D
Text Example
Text Example
White with #F9172D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9172D; }
p { color: rgb(249,23,45); }
H1.HeaderClassName
{
color: #F9172D;
}
.AnyTagClassName
{
color: #F9172D;
}
</style>
background-color css
<style>
a { background-color: #F9172D; }
a { background-color: rgb(249,23,45); }
div.DivClassName
{
background-color: #F9172D;
}
.BgClassName
{
background-color: #F9172D;
}
</style>
border-color css
<style>
span { border-color: #F9172D; }
span { border-color: rgb(249,23,45); }
td.TdClassName
{
border-color: #F9172D;
}
.TagClassName
{
border-color: #F9172D;
}
</style>