Shades of Torch Red #F5083D
Tints of Torch Red #F5083D
RGB
CMYK
RGB Variations
Color information
#F5083D (or 0xF5083D) is known color: Torch Red. HEX triplet: F5, 08 and 3D. RGB value is (245,8,61). Sum of RGB (Red+Green+Blue) = 245+8+61=314 (41% of max value = 765). Red value is 245 (96.09% from 255 or 78.03% from 314); Green value is 8 (3.52% from 255 or 2.55% from 314); Blue value is 61 (24.22% from 255 or 19.43% from 314); Max value from RGB is 245 - color contains mainly: red. Hex color #F5083D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5083D is #0AF7C2. Grayscale: #545454. Windows color (decimal): -718787 or 3999989. OLE color: 3999989.
HSL color Cylindrical-coordinate representation of color #F5083D: hue angle of 346.58º 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 #F5083D is Cyan = 0, Magento = 0.97, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 8 | 61 | - |
| CMYK | 0 | 0.97 | 0.75 | 0.04 |
| HSL | 346.58º | 0.94% | 0.5% | - |
| HSV(B) | 346.58º | 0.97% | 0.96% | - |
| XYZ | 38.59 | 19.92 | 6.23 | - |
| YUV | 84.91 | 114.52 | 242.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 8 | 61 | 0 | 0.97 | 0.75 | 0.04 | 346.58 | 0.94 | 0.5 |
| Hex | F5 | 8 | 3D | 0 | 61 | 4B | 4 | 15B | 5E | 32 |
| Octal | 365 | 10 | 75 | 0 | 141 | 113 | 4 | 533 | 136 | 62 |
| Binary | 11110101 | 1000 | 111101 | 0 | 1100001 | 1001011 | 100 | 101011011 | 1011110 | 110010 |
Color Harmonies of #F5083D
Complementary color
Monochromatic Colors of #F5083D
Black with #F5083D
Text Example
Text Example
White with #F5083D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5083D; }
p { color: rgb(245,8,61); }
H1.HeaderClassName
{
color: #F5083D;
}
.AnyTagClassName
{
color: #F5083D;
}
</style>
background-color css
<style>
a { background-color: #F5083D; }
a { background-color: rgb(245,8,61); }
div.DivClassName
{
background-color: #F5083D;
}
.BgClassName
{
background-color: #F5083D;
}
</style>
border-color css
<style>
span { border-color: #F5083D; }
span { border-color: rgb(245,8,61); }
td.TdClassName
{
border-color: #F5083D;
}
.TagClassName
{
border-color: #F5083D;
}
</style>