Shades of Torch Red #F5101F
Tints of Torch Red #F5101F
RGB
CMYK
RGB Variations
Color information
#F5101F (or 0xF5101F) is known color: Torch Red. HEX triplet: F5, 10 and 1F. RGB value is (245,16,31). Sum of RGB (Red+Green+Blue) = 245+16+31=292 (38% of max value = 765). Red value is 245 (96.09% from 255 or 83.90% from 292); Green value is 16 (6.64% from 255 or 5.48% from 292); Blue value is 31 (12.5% from 255 or 10.62% from 292); Max value from RGB is 245 - color contains mainly: red. Hex color #F5101F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5101F is #0AEFE0. Grayscale: #565656. Windows color (decimal): -716769 or 2035957. OLE color: 2035957.
HSL color Cylindrical-coordinate representation of color #F5101F: hue angle of 356.07º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F5101F is Cyan = 0, Magento = 0.93, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 16 | 31 | - |
| CMYK | 0 | 0.93 | 0.87 | 0.04 |
| HSL | 356.07º | 0.92% | 0.51% | - |
| HSV(B) | 356.07º | 0.93% | 0.96% | - |
| XYZ | 38.09 | 19.88 | 3.13 | - |
| YUV | 86.18 | 96.87 | 241.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 16 | 31 | 0 | 0.93 | 0.87 | 0.04 | 356.07 | 0.92 | 0.51 |
| Hex | F5 | 10 | 1F | 0 | 5D | 57 | 4 | 164 | 5C | 33 |
| Octal | 365 | 20 | 37 | 0 | 135 | 127 | 4 | 544 | 134 | 63 |
| Binary | 11110101 | 10000 | 11111 | 0 | 1011101 | 1010111 | 100 | 101100100 | 1011100 | 110011 |
Color Harmonies of #F5101F
Complementary color
Monochromatic Colors of #F5101F
Black with #F5101F
Text Example
Text Example
White with #F5101F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5101F; }
p { color: rgb(245,16,31); }
H1.HeaderClassName
{
color: #F5101F;
}
.AnyTagClassName
{
color: #F5101F;
}
</style>
background-color css
<style>
a { background-color: #F5101F; }
a { background-color: rgb(245,16,31); }
div.DivClassName
{
background-color: #F5101F;
}
.BgClassName
{
background-color: #F5101F;
}
</style>
border-color css
<style>
span { border-color: #F5101F; }
span { border-color: rgb(245,16,31); }
td.TdClassName
{
border-color: #F5101F;
}
.TagClassName
{
border-color: #F5101F;
}
</style>