Shades of Torch Red #F5083E
Tints of Torch Red #F5083E
RGB
CMYK
RGB Variations
Color information
#F5083E (or 0xF5083E) is known color: Torch Red. HEX triplet: F5, 08 and 3E. RGB value is (245,8,62). Sum of RGB (Red+Green+Blue) = 245+8+62=315 (41% of max value = 765). Red value is 245 (96.09% from 255 or 77.78% from 315); Green value is 8 (3.52% from 255 or 2.54% from 315); Blue value is 62 (24.61% from 255 or 19.68% from 315); Max value from RGB is 245 - color contains mainly: red. Hex color #F5083E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5083E is #0AF7C1. Grayscale: #555555. Windows color (decimal): -718786 or 4065525. OLE color: 4065525.
HSL color Cylindrical-coordinate representation of color #F5083E: hue angle of 346.33º 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 #F5083E is Cyan = 0, Magento = 0.97, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 8 | 62 | - |
| CMYK | 0 | 0.97 | 0.75 | 0.04 |
| HSL | 346.33º | 0.94% | 0.5% | - |
| HSV(B) | 346.33º | 0.97% | 0.96% | - |
| XYZ | 38.61 | 19.93 | 6.37 | - |
| YUV | 85.02 | 115.02 | 242.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 8 | 62 | 0 | 0.97 | 0.75 | 0.04 | 346.33 | 0.94 | 0.5 |
| Hex | F5 | 8 | 3E | 0 | 61 | 4B | 4 | 15A | 5E | 32 |
| Octal | 365 | 10 | 76 | 0 | 141 | 113 | 4 | 532 | 136 | 62 |
| Binary | 11110101 | 1000 | 111110 | 0 | 1100001 | 1001011 | 100 | 101011010 | 1011110 | 110010 |
Color Harmonies of #F5083E
Complementary color
Monochromatic Colors of #F5083E
Black with #F5083E
Text Example
Text Example
White with #F5083E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5083E; }
p { color: rgb(245,8,62); }
H1.HeaderClassName
{
color: #F5083E;
}
.AnyTagClassName
{
color: #F5083E;
}
</style>
background-color css
<style>
a { background-color: #F5083E; }
a { background-color: rgb(245,8,62); }
div.DivClassName
{
background-color: #F5083E;
}
.BgClassName
{
background-color: #F5083E;
}
</style>
border-color css
<style>
span { border-color: #F5083E; }
span { border-color: rgb(245,8,62); }
td.TdClassName
{
border-color: #F5083E;
}
.TagClassName
{
border-color: #F5083E;
}
</style>