Shades of Torch Red #F8082B
Tints of Torch Red #F8082B
RGB
CMYK
RGB Variations
Color information
#F8082B (or 0xF8082B) is known color: Torch Red. HEX triplet: F8, 08 and 2B. RGB value is (248,8,43). Sum of RGB (Red+Green+Blue) = 248+8+43=299 (39% of max value = 765). Red value is 248 (97.27% from 255 or 82.94% from 299); Green value is 8 (3.52% from 255 or 2.68% from 299); Blue value is 43 (17.19% from 255 or 14.38% from 299); Max value from RGB is 248 - color contains mainly: red. Hex color #F8082B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8082B is #07F7D4. Grayscale: #535353. Windows color (decimal): -522197 or 2820344. OLE color: 2820344.
HSL color Cylindrical-coordinate representation of color #F8082B: hue angle of 351.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 #F8082B is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 8 | 43 | - |
| CMYK | 0 | 0.97 | 0.83 | 0.03 |
| HSL | 351.25º | 0.94% | 0.5% | - |
| HSV(B) | 351.25º | 0.97% | 0.97% | - |
| XYZ | 39.23 | 20.3 | 4.14 | - |
| YUV | 83.75 | 105.01 | 245.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 8 | 43 | 0 | 0.97 | 0.83 | 0.03 | 351.25 | 0.94 | 0.5 |
| Hex | F8 | 8 | 2B | 0 | 61 | 53 | 3 | 15F | 5E | 32 |
| Octal | 370 | 10 | 53 | 0 | 141 | 123 | 3 | 537 | 136 | 62 |
| Binary | 11111000 | 1000 | 101011 | 0 | 1100001 | 1010011 | 11 | 101011111 | 1011110 | 110010 |
Color Harmonies of #F8082B
Complementary color
Monochromatic Colors of #F8082B
Black with #F8082B
Text Example
Text Example
White with #F8082B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8082B; }
p { color: rgb(248,8,43); }
H1.HeaderClassName
{
color: #F8082B;
}
.AnyTagClassName
{
color: #F8082B;
}
</style>
background-color css
<style>
a { background-color: #F8082B; }
a { background-color: rgb(248,8,43); }
div.DivClassName
{
background-color: #F8082B;
}
.BgClassName
{
background-color: #F8082B;
}
</style>
border-color css
<style>
span { border-color: #F8082B; }
span { border-color: rgb(248,8,43); }
td.TdClassName
{
border-color: #F8082B;
}
.TagClassName
{
border-color: #F8082B;
}
</style>