Shades of Torch Red #F8040D
Tints of Torch Red #F8040D
RGB
CMYK
RGB Variations
Color information
#F8040D (or 0xF8040D) is known color: Torch Red. HEX triplet: F8, 04 and 0D. RGB value is (248,4,13). Sum of RGB (Red+Green+Blue) = 248+4+13=265 (35% of max value = 765). Red value is 248 (97.27% from 255 or 93.58% from 265); Green value is 4 (1.95% from 255 or 1.51% from 265); Blue value is 13 (5.47% from 255 or 4.91% from 265); Max value from RGB is 248 - color contains mainly: red. Hex color #F8040D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F8040D is #07FBF2. Grayscale: #4E4E4E. Windows color (decimal): -523251 or 853240. OLE color: 853240.
HSL color Cylindrical-coordinate representation of color #F8040D: hue angle of 357.79º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F8040D is Cyan = 0, Magento = 0.98, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 4 | 13 | - |
| CMYK | 0 | 0.98 | 0.95 | 0.03 |
| HSL | 357.79º | 0.97% | 0.49% | - |
| HSV(B) | 357.79º | 0.98% | 0.97% | - |
| XYZ | 38.83 | 20.07 | 2.21 | - |
| YUV | 77.98 | 91.34 | 249.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 4 | 13 | 0 | 0.98 | 0.95 | 0.03 | 357.79 | 0.97 | 0.49 |
| Hex | F8 | 4 | D | 0 | 62 | 5F | 3 | 166 | 61 | 31 |
| Octal | 370 | 4 | 15 | 0 | 142 | 137 | 3 | 546 | 141 | 61 |
| Binary | 11111000 | 100 | 1101 | 0 | 1100010 | 1011111 | 11 | 101100110 | 1100001 | 110001 |
Color Harmonies of #F8040D
Complementary color
Monochromatic Colors of #F8040D
Black with #F8040D
Text Example
Text Example
White with #F8040D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8040D; }
p { color: rgb(248,4,13); }
H1.HeaderClassName
{
color: #F8040D;
}
.AnyTagClassName
{
color: #F8040D;
}
</style>
background-color css
<style>
a { background-color: #F8040D; }
a { background-color: rgb(248,4,13); }
div.DivClassName
{
background-color: #F8040D;
}
.BgClassName
{
background-color: #F8040D;
}
</style>
border-color css
<style>
span { border-color: #F8040D; }
span { border-color: rgb(248,4,13); }
td.TdClassName
{
border-color: #F8040D;
}
.TagClassName
{
border-color: #F8040D;
}
</style>