Shades of Torch Red #FA162F
Tints of Torch Red #FA162F
RGB
CMYK
RGB Variations
Color information
#FA162F (or 0xFA162F) is known color: Torch Red. HEX triplet: FA, 16 and 2F. RGB value is (250,22,47). Sum of RGB (Red+Green+Blue) = 250+22+47=319 (42% of max value = 765). Red value is 250 (98.05% from 255 or 78.37% from 319); Green value is 22 (8.98% from 255 or 6.90% from 319); Blue value is 47 (18.75% from 255 or 14.73% from 319); Max value from RGB is 250 - color contains mainly: red. Hex color #FA162F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA162F is #05E9D0. Grayscale: #5D5D5D. Windows color (decimal): -387537 or 3086074. OLE color: 3086074.
HSL color Cylindrical-coordinate representation of color #FA162F: hue angle of 353.42º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FA162F is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 22 | 47 | - |
| CMYK | 0 | 0.91 | 0.81 | 0.02 |
| HSL | 353.42º | 0.96% | 0.53% | - |
| HSV(B) | 353.42º | 0.91% | 0.98% | - |
| XYZ | 40.22 | 21.1 | 4.64 | - |
| YUV | 93.02 | 102.04 | 239.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 22 | 47 | 0 | 0.91 | 0.81 | 0.02 | 353.42 | 0.96 | 0.53 |
| Hex | FA | 16 | 2F | 0 | 5B | 51 | 2 | 161 | 60 | 35 |
| Octal | 372 | 26 | 57 | 0 | 133 | 121 | 2 | 541 | 140 | 65 |
| Binary | 11111010 | 10110 | 101111 | 0 | 1011011 | 1010001 | 10 | 101100001 | 1100000 | 110101 |
Color Harmonies of #FA162F
Complementary color
Monochromatic Colors of #FA162F
Black with #FA162F
Text Example
Text Example
White with #FA162F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA162F; }
p { color: rgb(250,22,47); }
H1.HeaderClassName
{
color: #FA162F;
}
.AnyTagClassName
{
color: #FA162F;
}
</style>
background-color css
<style>
a { background-color: #FA162F; }
a { background-color: rgb(250,22,47); }
div.DivClassName
{
background-color: #FA162F;
}
.BgClassName
{
background-color: #FA162F;
}
</style>
border-color css
<style>
span { border-color: #FA162F; }
span { border-color: rgb(250,22,47); }
td.TdClassName
{
border-color: #FA162F;
}
.TagClassName
{
border-color: #FA162F;
}
</style>