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