Shades of Torch Red #F8051F
Tints of Torch Red #F8051F
RGB
CMYK
RGB Variations
Color information
#F8051F (or 0xF8051F) is known color: Torch Red. HEX triplet: F8, 05 and 1F. RGB value is (248,5,31). Sum of RGB (Red+Green+Blue) = 248+5+31=284 (37% of max value = 765). Red value is 248 (97.27% from 255 or 87.32% from 284); Green value is 5 (2.34% from 255 or 1.76% from 284); Blue value is 31 (12.5% from 255 or 10.92% from 284); Max value from RGB is 248 - color contains mainly: red. Hex color #F8051F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8051F is #07FAE0. Grayscale: #505050. Windows color (decimal): -522977 or 2033144. OLE color: 2033144.
HSL color Cylindrical-coordinate representation of color #F8051F: hue angle of 353.58º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F8051F is Cyan = 0, Magento = 0.98, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 5 | 31 | - |
| CMYK | 0 | 0.98 | 0.88 | 0.03 |
| HSL | 353.58º | 0.96% | 0.5% | - |
| HSV(B) | 353.58º | 0.98% | 0.97% | - |
| XYZ | 39.01 | 20.16 | 3.13 | - |
| YUV | 80.62 | 100.01 | 247.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 5 | 31 | 0 | 0.98 | 0.88 | 0.03 | 353.58 | 0.96 | 0.5 |
| Hex | F8 | 5 | 1F | 0 | 62 | 58 | 3 | 162 | 60 | 32 |
| Octal | 370 | 5 | 37 | 0 | 142 | 130 | 3 | 542 | 140 | 62 |
| Binary | 11111000 | 101 | 11111 | 0 | 1100010 | 1011000 | 11 | 101100010 | 1100000 | 110010 |
Color Harmonies of #F8051F
Complementary color
Monochromatic Colors of #F8051F
Black with #F8051F
Text Example
Text Example
White with #F8051F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8051F; }
p { color: rgb(248,5,31); }
H1.HeaderClassName
{
color: #F8051F;
}
.AnyTagClassName
{
color: #F8051F;
}
</style>
background-color css
<style>
a { background-color: #F8051F; }
a { background-color: rgb(248,5,31); }
div.DivClassName
{
background-color: #F8051F;
}
.BgClassName
{
background-color: #F8051F;
}
</style>
border-color css
<style>
span { border-color: #F8051F; }
span { border-color: rgb(248,5,31); }
td.TdClassName
{
border-color: #F8051F;
}
.TagClassName
{
border-color: #F8051F;
}
</style>