Shades of Torch Red #F5083C
Tints of Torch Red #F5083C
RGB
CMYK
RGB Variations
Color information
#F5083C (or 0xF5083C) is known color: Torch Red. HEX triplet: F5, 08 and 3C. RGB value is (245,8,60). Sum of RGB (Red+Green+Blue) = 245+8+60=313 (41% of max value = 765). Red value is 245 (96.09% from 255 or 78.27% from 313); Green value is 8 (3.52% from 255 or 2.56% from 313); Blue value is 60 (23.83% from 255 or 19.17% from 313); Max value from RGB is 245 - color contains mainly: red. Hex color #F5083C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5083C is #0AF7C3. Grayscale: #545454. Windows color (decimal): -718788 or 3934453. OLE color: 3934453.
HSL color Cylindrical-coordinate representation of color #F5083C: hue angle of 346.84º 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 #F5083C is Cyan = 0, Magento = 0.97, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 8 | 60 | - |
| CMYK | 0 | 0.97 | 0.76 | 0.04 |
| HSL | 346.84º | 0.94% | 0.5% | - |
| HSV(B) | 346.84º | 0.97% | 0.96% | - |
| XYZ | 38.56 | 19.91 | 6.09 | - |
| YUV | 84.79 | 114.02 | 242.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 8 | 60 | 0 | 0.97 | 0.76 | 0.04 | 346.84 | 0.94 | 0.5 |
| Hex | F5 | 8 | 3C | 0 | 61 | 4C | 4 | 15B | 5E | 32 |
| Octal | 365 | 10 | 74 | 0 | 141 | 114 | 4 | 533 | 136 | 62 |
| Binary | 11110101 | 1000 | 111100 | 0 | 1100001 | 1001100 | 100 | 101011011 | 1011110 | 110010 |
Color Harmonies of #F5083C
Complementary color
Monochromatic Colors of #F5083C
Black with #F5083C
Text Example
Text Example
White with #F5083C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5083C; }
p { color: rgb(245,8,60); }
H1.HeaderClassName
{
color: #F5083C;
}
.AnyTagClassName
{
color: #F5083C;
}
</style>
background-color css
<style>
a { background-color: #F5083C; }
a { background-color: rgb(245,8,60); }
div.DivClassName
{
background-color: #F5083C;
}
.BgClassName
{
background-color: #F5083C;
}
</style>
border-color css
<style>
span { border-color: #F5083C; }
span { border-color: rgb(245,8,60); }
td.TdClassName
{
border-color: #F5083C;
}
.TagClassName
{
border-color: #F5083C;
}
</style>