Shades of Torch Red #F9121B
Tints of Torch Red #F9121B
RGB
CMYK
RGB Variations
Color information
#F9121B (or 0xF9121B) is known color: Torch Red. HEX triplet: F9, 12 and 1B. RGB value is (249,18,27). Sum of RGB (Red+Green+Blue) = 249+18+27=294 (38% of max value = 765). Red value is 249 (97.66% from 255 or 84.69% from 294); Green value is 18 (7.42% from 255 or 6.12% from 294); Blue value is 27 (10.94% from 255 or 9.18% from 294); Max value from RGB is 249 - color contains mainly: red. Hex color #F9121B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9121B is #06EDE4. Grayscale: #585858. Windows color (decimal): -454117 or 1774329. OLE color: 1774329.
HSL color Cylindrical-coordinate representation of color #F9121B: hue angle of 357.66º 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 #F9121B is Cyan = 0, Magento = 0.93, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 18 | 27 | - |
| CMYK | 0 | 0.93 | 0.89 | 0.02 |
| HSL | 357.66º | 0.95% | 0.52% | - |
| HSV(B) | 357.66º | 0.93% | 0.98% | - |
| XYZ | 39.48 | 20.65 | 2.94 | - |
| YUV | 88.1 | 93.53 | 242.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 18 | 27 | 0 | 0.93 | 0.89 | 0.02 | 357.66 | 0.95 | 0.52 |
| Hex | F9 | 12 | 1B | 0 | 5D | 59 | 2 | 166 | 5F | 34 |
| Octal | 371 | 22 | 33 | 0 | 135 | 131 | 2 | 546 | 137 | 64 |
| Binary | 11111001 | 10010 | 11011 | 0 | 1011101 | 1011001 | 10 | 101100110 | 1011111 | 110100 |
Color Harmonies of #F9121B
Complementary color
Monochromatic Colors of #F9121B
Black with #F9121B
Text Example
Text Example
White with #F9121B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9121B; }
p { color: rgb(249,18,27); }
H1.HeaderClassName
{
color: #F9121B;
}
.AnyTagClassName
{
color: #F9121B;
}
</style>
background-color css
<style>
a { background-color: #F9121B; }
a { background-color: rgb(249,18,27); }
div.DivClassName
{
background-color: #F9121B;
}
.BgClassName
{
background-color: #F9121B;
}
</style>
border-color css
<style>
span { border-color: #F9121B; }
span { border-color: rgb(249,18,27); }
td.TdClassName
{
border-color: #F9121B;
}
.TagClassName
{
border-color: #F9121B;
}
</style>