Shades of Torch Red #F5080D
Tints of Torch Red #F5080D
RGB
CMYK
RGB Variations
Color information
#F5080D (or 0xF5080D) is known color: Torch Red. HEX triplet: F5, 08 and 0D. RGB value is (245,8,13). Sum of RGB (Red+Green+Blue) = 245+8+13=266 (35% of max value = 765). Red value is 245 (96.09% from 255 or 92.11% from 266); Green value is 8 (3.52% from 255 or 3.01% from 266); Blue value is 13 (5.47% from 255 or 4.89% from 266); Max value from RGB is 245 - color contains mainly: red. Hex color #F5080D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F5080D is #0AF7F2. Grayscale: #4F4F4F. Windows color (decimal): -718835 or 854261. OLE color: 854261.
HSL color Cylindrical-coordinate representation of color #F5080D: hue angle of 358.73º 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 #F5080D is Cyan = 0, Magento = 0.97, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 8 | 13 | - |
| CMYK | 0 | 0.97 | 0.95 | 0.04 |
| HSL | 358.73º | 0.94% | 0.5% | - |
| HSV(B) | 358.73º | 0.97% | 0.96% | - |
| XYZ | 37.82 | 19.62 | 2.17 | - |
| YUV | 79.43 | 90.52 | 246.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 8 | 13 | 0 | 0.97 | 0.95 | 0.04 | 358.73 | 0.94 | 0.5 |
| Hex | F5 | 8 | D | 0 | 61 | 5F | 4 | 167 | 5E | 32 |
| Octal | 365 | 10 | 15 | 0 | 141 | 137 | 4 | 547 | 136 | 62 |
| Binary | 11110101 | 1000 | 1101 | 0 | 1100001 | 1011111 | 100 | 101100111 | 1011110 | 110010 |
Color Harmonies of #F5080D
Complementary color
Monochromatic Colors of #F5080D
Black with #F5080D
Text Example
Text Example
White with #F5080D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5080D; }
p { color: rgb(245,8,13); }
H1.HeaderClassName
{
color: #F5080D;
}
.AnyTagClassName
{
color: #F5080D;
}
</style>
background-color css
<style>
a { background-color: #F5080D; }
a { background-color: rgb(245,8,13); }
div.DivClassName
{
background-color: #F5080D;
}
.BgClassName
{
background-color: #F5080D;
}
</style>
border-color css
<style>
span { border-color: #F5080D; }
span { border-color: rgb(245,8,13); }
td.TdClassName
{
border-color: #F5080D;
}
.TagClassName
{
border-color: #F5080D;
}
</style>