Shades of Torch Red #F9122B
Tints of Torch Red #F9122B
RGB
CMYK
RGB Variations
Color information
#F9122B (or 0xF9122B) is known color: Torch Red. HEX triplet: F9, 12 and 2B. RGB value is (249,18,43). Sum of RGB (Red+Green+Blue) = 249+18+43=310 (41% of max value = 765). Red value is 249 (97.66% from 255 or 80.32% from 310); Green value is 18 (7.42% from 255 or 5.81% from 310); Blue value is 43 (17.19% from 255 or 13.87% from 310); Max value from RGB is 249 - color contains mainly: red. Hex color #F9122B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9122B is #06EDD4. Grayscale: #5A5A5A. Windows color (decimal): -454101 or 2822905. OLE color: 2822905.
HSL color Cylindrical-coordinate representation of color #F9122B: hue angle of 353.51º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F9122B is Cyan = 0, Magento = 0.93, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 18 | 43 | - |
| CMYK | 0 | 0.93 | 0.83 | 0.02 |
| HSL | 353.51º | 0.95% | 0.52% | - |
| HSV(B) | 353.51º | 0.93% | 0.98% | - |
| XYZ | 39.72 | 20.75 | 4.2 | - |
| YUV | 89.92 | 101.53 | 241.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 18 | 43 | 0 | 0.93 | 0.83 | 0.02 | 353.51 | 0.95 | 0.52 |
| Hex | F9 | 12 | 2B | 0 | 5D | 53 | 2 | 162 | 5F | 34 |
| Octal | 371 | 22 | 53 | 0 | 135 | 123 | 2 | 542 | 137 | 64 |
| Binary | 11111001 | 10010 | 101011 | 0 | 1011101 | 1010011 | 10 | 101100010 | 1011111 | 110100 |
Color Harmonies of #F9122B
Complementary color
Monochromatic Colors of #F9122B
Black with #F9122B
Text Example
Text Example
White with #F9122B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9122B; }
p { color: rgb(249,18,43); }
H1.HeaderClassName
{
color: #F9122B;
}
.AnyTagClassName
{
color: #F9122B;
}
</style>
background-color css
<style>
a { background-color: #F9122B; }
a { background-color: rgb(249,18,43); }
div.DivClassName
{
background-color: #F9122B;
}
.BgClassName
{
background-color: #F9122B;
}
</style>
border-color css
<style>
span { border-color: #F9122B; }
span { border-color: rgb(249,18,43); }
td.TdClassName
{
border-color: #F9122B;
}
.TagClassName
{
border-color: #F9122B;
}
</style>