Shades of Torch Red #F5101B
Tints of Torch Red #F5101B
RGB
CMYK
RGB Variations
Color information
#F5101B (or 0xF5101B) is known color: Torch Red. HEX triplet: F5, 10 and 1B. RGB value is (245,16,27). Sum of RGB (Red+Green+Blue) = 245+16+27=288 (38% of max value = 765). Red value is 245 (96.09% from 255 or 85.07% from 288); Green value is 16 (6.64% from 255 or 5.56% from 288); Blue value is 27 (10.94% from 255 or 9.38% from 288); Max value from RGB is 245 - color contains mainly: red. Hex color #F5101B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5101B is #0AEFE4. Grayscale: #555555. Windows color (decimal): -716773 or 1773813. OLE color: 1773813.
HSL color Cylindrical-coordinate representation of color #F5101B: hue angle of 357.12º 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 #F5101B is Cyan = 0, Magento = 0.93, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 16 | 27 | - |
| CMYK | 0 | 0.93 | 0.89 | 0.04 |
| HSL | 357.12º | 0.92% | 0.51% | - |
| HSV(B) | 357.12º | 0.93% | 0.96% | - |
| XYZ | 38.04 | 19.86 | 2.87 | - |
| YUV | 85.73 | 94.87 | 241.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 16 | 27 | 0 | 0.93 | 0.89 | 0.04 | 357.12 | 0.92 | 0.51 |
| Hex | F5 | 10 | 1B | 0 | 5D | 59 | 4 | 165 | 5C | 33 |
| Octal | 365 | 20 | 33 | 0 | 135 | 131 | 4 | 545 | 134 | 63 |
| Binary | 11110101 | 10000 | 11011 | 0 | 1011101 | 1011001 | 100 | 101100101 | 1011100 | 110011 |
Color Harmonies of #F5101B
Complementary color
Monochromatic Colors of #F5101B
Black with #F5101B
Text Example
Text Example
White with #F5101B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5101B; }
p { color: rgb(245,16,27); }
H1.HeaderClassName
{
color: #F5101B;
}
.AnyTagClassName
{
color: #F5101B;
}
</style>
background-color css
<style>
a { background-color: #F5101B; }
a { background-color: rgb(245,16,27); }
div.DivClassName
{
background-color: #F5101B;
}
.BgClassName
{
background-color: #F5101B;
}
</style>
border-color css
<style>
span { border-color: #F5101B; }
span { border-color: rgb(245,16,27); }
td.TdClassName
{
border-color: #F5101B;
}
.TagClassName
{
border-color: #F5101B;
}
</style>