Shades of Torch Red #F5080B
Tints of Torch Red #F5080B
RGB
CMYK
RGB Variations
Color information
#F5080B (or 0xF5080B) is known color: Torch Red. HEX triplet: F5, 08 and 0B. RGB value is (245,8,11). Sum of RGB (Red+Green+Blue) = 245+8+11=264 (34% of max value = 765). Red value is 245 (96.09% from 255 or 92.80% from 264); Green value is 8 (3.52% from 255 or 3.03% from 264); Blue value is 11 (4.69% from 255 or 4.17% from 264); Max value from RGB is 245 - color contains mainly: red. Hex color #F5080B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F5080B is #0AF7F4. Grayscale: #4F4F4F. Windows color (decimal): -718837 or 723189. OLE color: 723189.
HSL color Cylindrical-coordinate representation of color #F5080B: hue angle of 359.24º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F5080B is Cyan = 0, Magento = 0.97, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 8 | 11 | - |
| CMYK | 0 | 0.97 | 0.96 | 0.04 |
| HSL | 359.24º | 0.94% | 0.5% | - |
| HSV(B) | 359.24º | 0.97% | 0.96% | - |
| XYZ | 37.8 | 19.61 | 2.11 | - |
| YUV | 79.21 | 89.52 | 246.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 8 | 11 | 0 | 0.97 | 0.96 | 0.04 | 359.24 | 0.94 | 0.5 |
| Hex | F5 | 8 | B | 0 | 61 | 60 | 4 | 167 | 5E | 32 |
| Octal | 365 | 10 | 13 | 0 | 141 | 140 | 4 | 547 | 136 | 62 |
| Binary | 11110101 | 1000 | 1011 | 0 | 1100001 | 1100000 | 100 | 101100111 | 1011110 | 110010 |
Color Harmonies of #F5080B
Complementary color
Monochromatic Colors of #F5080B
Black with #F5080B
Text Example
Text Example
White with #F5080B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5080B; }
p { color: rgb(245,8,11); }
H1.HeaderClassName
{
color: #F5080B;
}
.AnyTagClassName
{
color: #F5080B;
}
</style>
background-color css
<style>
a { background-color: #F5080B; }
a { background-color: rgb(245,8,11); }
div.DivClassName
{
background-color: #F5080B;
}
.BgClassName
{
background-color: #F5080B;
}
</style>
border-color css
<style>
span { border-color: #F5080B; }
span { border-color: rgb(245,8,11); }
td.TdClassName
{
border-color: #F5080B;
}
.TagClassName
{
border-color: #F5080B;
}
</style>