Shades of Torch Red #F8082F
Tints of Torch Red #F8082F
RGB
CMYK
RGB Variations
Color information
#F8082F (or 0xF8082F) is known color: Torch Red. HEX triplet: F8, 08 and 2F. RGB value is (248,8,47). Sum of RGB (Red+Green+Blue) = 248+8+47=303 (40% of max value = 765). Red value is 248 (97.27% from 255 or 81.85% from 303); Green value is 8 (3.52% from 255 or 2.64% from 303); Blue value is 47 (18.75% from 255 or 15.51% from 303); Max value from RGB is 248 - color contains mainly: red. Hex color #F8082F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8082F is #07F7D0. Grayscale: #545454. Windows color (decimal): -522193 or 3082488. OLE color: 3082488.
HSL color Cylindrical-coordinate representation of color #F8082F: hue angle of 350.25º 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 #F8082F is Cyan = 0, Magento = 0.97, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 8 | 47 | - |
| CMYK | 0 | 0.97 | 0.81 | 0.03 |
| HSL | 350.25º | 0.94% | 0.5% | - |
| HSV(B) | 350.25º | 0.97% | 0.97% | - |
| XYZ | 39.31 | 20.34 | 4.54 | - |
| YUV | 84.21 | 107.01 | 244.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 8 | 47 | 0 | 0.97 | 0.81 | 0.03 | 350.25 | 0.94 | 0.5 |
| Hex | F8 | 8 | 2F | 0 | 61 | 51 | 3 | 15E | 5E | 32 |
| Octal | 370 | 10 | 57 | 0 | 141 | 121 | 3 | 536 | 136 | 62 |
| Binary | 11111000 | 1000 | 101111 | 0 | 1100001 | 1010001 | 11 | 101011110 | 1011110 | 110010 |
Color Harmonies of #F8082F
Complementary color
Monochromatic Colors of #F8082F
Black with #F8082F
Text Example
Text Example
White with #F8082F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8082F; }
p { color: rgb(248,8,47); }
H1.HeaderClassName
{
color: #F8082F;
}
.AnyTagClassName
{
color: #F8082F;
}
</style>
background-color css
<style>
a { background-color: #F8082F; }
a { background-color: rgb(248,8,47); }
div.DivClassName
{
background-color: #F8082F;
}
.BgClassName
{
background-color: #F8082F;
}
</style>
border-color css
<style>
span { border-color: #F8082F; }
span { border-color: rgb(248,8,47); }
td.TdClassName
{
border-color: #F8082F;
}
.TagClassName
{
border-color: #F8082F;
}
</style>