Shades of Torch Red #F9162B
Tints of Torch Red #F9162B
RGB
CMYK
RGB Variations
Color information
#F9162B (or 0xF9162B) is known color: Torch Red. HEX triplet: F9, 16 and 2B. RGB value is (249,22,43). Sum of RGB (Red+Green+Blue) = 249+22+43=314 (41% of max value = 765). Red value is 249 (97.66% from 255 or 79.30% from 314); Green value is 22 (8.98% from 255 or 7.01% from 314); Blue value is 43 (17.19% from 255 or 13.69% from 314); Max value from RGB is 249 - color contains mainly: red. Hex color #F9162B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9162B is #06E9D4. Grayscale: #5C5C5C. Windows color (decimal): -453077 or 2823929. OLE color: 2823929.
HSL color Cylindrical-coordinate representation of color #F9162B: hue angle of 354.45º 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 #F9162B is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 22 | 43 | - |
| CMYK | 0 | 0.91 | 0.83 | 0.02 |
| HSL | 354.45º | 0.95% | 0.53% | - |
| HSV(B) | 354.45º | 0.91% | 0.98% | - |
| XYZ | 39.79 | 20.89 | 4.22 | - |
| YUV | 92.27 | 100.21 | 239.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 22 | 43 | 0 | 0.91 | 0.83 | 0.02 | 354.45 | 0.95 | 0.53 |
| Hex | F9 | 16 | 2B | 0 | 5B | 53 | 2 | 162 | 5F | 35 |
| Octal | 371 | 26 | 53 | 0 | 133 | 123 | 2 | 542 | 137 | 65 |
| Binary | 11111001 | 10110 | 101011 | 0 | 1011011 | 1010011 | 10 | 101100010 | 1011111 | 110101 |
Color Harmonies of #F9162B
Complementary color
Monochromatic Colors of #F9162B
Black with #F9162B
Text Example
Text Example
White with #F9162B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9162B; }
p { color: rgb(249,22,43); }
H1.HeaderClassName
{
color: #F9162B;
}
.AnyTagClassName
{
color: #F9162B;
}
</style>
background-color css
<style>
a { background-color: #F9162B; }
a { background-color: rgb(249,22,43); }
div.DivClassName
{
background-color: #F9162B;
}
.BgClassName
{
background-color: #F9162B;
}
</style>
border-color css
<style>
span { border-color: #F9162B; }
span { border-color: rgb(249,22,43); }
td.TdClassName
{
border-color: #F9162B;
}
.TagClassName
{
border-color: #F9162B;
}
</style>