Shades of Torch Red #F5101D
Tints of Torch Red #F5101D
RGB
CMYK
RGB Variations
Color information
#F5101D (or 0xF5101D) is known color: Torch Red. HEX triplet: F5, 10 and 1D. RGB value is (245,16,29). Sum of RGB (Red+Green+Blue) = 245+16+29=290 (38% of max value = 765). Red value is 245 (96.09% from 255 or 84.48% from 290); Green value is 16 (6.64% from 255 or 5.52% from 290); Blue value is 29 (11.72% from 255 or 10% from 290); Max value from RGB is 245 - color contains mainly: red. Hex color #F5101D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5101D is #0AEFE2. Grayscale: #565656. Windows color (decimal): -716771 or 1904885. OLE color: 1904885.
HSL color Cylindrical-coordinate representation of color #F5101D: hue angle of 356.59º 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 #F5101D is Cyan = 0, Magento = 0.93, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 16 | 29 | - |
| CMYK | 0 | 0.93 | 0.88 | 0.04 |
| HSL | 356.59º | 0.92% | 0.51% | - |
| HSV(B) | 356.59º | 0.93% | 0.96% | - |
| XYZ | 38.06 | 19.87 | 2.99 | - |
| YUV | 85.95 | 95.87 | 241.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 16 | 29 | 0 | 0.93 | 0.88 | 0.04 | 356.59 | 0.92 | 0.51 |
| Hex | F5 | 10 | 1D | 0 | 5D | 58 | 4 | 165 | 5C | 33 |
| Octal | 365 | 20 | 35 | 0 | 135 | 130 | 4 | 545 | 134 | 63 |
| Binary | 11110101 | 10000 | 11101 | 0 | 1011101 | 1011000 | 100 | 101100101 | 1011100 | 110011 |
Color Harmonies of #F5101D
Complementary color
Monochromatic Colors of #F5101D
Black with #F5101D
Text Example
Text Example
White with #F5101D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5101D; }
p { color: rgb(245,16,29); }
H1.HeaderClassName
{
color: #F5101D;
}
.AnyTagClassName
{
color: #F5101D;
}
</style>
background-color css
<style>
a { background-color: #F5101D; }
a { background-color: rgb(245,16,29); }
div.DivClassName
{
background-color: #F5101D;
}
.BgClassName
{
background-color: #F5101D;
}
</style>
border-color css
<style>
span { border-color: #F5101D; }
span { border-color: rgb(245,16,29); }
td.TdClassName
{
border-color: #F5101D;
}
.TagClassName
{
border-color: #F5101D;
}
</style>