Shades of Torch Red #F9010D
Tints of Torch Red #F9010D
RGB
CMYK
RGB Variations
Color information
#F9010D (or 0xF9010D) is known color: Torch Red. HEX triplet: F9, 01 and 0D. RGB value is (249,1,13). Sum of RGB (Red+Green+Blue) = 249+1+13=263 (34% of max value = 765). Red value is 249 (97.66% from 255 or 94.68% from 263); Green value is 1 (0.78% from 255 or 0.38% from 263); Blue value is 13 (5.47% from 255 or 4.94% from 263); Max value from RGB is 249 - color contains mainly: red. Hex color #F9010D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F9010D is #06FEF2. Grayscale: #4C4C4C. Windows color (decimal): -458483 or 852473. OLE color: 852473.
HSL color Cylindrical-coordinate representation of color #F9010D: hue angle of 357.1º 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 #F9010D is Cyan = 0, Magento = 1.00, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 1 | 13 | - |
| CMYK | 0 | 1.00 | 0.95 | 0.02 |
| HSL | 357.1º | 0.99% | 0.49% | - |
| HSV(B) | 357.1º | 1% | 0.98% | - |
| XYZ | 39.15 | 20.19 | 2.21 | - |
| YUV | 76.52 | 92.16 | 251.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 1 | 13 | 0 | 1.00 | 0.95 | 0.02 | 357.1 | 0.99 | 0.49 |
| Hex | F9 | 1 | D | 0 | 64 | 5F | 2 | 165 | 63 | 31 |
| Octal | 371 | 1 | 15 | 0 | 144 | 137 | 2 | 545 | 143 | 61 |
| Binary | 11111001 | 1 | 1101 | 0 | 1100100 | 1011111 | 10 | 101100101 | 1100011 | 110001 |
Color Harmonies of #F9010D
Complementary color
Monochromatic Colors of #F9010D
Black with #F9010D
Text Example
Text Example
White with #F9010D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9010D; }
p { color: rgb(249,1,13); }
H1.HeaderClassName
{
color: #F9010D;
}
.AnyTagClassName
{
color: #F9010D;
}
</style>
background-color css
<style>
a { background-color: #F9010D; }
a { background-color: rgb(249,1,13); }
div.DivClassName
{
background-color: #F9010D;
}
.BgClassName
{
background-color: #F9010D;
}
</style>
border-color css
<style>
span { border-color: #F9010D; }
span { border-color: rgb(249,1,13); }
td.TdClassName
{
border-color: #F9010D;
}
.TagClassName
{
border-color: #F9010D;
}
</style>