Shades of Torch Red #F9101B
Tints of Torch Red #F9101B
RGB
CMYK
RGB Variations
Color information
#F9101B (or 0xF9101B) is known color: Torch Red. HEX triplet: F9, 10 and 1B. RGB value is (249,16,27). Sum of RGB (Red+Green+Blue) = 249+16+27=292 (38% of max value = 765). Red value is 249 (97.66% from 255 or 85.27% from 292); Green value is 16 (6.64% from 255 or 5.48% from 292); Blue value is 27 (10.94% from 255 or 9.25% from 292); Max value from RGB is 249 - color contains mainly: red. Hex color #F9101B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9101B is #06EFE4. Grayscale: #575757. Windows color (decimal): -454629 or 1773817. OLE color: 1773817.
HSL color Cylindrical-coordinate representation of color #F9101B: hue angle of 357.17º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F9101B is Cyan = 0, Magento = 0.94, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 16 | 27 | - |
| CMYK | 0 | 0.94 | 0.89 | 0.02 |
| HSL | 357.17º | 0.95% | 0.52% | - |
| HSV(B) | 357.17º | 0.94% | 0.98% | - |
| XYZ | 39.45 | 20.59 | 2.93 | - |
| YUV | 86.92 | 94.19 | 243.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 16 | 27 | 0 | 0.94 | 0.89 | 0.02 | 357.17 | 0.95 | 0.52 |
| Hex | F9 | 10 | 1B | 0 | 5E | 59 | 2 | 165 | 5F | 34 |
| Octal | 371 | 20 | 33 | 0 | 136 | 131 | 2 | 545 | 137 | 64 |
| Binary | 11111001 | 10000 | 11011 | 0 | 1011110 | 1011001 | 10 | 101100101 | 1011111 | 110100 |
Color Harmonies of #F9101B
Complementary color
Monochromatic Colors of #F9101B
Black with #F9101B
Text Example
Text Example
White with #F9101B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9101B; }
p { color: rgb(249,16,27); }
H1.HeaderClassName
{
color: #F9101B;
}
.AnyTagClassName
{
color: #F9101B;
}
</style>
background-color css
<style>
a { background-color: #F9101B; }
a { background-color: rgb(249,16,27); }
div.DivClassName
{
background-color: #F9101B;
}
.BgClassName
{
background-color: #F9101B;
}
</style>
border-color css
<style>
span { border-color: #F9101B; }
span { border-color: rgb(249,16,27); }
td.TdClassName
{
border-color: #F9101B;
}
.TagClassName
{
border-color: #F9101B;
}
</style>