Shades of Torch Red #F8182F
Tints of Torch Red #F8182F
RGB
CMYK
RGB Variations
Color information
#F8182F (or 0xF8182F) is known color: Torch Red. HEX triplet: F8, 18 and 2F. RGB value is (248,24,47). Sum of RGB (Red+Green+Blue) = 248+24+47=319 (42% of max value = 765). Red value is 248 (97.27% from 255 or 77.74% from 319); Green value is 24 (9.77% from 255 or 7.52% from 319); Blue value is 47 (18.75% from 255 or 14.73% from 319); Max value from RGB is 248 - color contains mainly: red. Hex color #F8182F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8182F is #07E7D0. Grayscale: #5D5D5D. Windows color (decimal): -518097 or 3086584. OLE color: 3086584.
HSL color Cylindrical-coordinate representation of color #F8182F: hue angle of 353.84º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F8182F is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 24 | 47 | - |
| CMYK | 0 | 0.90 | 0.81 | 0.03 |
| HSL | 353.84º | 0.94% | 0.53% | - |
| HSV(B) | 353.84º | 0.9% | 0.97% | - |
| XYZ | 39.55 | 20.81 | 4.62 | - |
| YUV | 93.6 | 101.71 | 238.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 24 | 47 | 0 | 0.90 | 0.81 | 0.03 | 353.84 | 0.94 | 0.53 |
| Hex | F8 | 18 | 2F | 0 | 5A | 51 | 3 | 162 | 5E | 35 |
| Octal | 370 | 30 | 57 | 0 | 132 | 121 | 3 | 542 | 136 | 65 |
| Binary | 11111000 | 11000 | 101111 | 0 | 1011010 | 1010001 | 11 | 101100010 | 1011110 | 110101 |
Color Harmonies of #F8182F
Complementary color
Monochromatic Colors of #F8182F
Black with #F8182F
Text Example
Text Example
White with #F8182F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8182F; }
p { color: rgb(248,24,47); }
H1.HeaderClassName
{
color: #F8182F;
}
.AnyTagClassName
{
color: #F8182F;
}
</style>
background-color css
<style>
a { background-color: #F8182F; }
a { background-color: rgb(248,24,47); }
div.DivClassName
{
background-color: #F8182F;
}
.BgClassName
{
background-color: #F8182F;
}
</style>
border-color css
<style>
span { border-color: #F8182F; }
span { border-color: rgb(248,24,47); }
td.TdClassName
{
border-color: #F8182F;
}
.TagClassName
{
border-color: #F8182F;
}
</style>