Shades of Torch Red #F90009
Tints of Torch Red #F90009
RGB
CMYK
RGB Variations
Color information
#F90009 (or 0xF90009) is known color: Torch Red. HEX triplet: F9, 00 and 09. RGB value is (249,0,9). Sum of RGB (Red+Green+Blue) = 249+0+9=258 (34% of max value = 765). Red value is 249 (97.66% from 255 or 96.51% from 258); Green value is 0 (0.39% from 255 or 0% from 258); Blue value is 9 (3.91% from 255 or 3.49% from 258); Max value from RGB is 249 - color contains mainly: red. Hex color #F90009 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F90009 is #06FFF6. Grayscale: #4B4B4B. Windows color (decimal): -458743 or 590073. OLE color: 590073.
HSL color Cylindrical-coordinate representation of color #F90009: hue angle of 357.83º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F90009 is Cyan = 0, Magento = 1, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 0 | 9 | - |
| CMYK | 0 | 1 | 0.96 | 0.02 |
| HSL | 357.83º | 1% | 0.49% | - |
| HSV(B) | 357.83º | 1% | 0.98% | - |
| XYZ | 39.12 | 20.16 | 2.09 | - |
| YUV | 75.48 | 90.49 | 251.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 0 | 9 | 0 | 1 | 0.96 | 0.02 | 357.83 | 1 | 0.49 |
| Hex | F9 | 0 | 9 | 0 | 64 | 60 | 2 | 166 | 64 | 31 |
| Octal | 371 | 0 | 11 | 0 | 144 | 140 | 2 | 546 | 144 | 61 |
| Binary | 11111001 | 0 | 1001 | 0 | 1100100 | 1100000 | 10 | 101100110 | 1100100 | 110001 |
Color Harmonies of #F90009
Complementary color
Monochromatic Colors of #F90009
Black with #F90009
Text Example
Text Example
White with #F90009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90009; }
p { color: rgb(249,0,9); }
H1.HeaderClassName
{
color: #F90009;
}
.AnyTagClassName
{
color: #F90009;
}
</style>
background-color css
<style>
a { background-color: #F90009; }
a { background-color: rgb(249,0,9); }
div.DivClassName
{
background-color: #F90009;
}
.BgClassName
{
background-color: #F90009;
}
</style>
border-color css
<style>
span { border-color: #F90009; }
span { border-color: rgb(249,0,9); }
td.TdClassName
{
border-color: #F90009;
}
.TagClassName
{
border-color: #F90009;
}
</style>