Shades of Torch Red #F5082B
Tints of Torch Red #F5082B
RGB
CMYK
RGB Variations
Color information
#F5082B (or 0xF5082B) is known color: Torch Red. HEX triplet: F5, 08 and 2B. RGB value is (245,8,43). Sum of RGB (Red+Green+Blue) = 245+8+43=296 (39% of max value = 765). Red value is 245 (96.09% from 255 or 82.77% from 296); Green value is 8 (3.52% from 255 or 2.70% from 296); Blue value is 43 (17.19% from 255 or 14.53% from 296); Max value from RGB is 245 - color contains mainly: red. Hex color #F5082B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5082B is #0AF7D4. Grayscale: #525252. Windows color (decimal): -718805 or 2820341. OLE color: 2820341.
HSL color Cylindrical-coordinate representation of color #F5082B: hue angle of 351.14º 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 #F5082B is Cyan = 0, Magento = 0.97, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 8 | 43 | - |
| CMYK | 0 | 0.97 | 0.82 | 0.04 |
| HSL | 351.14º | 0.94% | 0.5% | - |
| HSV(B) | 351.14º | 0.97% | 0.96% | - |
| XYZ | 38.18 | 19.76 | 4.09 | - |
| YUV | 82.85 | 105.52 | 243.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 8 | 43 | 0 | 0.97 | 0.82 | 0.04 | 351.14 | 0.94 | 0.5 |
| Hex | F5 | 8 | 2B | 0 | 61 | 52 | 4 | 15F | 5E | 32 |
| Octal | 365 | 10 | 53 | 0 | 141 | 122 | 4 | 537 | 136 | 62 |
| Binary | 11110101 | 1000 | 101011 | 0 | 1100001 | 1010010 | 100 | 101011111 | 1011110 | 110010 |
Color Harmonies of #F5082B
Complementary color
Monochromatic Colors of #F5082B
Black with #F5082B
Text Example
Text Example
White with #F5082B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5082B; }
p { color: rgb(245,8,43); }
H1.HeaderClassName
{
color: #F5082B;
}
.AnyTagClassName
{
color: #F5082B;
}
</style>
background-color css
<style>
a { background-color: #F5082B; }
a { background-color: rgb(245,8,43); }
div.DivClassName
{
background-color: #F5082B;
}
.BgClassName
{
background-color: #F5082B;
}
</style>
border-color css
<style>
span { border-color: #F5082B; }
span { border-color: rgb(245,8,43); }
td.TdClassName
{
border-color: #F5082B;
}
.TagClassName
{
border-color: #F5082B;
}
</style>