Shades of Torch Red #F9172C
Tints of Torch Red #F9172C
RGB
CMYK
RGB Variations
Color information
#F9172C (or 0xF9172C) is known color: Torch Red. HEX triplet: F9, 17 and 2C. RGB value is (249,23,44). Sum of RGB (Red+Green+Blue) = 249+23+44=316 (41% of max value = 765). Red value is 249 (97.66% from 255 or 78.80% from 316); Green value is 23 (9.38% from 255 or 7.28% from 316); Blue value is 44 (17.58% from 255 or 13.92% from 316); Max value from RGB is 249 - color contains mainly: red. Hex color #F9172C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9172C is #06E8D3. Grayscale: #5D5D5D. Windows color (decimal): -452820 or 2889721. OLE color: 2889721.
HSL color Cylindrical-coordinate representation of color #F9172C: hue angle of 354.42º 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 #F9172C is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 23 | 44 | - |
| CMYK | 0 | 0.91 | 0.82 | 0.02 |
| HSL | 354.42º | 0.95% | 0.53% | - |
| HSV(B) | 354.42º | 0.91% | 0.98% | - |
| XYZ | 39.83 | 20.93 | 4.32 | - |
| YUV | 92.97 | 100.37 | 239.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 23 | 44 | 0 | 0.91 | 0.82 | 0.02 | 354.42 | 0.95 | 0.53 |
| Hex | F9 | 17 | 2C | 0 | 5B | 52 | 2 | 162 | 5F | 35 |
| Octal | 371 | 27 | 54 | 0 | 133 | 122 | 2 | 542 | 137 | 65 |
| Binary | 11111001 | 10111 | 101100 | 0 | 1011011 | 1010010 | 10 | 101100010 | 1011111 | 110101 |
Color Harmonies of #F9172C
Complementary color
Monochromatic Colors of #F9172C
Black with #F9172C
Text Example
Text Example
White with #F9172C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9172C; }
p { color: rgb(249,23,44); }
H1.HeaderClassName
{
color: #F9172C;
}
.AnyTagClassName
{
color: #F9172C;
}
</style>
background-color css
<style>
a { background-color: #F9172C; }
a { background-color: rgb(249,23,44); }
div.DivClassName
{
background-color: #F9172C;
}
.BgClassName
{
background-color: #F9172C;
}
</style>
border-color css
<style>
span { border-color: #F9172C; }
span { border-color: rgb(249,23,44); }
td.TdClassName
{
border-color: #F9172C;
}
.TagClassName
{
border-color: #F9172C;
}
</style>