Shades of Torch Red #F9172B
Tints of Torch Red #F9172B
RGB
CMYK
RGB Variations
Color information
#F9172B (or 0xF9172B) is known color: Torch Red. HEX triplet: F9, 17 and 2B. RGB value is (249,23,43). Sum of RGB (Red+Green+Blue) = 249+23+43=315 (41% of max value = 765). Red value is 249 (97.66% from 255 or 79.05% from 315); Green value is 23 (9.38% from 255 or 7.30% from 315); Blue value is 43 (17.19% from 255 or 13.65% from 315); Max value from RGB is 249 - color contains mainly: red. Hex color #F9172B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9172B is #06E8D4. Grayscale: #5D5D5D. Windows color (decimal): -452821 or 2824185. OLE color: 2824185.
HSL color Cylindrical-coordinate representation of color #F9172B: hue angle of 354.69º 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 #F9172B is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 23 | 43 | - |
| CMYK | 0 | 0.91 | 0.83 | 0.02 |
| HSL | 354.69º | 0.95% | 0.53% | - |
| HSV(B) | 354.69º | 0.91% | 0.98% | - |
| XYZ | 39.81 | 20.93 | 4.23 | - |
| YUV | 92.85 | 99.87 | 239.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 23 | 43 | 0 | 0.91 | 0.83 | 0.02 | 354.69 | 0.95 | 0.53 |
| Hex | F9 | 17 | 2B | 0 | 5B | 53 | 2 | 163 | 5F | 35 |
| Octal | 371 | 27 | 53 | 0 | 133 | 123 | 2 | 543 | 137 | 65 |
| Binary | 11111001 | 10111 | 101011 | 0 | 1011011 | 1010011 | 10 | 101100011 | 1011111 | 110101 |
Color Harmonies of #F9172B
Complementary color
Monochromatic Colors of #F9172B
Black with #F9172B
Text Example
Text Example
White with #F9172B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9172B; }
p { color: rgb(249,23,43); }
H1.HeaderClassName
{
color: #F9172B;
}
.AnyTagClassName
{
color: #F9172B;
}
</style>
background-color css
<style>
a { background-color: #F9172B; }
a { background-color: rgb(249,23,43); }
div.DivClassName
{
background-color: #F9172B;
}
.BgClassName
{
background-color: #F9172B;
}
</style>
border-color css
<style>
span { border-color: #F9172B; }
span { border-color: rgb(249,23,43); }
td.TdClassName
{
border-color: #F9172B;
}
.TagClassName
{
border-color: #F9172B;
}
</style>