Shades of Torch Red #F90107
Tints of Torch Red #F90107
RGB
CMYK
RGB Variations
Color information
#F90107 (or 0xF90107) is known color: Torch Red. HEX triplet: F9, 01 and 07. RGB value is (249,1,7). Sum of RGB (Red+Green+Blue) = 249+1+7=257 (34% of max value = 765). Red value is 249 (97.66% from 255 or 96.89% from 257); Green value is 1 (0.78% from 255 or 0.39% from 257); Blue value is 7 (3.12% from 255 or 2.72% from 257); Max value from RGB is 249 - color contains mainly: red. Hex color #F90107 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F90107 is #06FEF8. Grayscale: #4C4C4C. Windows color (decimal): -458489 or 459257. OLE color: 459257.
HSL color Cylindrical-coordinate representation of color #F90107: hue angle of 358.55º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F90107 is Cyan = 0, Magento = 1.00, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 1 | 7 | - |
| CMYK | 0 | 1.00 | 0.97 | 0.02 |
| HSL | 358.55º | 0.99% | 0.49% | - |
| HSV(B) | 358.55º | 1% | 0.98% | - |
| XYZ | 39.12 | 20.18 | 2.03 | - |
| YUV | 75.84 | 89.16 | 251.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 1 | 7 | 0 | 1.00 | 0.97 | 0.02 | 358.55 | 0.99 | 0.49 |
| Hex | F9 | 1 | 7 | 0 | 64 | 61 | 2 | 167 | 63 | 31 |
| Octal | 371 | 1 | 7 | 0 | 144 | 141 | 2 | 547 | 143 | 61 |
| Binary | 11111001 | 1 | 111 | 0 | 1100100 | 1100001 | 10 | 101100111 | 1100011 | 110001 |
Color Harmonies of #F90107
Complementary color
Monochromatic Colors of #F90107
Black with #F90107
Text Example
Text Example
White with #F90107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90107; }
p { color: rgb(249,1,7); }
H1.HeaderClassName
{
color: #F90107;
}
.AnyTagClassName
{
color: #F90107;
}
</style>
background-color css
<style>
a { background-color: #F90107; }
a { background-color: rgb(249,1,7); }
div.DivClassName
{
background-color: #F90107;
}
.BgClassName
{
background-color: #F90107;
}
</style>
border-color css
<style>
span { border-color: #F90107; }
span { border-color: rgb(249,1,7); }
td.TdClassName
{
border-color: #F90107;
}
.TagClassName
{
border-color: #F90107;
}
</style>