Shades of Torch Red #F8052B
Tints of Torch Red #F8052B
RGB
CMYK
RGB Variations
Color information
#F8052B (or 0xF8052B) is known color: Torch Red. HEX triplet: F8, 05 and 2B. RGB value is (248,5,43). Sum of RGB (Red+Green+Blue) = 248+5+43=296 (39% of max value = 765). Red value is 248 (97.27% from 255 or 83.78% from 296); Green value is 5 (2.34% from 255 or 1.69% from 296); Blue value is 43 (17.19% from 255 or 14.53% from 296); Max value from RGB is 248 - color contains mainly: red. Hex color #F8052B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8052B is #07FAD4. Grayscale: #525252. Windows color (decimal): -522965 or 2819576. OLE color: 2819576.
HSL color Cylindrical-coordinate representation of color #F8052B: hue angle of 350.62º 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 #F8052B is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 5 | 43 | - |
| CMYK | 0 | 0.98 | 0.83 | 0.03 |
| HSL | 350.62º | 0.96% | 0.5% | - |
| HSV(B) | 350.62º | 0.98% | 0.97% | - |
| XYZ | 39.2 | 20.24 | 4.13 | - |
| YUV | 81.99 | 106.01 | 246.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 5 | 43 | 0 | 0.98 | 0.83 | 0.03 | 350.62 | 0.96 | 0.5 |
| Hex | F8 | 5 | 2B | 0 | 62 | 53 | 3 | 15F | 60 | 32 |
| Octal | 370 | 5 | 53 | 0 | 142 | 123 | 3 | 537 | 140 | 62 |
| Binary | 11111000 | 101 | 101011 | 0 | 1100010 | 1010011 | 11 | 101011111 | 1100000 | 110010 |
Color Harmonies of #F8052B
Complementary color
Monochromatic Colors of #F8052B
Black with #F8052B
Text Example
Text Example
White with #F8052B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8052B; }
p { color: rgb(248,5,43); }
H1.HeaderClassName
{
color: #F8052B;
}
.AnyTagClassName
{
color: #F8052B;
}
</style>
background-color css
<style>
a { background-color: #F8052B; }
a { background-color: rgb(248,5,43); }
div.DivClassName
{
background-color: #F8052B;
}
.BgClassName
{
background-color: #F8052B;
}
</style>
border-color css
<style>
span { border-color: #F8052B; }
span { border-color: rgb(248,5,43); }
td.TdClassName
{
border-color: #F8052B;
}
.TagClassName
{
border-color: #F8052B;
}
</style>