Shades of Torch Red #F8080D
Tints of Torch Red #F8080D
RGB
CMYK
RGB Variations
Color information
#F8080D (or 0xF8080D) is known color: Torch Red. HEX triplet: F8, 08 and 0D. RGB value is (248,8,13). Sum of RGB (Red+Green+Blue) = 248+8+13=269 (35% of max value = 765). Red value is 248 (97.27% from 255 or 92.19% from 269); Green value is 8 (3.52% from 255 or 2.97% from 269); Blue value is 13 (5.47% from 255 or 4.83% from 269); Max value from RGB is 248 - color contains mainly: red. Hex color #F8080D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F8080D is #07F7F2. Grayscale: #505050. Windows color (decimal): -522227 or 854264. OLE color: 854264.
HSL color Cylindrical-coordinate representation of color #F8080D: hue angle of 358.75º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F8080D is Cyan = 0, Magento = 0.97, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 8 | 13 | - |
| CMYK | 0 | 0.97 | 0.95 | 0.03 |
| HSL | 358.75º | 0.94% | 0.5% | - |
| HSV(B) | 358.75º | 0.97% | 0.97% | - |
| XYZ | 38.87 | 20.16 | 2.22 | - |
| YUV | 80.33 | 90.01 | 247.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 8 | 13 | 0 | 0.97 | 0.95 | 0.03 | 358.75 | 0.94 | 0.5 |
| Hex | F8 | 8 | D | 0 | 61 | 5F | 3 | 167 | 5E | 32 |
| Octal | 370 | 10 | 15 | 0 | 141 | 137 | 3 | 547 | 136 | 62 |
| Binary | 11111000 | 1000 | 1101 | 0 | 1100001 | 1011111 | 11 | 101100111 | 1011110 | 110010 |
Color Harmonies of #F8080D
Complementary color
Monochromatic Colors of #F8080D
Black with #F8080D
Text Example
Text Example
White with #F8080D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8080D; }
p { color: rgb(248,8,13); }
H1.HeaderClassName
{
color: #F8080D;
}
.AnyTagClassName
{
color: #F8080D;
}
</style>
background-color css
<style>
a { background-color: #F8080D; }
a { background-color: rgb(248,8,13); }
div.DivClassName
{
background-color: #F8080D;
}
.BgClassName
{
background-color: #F8080D;
}
</style>
border-color css
<style>
span { border-color: #F8080D; }
span { border-color: rgb(248,8,13); }
td.TdClassName
{
border-color: #F8080D;
}
.TagClassName
{
border-color: #F8080D;
}
</style>