Shades of Torch Red #F80008
Tints of Torch Red #F80008
RGB
CMYK
RGB Variations
Color information
#F80008 (or 0xF80008) is known color: Torch Red. HEX triplet: F8, 00 and 08. RGB value is (248,0,8). Sum of RGB (Red+Green+Blue) = 248+0+8=256 (33% of max value = 765). Red value is 248 (97.27% from 255 or 96.88% from 256); Green value is 0 (0.39% from 255 or 0% from 256); Blue value is 8 (3.52% from 255 or 3.12% from 256); Max value from RGB is 248 - color contains mainly: red. Hex color #F80008 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F80008 is #07FFF7. Grayscale: #4B4B4B. Windows color (decimal): -524280 or 524536. OLE color: 524536.
HSL color Cylindrical-coordinate representation of color #F80008: hue angle of 358.06º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F80008 is Cyan = 0, Magento = 1, Yellow = 0.97 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 0 | 8 | - |
| CMYK | 0 | 1 | 0.97 | 0.03 |
| HSL | 358.06º | 1% | 0.49% | - |
| HSV(B) | 358.06º | 1% | 0.97% | - |
| XYZ | 38.76 | 19.97 | 2.04 | - |
| YUV | 75.06 | 90.16 | 251.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 0 | 8 | 0 | 1 | 0.97 | 0.03 | 358.06 | 1 | 0.49 |
| Hex | F8 | 0 | 8 | 0 | 64 | 61 | 3 | 166 | 64 | 31 |
| Octal | 370 | 0 | 10 | 0 | 144 | 141 | 3 | 546 | 144 | 61 |
| Binary | 11111000 | 0 | 1000 | 0 | 1100100 | 1100001 | 11 | 101100110 | 1100100 | 110001 |
Color Harmonies of #F80008
Complementary color
Monochromatic Colors of #F80008
Black with #F80008
Text Example
Text Example
White with #F80008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80008; }
p { color: rgb(248,0,8); }
H1.HeaderClassName
{
color: #F80008;
}
.AnyTagClassName
{
color: #F80008;
}
</style>
background-color css
<style>
a { background-color: #F80008; }
a { background-color: rgb(248,0,8); }
div.DivClassName
{
background-color: #F80008;
}
.BgClassName
{
background-color: #F80008;
}
</style>
border-color css
<style>
span { border-color: #F80008; }
span { border-color: rgb(248,0,8); }
td.TdClassName
{
border-color: #F80008;
}
.TagClassName
{
border-color: #F80008;
}
</style>