Shades of Torch Red #F5141B
Tints of Torch Red #F5141B
RGB
CMYK
RGB Variations
Color information
#F5141B (or 0xF5141B) is known color: Torch Red. HEX triplet: F5, 14 and 1B. RGB value is (245,20,27). Sum of RGB (Red+Green+Blue) = 245+20+27=292 (38% of max value = 765). Red value is 245 (96.09% from 255 or 83.90% from 292); Green value is 20 (8.20% from 255 or 6.85% from 292); Blue value is 27 (10.94% from 255 or 9.25% from 292); Max value from RGB is 245 - color contains mainly: red. Hex color #F5141B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5141B is #0AEBE4. Grayscale: #585858. Windows color (decimal): -715749 or 1774837. OLE color: 1774837.
HSL color Cylindrical-coordinate representation of color #F5141B: hue angle of 358.13º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F5141B is Cyan = 0, Magento = 0.92, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 20 | 27 | - |
| CMYK | 0 | 0.92 | 0.89 | 0.04 |
| HSL | 358.13º | 0.92% | 0.52% | - |
| HSV(B) | 358.13º | 0.92% | 0.96% | - |
| XYZ | 38.1 | 19.99 | 2.89 | - |
| YUV | 88.07 | 93.54 | 239.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 20 | 27 | 0 | 0.92 | 0.89 | 0.04 | 358.13 | 0.92 | 0.52 |
| Hex | F5 | 14 | 1B | 0 | 5C | 59 | 4 | 166 | 5C | 34 |
| Octal | 365 | 24 | 33 | 0 | 134 | 131 | 4 | 546 | 134 | 64 |
| Binary | 11110101 | 10100 | 11011 | 0 | 1011100 | 1011001 | 100 | 101100110 | 1011100 | 110100 |
Color Harmonies of #F5141B
Complementary color
Monochromatic Colors of #F5141B
Black with #F5141B
Text Example
Text Example
White with #F5141B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5141B; }
p { color: rgb(245,20,27); }
H1.HeaderClassName
{
color: #F5141B;
}
.AnyTagClassName
{
color: #F5141B;
}
</style>
background-color css
<style>
a { background-color: #F5141B; }
a { background-color: rgb(245,20,27); }
div.DivClassName
{
background-color: #F5141B;
}
.BgClassName
{
background-color: #F5141B;
}
</style>
border-color css
<style>
span { border-color: #F5141B; }
span { border-color: rgb(245,20,27); }
td.TdClassName
{
border-color: #F5141B;
}
.TagClassName
{
border-color: #F5141B;
}
</style>