Shades of Torch Red #F8052E
Tints of Torch Red #F8052E
RGB
CMYK
RGB Variations
Color information
#F8052E (or 0xF8052E) is known color: Torch Red. HEX triplet: F8, 05 and 2E. RGB value is (248,5,46). Sum of RGB (Red+Green+Blue) = 248+5+46=299 (39% of max value = 765). Red value is 248 (97.27% from 255 or 82.94% from 299); Green value is 5 (2.34% from 255 or 1.67% from 299); Blue value is 46 (18.36% from 255 or 15.38% from 299); Max value from RGB is 248 - color contains mainly: red. Hex color #F8052E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8052E is #07FAD1. Grayscale: #525252. Windows color (decimal): -522962 or 3016184. OLE color: 3016184.
HSL color Cylindrical-coordinate representation of color #F8052E: hue angle of 349.88º 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 #F8052E is Cyan = 0, Magento = 0.98, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 5 | 46 | - |
| CMYK | 0 | 0.98 | 0.81 | 0.03 |
| HSL | 349.88º | 0.96% | 0.5% | - |
| HSV(B) | 349.88º | 0.98% | 0.97% | - |
| XYZ | 39.26 | 20.26 | 4.43 | - |
| YUV | 82.33 | 107.51 | 246.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 5 | 46 | 0 | 0.98 | 0.81 | 0.03 | 349.88 | 0.96 | 0.5 |
| Hex | F8 | 5 | 2E | 0 | 62 | 51 | 3 | 15E | 60 | 32 |
| Octal | 370 | 5 | 56 | 0 | 142 | 121 | 3 | 536 | 140 | 62 |
| Binary | 11111000 | 101 | 101110 | 0 | 1100010 | 1010001 | 11 | 101011110 | 1100000 | 110010 |
Color Harmonies of #F8052E
Complementary color
Monochromatic Colors of #F8052E
Black with #F8052E
Text Example
Text Example
White with #F8052E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8052E; }
p { color: rgb(248,5,46); }
H1.HeaderClassName
{
color: #F8052E;
}
.AnyTagClassName
{
color: #F8052E;
}
</style>
background-color css
<style>
a { background-color: #F8052E; }
a { background-color: rgb(248,5,46); }
div.DivClassName
{
background-color: #F8052E;
}
.BgClassName
{
background-color: #F8052E;
}
</style>
border-color css
<style>
span { border-color: #F8052E; }
span { border-color: rgb(248,5,46); }
td.TdClassName
{
border-color: #F8052E;
}
.TagClassName
{
border-color: #F8052E;
}
</style>