Shades of Torch Red #FA1949
Tints of Torch Red #FA1949
RGB
CMYK
RGB Variations
Color information
#FA1949 (or 0xFA1949) is known color: Torch Red. HEX triplet: FA, 19 and 49. RGB value is (250,25,73). Sum of RGB (Red+Green+Blue) = 250+25+73=348 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.84% from 348); Green value is 25 (10.16% from 255 or 7.18% from 348); Blue value is 73 (28.91% from 255 or 20.98% from 348); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1949 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA1949 is #05E6B6. Grayscale: #616161. Windows color (decimal): -386743 or 4790778. OLE color: 4790778.
HSL color Cylindrical-coordinate representation of color #FA1949: hue angle of 347.2º 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 #FA1949 is Cyan = 0, Magento = 0.9, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 25 | 73 | - |
| CMYK | 0 | 0.9 | 0.71 | 0.02 |
| HSL | 347.2º | 0.96% | 0.54% | - |
| HSV(B) | 347.2º | 0.9% | 0.98% | - |
| XYZ | 40.97 | 21.5 | 8.29 | - |
| YUV | 97.75 | 114.04 | 236.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 25 | 73 | 0 | 0.9 | 0.71 | 0.02 | 347.2 | 0.96 | 0.54 |
| Hex | FA | 19 | 49 | 0 | 5A | 47 | 2 | 15B | 60 | 36 |
| Octal | 372 | 31 | 111 | 0 | 132 | 107 | 2 | 533 | 140 | 66 |
| Binary | 11111010 | 11001 | 1001001 | 0 | 1011010 | 1000111 | 10 | 101011011 | 1100000 | 110110 |
Color Harmonies of #FA1949
Complementary color
Monochromatic Colors of #FA1949
Black with #FA1949
Text Example
Text Example
White with #FA1949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1949; }
p { color: rgb(250,25,73); }
H1.HeaderClassName
{
color: #FA1949;
}
.AnyTagClassName
{
color: #FA1949;
}
</style>
background-color css
<style>
a { background-color: #FA1949; }
a { background-color: rgb(250,25,73); }
div.DivClassName
{
background-color: #FA1949;
}
.BgClassName
{
background-color: #FA1949;
}
</style>
border-color css
<style>
span { border-color: #FA1949; }
span { border-color: rgb(250,25,73); }
td.TdClassName
{
border-color: #FA1949;
}
.TagClassName
{
border-color: #FA1949;
}
</style>