Shades of Torch Red #F5193D
Tints of Torch Red #F5193D
RGB
CMYK
RGB Variations
Color information
#F5193D (or 0xF5193D) is known color: Torch Red. HEX triplet: F5, 19 and 3D. RGB value is (245,25,61). Sum of RGB (Red+Green+Blue) = 245+25+61=331 (43% of max value = 765). Red value is 245 (96.09% from 255 or 74.02% from 331); Green value is 25 (10.16% from 255 or 7.55% from 331); Blue value is 61 (24.22% from 255 or 18.43% from 331); Max value from RGB is 245 - color contains mainly: red. Hex color #F5193D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5193D is #0AE6C2. Grayscale: #5E5E5E. Windows color (decimal): -714435 or 4004341. OLE color: 4004341.
HSL color Cylindrical-coordinate representation of color #F5193D: hue angle of 350.18º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F5193D is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 25 | 61 | - |
| CMYK | 0 | 0.90 | 0.75 | 0.04 |
| HSL | 350.18º | 0.92% | 0.53% | - |
| HSV(B) | 350.18º | 0.9% | 0.96% | - |
| XYZ | 38.85 | 20.44 | 6.31 | - |
| YUV | 94.88 | 108.89 | 235.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 25 | 61 | 0 | 0.90 | 0.75 | 0.04 | 350.18 | 0.92 | 0.53 |
| Hex | F5 | 19 | 3D | 0 | 5A | 4B | 4 | 15E | 5C | 35 |
| Octal | 365 | 31 | 75 | 0 | 132 | 113 | 4 | 536 | 134 | 65 |
| Binary | 11110101 | 11001 | 111101 | 0 | 1011010 | 1001011 | 100 | 101011110 | 1011100 | 110101 |
Color Harmonies of #F5193D
Complementary color
Monochromatic Colors of #F5193D
Black with #F5193D
Text Example
Text Example
White with #F5193D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5193D; }
p { color: rgb(245,25,61); }
H1.HeaderClassName
{
color: #F5193D;
}
.AnyTagClassName
{
color: #F5193D;
}
</style>
background-color css
<style>
a { background-color: #F5193D; }
a { background-color: rgb(245,25,61); }
div.DivClassName
{
background-color: #F5193D;
}
.BgClassName
{
background-color: #F5193D;
}
</style>
border-color css
<style>
span { border-color: #F5193D; }
span { border-color: rgb(245,25,61); }
td.TdClassName
{
border-color: #F5193D;
}
.TagClassName
{
border-color: #F5193D;
}
</style>