Shades of Torch Red #FA192F
Tints of Torch Red #FA192F
RGB
CMYK
RGB Variations
Color information
#FA192F (or 0xFA192F) is known color: Torch Red. HEX triplet: FA, 19 and 2F. RGB value is (250,25,47). Sum of RGB (Red+Green+Blue) = 250+25+47=322 (42% of max value = 765). Red value is 250 (98.05% from 255 or 77.64% from 322); Green value is 25 (10.16% from 255 or 7.76% from 322); Blue value is 47 (18.75% from 255 or 14.60% from 322); Max value from RGB is 250 - color contains mainly: red. Hex color #FA192F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA192F is #05E6D0. Grayscale: #5E5E5E. Windows color (decimal): -386769 or 3086842. OLE color: 3086842.
HSL color Cylindrical-coordinate representation of color #FA192F: hue angle of 354.13º 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 #FA192F is Cyan = 0, Magento = 0.9, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 25 | 47 | - |
| CMYK | 0 | 0.9 | 0.81 | 0.02 |
| HSL | 354.13º | 0.96% | 0.54% | - |
| HSV(B) | 354.13º | 0.9% | 0.98% | - |
| XYZ | 40.29 | 21.22 | 4.66 | - |
| YUV | 94.78 | 101.04 | 238.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 25 | 47 | 0 | 0.9 | 0.81 | 0.02 | 354.13 | 0.96 | 0.54 |
| Hex | FA | 19 | 2F | 0 | 5A | 51 | 2 | 162 | 60 | 36 |
| Octal | 372 | 31 | 57 | 0 | 132 | 121 | 2 | 542 | 140 | 66 |
| Binary | 11111010 | 11001 | 101111 | 0 | 1011010 | 1010001 | 10 | 101100010 | 1100000 | 110110 |
Color Harmonies of #FA192F
Complementary color
Monochromatic Colors of #FA192F
Black with #FA192F
Text Example
Text Example
White with #FA192F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA192F; }
p { color: rgb(250,25,47); }
H1.HeaderClassName
{
color: #FA192F;
}
.AnyTagClassName
{
color: #FA192F;
}
</style>
background-color css
<style>
a { background-color: #FA192F; }
a { background-color: rgb(250,25,47); }
div.DivClassName
{
background-color: #FA192F;
}
.BgClassName
{
background-color: #FA192F;
}
</style>
border-color css
<style>
span { border-color: #FA192F; }
span { border-color: rgb(250,25,47); }
td.TdClassName
{
border-color: #FA192F;
}
.TagClassName
{
border-color: #FA192F;
}
</style>