Shades of Torch Red #F5093D
Tints of Torch Red #F5093D
RGB
CMYK
RGB Variations
Color information
#F5093D (or 0xF5093D) is known color: Torch Red. HEX triplet: F5, 09 and 3D. RGB value is (245,9,61). Sum of RGB (Red+Green+Blue) = 245+9+61=315 (41% of max value = 765). Red value is 245 (96.09% from 255 or 77.78% from 315); Green value is 9 (3.91% from 255 or 2.86% from 315); Blue value is 61 (24.22% from 255 or 19.37% from 315); Max value from RGB is 245 - color contains mainly: red. Hex color #F5093D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5093D is #0AF6C2. Grayscale: #555555. Windows color (decimal): -718531 or 4000245. OLE color: 4000245.
HSL color Cylindrical-coordinate representation of color #F5093D: hue angle of 346.78º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F5093D is Cyan = 0, Magento = 0.96, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 9 | 61 | - |
| CMYK | 0 | 0.96 | 0.75 | 0.04 |
| HSL | 346.78º | 0.93% | 0.5% | - |
| HSV(B) | 346.78º | 0.96% | 0.96% | - |
| XYZ | 38.6 | 19.94 | 6.23 | - |
| YUV | 85.49 | 114.19 | 241.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 9 | 61 | 0 | 0.96 | 0.75 | 0.04 | 346.78 | 0.93 | 0.5 |
| Hex | F5 | 9 | 3D | 0 | 60 | 4B | 4 | 15B | 5D | 32 |
| Octal | 365 | 11 | 75 | 0 | 140 | 113 | 4 | 533 | 135 | 62 |
| Binary | 11110101 | 1001 | 111101 | 0 | 1100000 | 1001011 | 100 | 101011011 | 1011101 | 110010 |
Color Harmonies of #F5093D
Complementary color
Monochromatic Colors of #F5093D
Black with #F5093D
Text Example
Text Example
White with #F5093D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5093D; }
p { color: rgb(245,9,61); }
H1.HeaderClassName
{
color: #F5093D;
}
.AnyTagClassName
{
color: #F5093D;
}
</style>
background-color css
<style>
a { background-color: #F5093D; }
a { background-color: rgb(245,9,61); }
div.DivClassName
{
background-color: #F5093D;
}
.BgClassName
{
background-color: #F5093D;
}
</style>
border-color css
<style>
span { border-color: #F5093D; }
span { border-color: rgb(245,9,61); }
td.TdClassName
{
border-color: #F5093D;
}
.TagClassName
{
border-color: #F5093D;
}
</style>