Shades of Torch Red #F5142F
Tints of Torch Red #F5142F
RGB
CMYK
RGB Variations
Color information
#F5142F (or 0xF5142F) is known color: Torch Red. HEX triplet: F5, 14 and 2F. RGB value is (245,20,47). Sum of RGB (Red+Green+Blue) = 245+20+47=312 (41% of max value = 765). Red value is 245 (96.09% from 255 or 78.53% from 312); Green value is 20 (8.20% from 255 or 6.41% from 312); Blue value is 47 (18.75% from 255 or 15.06% from 312); Max value from RGB is 245 - color contains mainly: red. Hex color #F5142F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5142F is #0AEBD0. Grayscale: #5A5A5A. Windows color (decimal): -715729 or 3085557. OLE color: 3085557.
HSL color Cylindrical-coordinate representation of color #F5142F: hue angle of 352.8º 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 #F5142F is Cyan = 0, Magento = 0.92, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 20 | 47 | - |
| CMYK | 0 | 0.92 | 0.81 | 0.04 |
| HSL | 352.8º | 0.92% | 0.52% | - |
| HSV(B) | 352.8º | 0.92% | 0.96% | - |
| XYZ | 38.42 | 20.12 | 4.55 | - |
| YUV | 90.35 | 103.54 | 238.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 20 | 47 | 0 | 0.92 | 0.81 | 0.04 | 352.8 | 0.92 | 0.52 |
| Hex | F5 | 14 | 2F | 0 | 5C | 51 | 4 | 161 | 5C | 34 |
| Octal | 365 | 24 | 57 | 0 | 134 | 121 | 4 | 541 | 134 | 64 |
| Binary | 11110101 | 10100 | 101111 | 0 | 1011100 | 1010001 | 100 | 101100001 | 1011100 | 110100 |
Color Harmonies of #F5142F
Complementary color
Monochromatic Colors of #F5142F
Black with #F5142F
Text Example
Text Example
White with #F5142F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5142F; }
p { color: rgb(245,20,47); }
H1.HeaderClassName
{
color: #F5142F;
}
.AnyTagClassName
{
color: #F5142F;
}
</style>
background-color css
<style>
a { background-color: #F5142F; }
a { background-color: rgb(245,20,47); }
div.DivClassName
{
background-color: #F5142F;
}
.BgClassName
{
background-color: #F5142F;
}
</style>
border-color css
<style>
span { border-color: #F5142F; }
span { border-color: rgb(245,20,47); }
td.TdClassName
{
border-color: #F5142F;
}
.TagClassName
{
border-color: #F5142F;
}
</style>