Shades of Torch Red #F5191B
Tints of Torch Red #F5191B
RGB
CMYK
RGB Variations
Color information
#F5191B (or 0xF5191B) is known color: Torch Red. HEX triplet: F5, 19 and 1B. RGB value is (245,25,27). Sum of RGB (Red+Green+Blue) = 245+25+27=297 (39% of max value = 765). Red value is 245 (96.09% from 255 or 82.49% from 297); Green value is 25 (10.16% from 255 or 8.42% from 297); Blue value is 27 (10.94% from 255 or 9.09% from 297); Max value from RGB is 245 - color contains mainly: red. Hex color #F5191B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5191B is #0AE6E4. Grayscale: #5B5B5B. Windows color (decimal): -714469 or 1776117. OLE color: 1776117.
HSL color Cylindrical-coordinate representation of color #F5191B: hue angle of 359.45º 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 #F5191B is Cyan = 0, Magento = 0.90, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 25 | 27 | - |
| CMYK | 0 | 0.90 | 0.89 | 0.04 |
| HSL | 359.45º | 0.92% | 0.53% | - |
| HSV(B) | 359.45º | 0.9% | 0.96% | - |
| XYZ | 38.2 | 20.19 | 2.92 | - |
| YUV | 91.01 | 91.89 | 237.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 25 | 27 | 0 | 0.90 | 0.89 | 0.04 | 359.45 | 0.92 | 0.53 |
| Hex | F5 | 19 | 1B | 0 | 5A | 59 | 4 | 167 | 5C | 35 |
| Octal | 365 | 31 | 33 | 0 | 132 | 131 | 4 | 547 | 134 | 65 |
| Binary | 11110101 | 11001 | 11011 | 0 | 1011010 | 1011001 | 100 | 101100111 | 1011100 | 110101 |
Color Harmonies of #F5191B
Complementary color
Monochromatic Colors of #F5191B
Black with #F5191B
Text Example
Text Example
White with #F5191B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5191B; }
p { color: rgb(245,25,27); }
H1.HeaderClassName
{
color: #F5191B;
}
.AnyTagClassName
{
color: #F5191B;
}
</style>
background-color css
<style>
a { background-color: #F5191B; }
a { background-color: rgb(245,25,27); }
div.DivClassName
{
background-color: #F5191B;
}
.BgClassName
{
background-color: #F5191B;
}
</style>
border-color css
<style>
span { border-color: #F5191B; }
span { border-color: rgb(245,25,27); }
td.TdClassName
{
border-color: #F5191B;
}
.TagClassName
{
border-color: #F5191B;
}
</style>