Shades of Torch Red #FA191F
Tints of Torch Red #FA191F
RGB
CMYK
RGB Variations
Color information
#FA191F (or 0xFA191F) is known color: Torch Red. HEX triplet: FA, 19 and 1F. RGB value is (250,25,31). Sum of RGB (Red+Green+Blue) = 250+25+31=306 (40% of max value = 765). Red value is 250 (98.05% from 255 or 81.70% from 306); Green value is 25 (10.16% from 255 or 8.17% from 306); Blue value is 31 (12.5% from 255 or 10.13% from 306); Max value from RGB is 250 - color contains mainly: red. Hex color #FA191F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA191F is #05E6E0. Grayscale: #5D5D5D. Windows color (decimal): -386785 or 2038266. OLE color: 2038266.
HSL color Cylindrical-coordinate representation of color #FA191F: hue angle of 358.4º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FA191F is Cyan = 0, Magento = 0.9, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 25 | 31 | - |
| CMYK | 0 | 0.9 | 0.88 | 0.02 |
| HSL | 358.4º | 0.96% | 0.54% | - |
| HSV(B) | 358.4º | 0.9% | 0.98% | - |
| XYZ | 40.02 | 21.12 | 3.26 | - |
| YUV | 92.96 | 93.04 | 240.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 25 | 31 | 0 | 0.9 | 0.88 | 0.02 | 358.4 | 0.96 | 0.54 |
| Hex | FA | 19 | 1F | 0 | 5A | 58 | 2 | 166 | 60 | 36 |
| Octal | 372 | 31 | 37 | 0 | 132 | 130 | 2 | 546 | 140 | 66 |
| Binary | 11111010 | 11001 | 11111 | 0 | 1011010 | 1011000 | 10 | 101100110 | 1100000 | 110110 |
Color Harmonies of #FA191F
Complementary color
Monochromatic Colors of #FA191F
Black with #FA191F
Text Example
Text Example
White with #FA191F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA191F; }
p { color: rgb(250,25,31); }
H1.HeaderClassName
{
color: #FA191F;
}
.AnyTagClassName
{
color: #FA191F;
}
</style>
background-color css
<style>
a { background-color: #FA191F; }
a { background-color: rgb(250,25,31); }
div.DivClassName
{
background-color: #FA191F;
}
.BgClassName
{
background-color: #FA191F;
}
</style>
border-color css
<style>
span { border-color: #FA191F; }
span { border-color: rgb(250,25,31); }
td.TdClassName
{
border-color: #FA191F;
}
.TagClassName
{
border-color: #FA191F;
}
</style>