Shades of Torch Red #F5082D
Tints of Torch Red #F5082D
RGB
CMYK
RGB Variations
Color information
#F5082D (or 0xF5082D) is known color: Torch Red. HEX triplet: F5, 08 and 2D. RGB value is (245,8,45). Sum of RGB (Red+Green+Blue) = 245+8+45=298 (39% of max value = 765). Red value is 245 (96.09% from 255 or 82.21% from 298); Green value is 8 (3.52% from 255 or 2.68% from 298); Blue value is 45 (17.97% from 255 or 15.10% from 298); Max value from RGB is 245 - color contains mainly: red. Hex color #F5082D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5082D is #0AF7D2. Grayscale: #535353. Windows color (decimal): -718803 or 2951413. OLE color: 2951413.
HSL color Cylindrical-coordinate representation of color #F5082D: hue angle of 350.63º 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 #F5082D is Cyan = 0, Magento = 0.97, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 8 | 45 | - |
| CMYK | 0 | 0.97 | 0.82 | 0.04 |
| HSL | 350.63º | 0.94% | 0.5% | - |
| HSV(B) | 350.63º | 0.97% | 0.96% | - |
| XYZ | 38.22 | 19.78 | 4.29 | - |
| YUV | 83.08 | 106.52 | 243.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 8 | 45 | 0 | 0.97 | 0.82 | 0.04 | 350.63 | 0.94 | 0.5 |
| Hex | F5 | 8 | 2D | 0 | 61 | 52 | 4 | 15F | 5E | 32 |
| Octal | 365 | 10 | 55 | 0 | 141 | 122 | 4 | 537 | 136 | 62 |
| Binary | 11110101 | 1000 | 101101 | 0 | 1100001 | 1010010 | 100 | 101011111 | 1011110 | 110010 |
Color Harmonies of #F5082D
Complementary color
Monochromatic Colors of #F5082D
Black with #F5082D
Text Example
Text Example
White with #F5082D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5082D; }
p { color: rgb(245,8,45); }
H1.HeaderClassName
{
color: #F5082D;
}
.AnyTagClassName
{
color: #F5082D;
}
</style>
background-color css
<style>
a { background-color: #F5082D; }
a { background-color: rgb(245,8,45); }
div.DivClassName
{
background-color: #F5082D;
}
.BgClassName
{
background-color: #F5082D;
}
</style>
border-color css
<style>
span { border-color: #F5082D; }
span { border-color: rgb(245,8,45); }
td.TdClassName
{
border-color: #F5082D;
}
.TagClassName
{
border-color: #F5082D;
}
</style>