Shades of Torch Red #FA1940
Tints of Torch Red #FA1940
RGB
CMYK
RGB Variations
Color information
#FA1940 (or 0xFA1940) is known color: Torch Red. HEX triplet: FA, 19 and 40. RGB value is (250,25,64). Sum of RGB (Red+Green+Blue) = 250+25+64=339 (44% of max value = 765). Red value is 250 (98.05% from 255 or 73.75% from 339); Green value is 25 (10.16% from 255 or 7.37% from 339); Blue value is 64 (25.39% from 255 or 18.88% from 339); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1940 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA1940 is #05E6BF. Grayscale: #606060. Windows color (decimal): -386752 or 4200954. OLE color: 4200954.
HSL color Cylindrical-coordinate representation of color #FA1940: hue angle of 349.6º 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 #FA1940 is Cyan = 0, Magento = 0.9, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 25 | 64 | - |
| CMYK | 0 | 0.9 | 0.74 | 0.02 |
| HSL | 349.6º | 0.96% | 0.54% | - |
| HSV(B) | 349.6º | 0.9% | 0.98% | - |
| XYZ | 40.7 | 21.39 | 6.83 | - |
| YUV | 96.72 | 109.54 | 237.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 25 | 64 | 0 | 0.9 | 0.74 | 0.02 | 349.6 | 0.96 | 0.54 |
| Hex | FA | 19 | 40 | 0 | 5A | 4A | 2 | 15E | 60 | 36 |
| Octal | 372 | 31 | 100 | 0 | 132 | 112 | 2 | 536 | 140 | 66 |
| Binary | 11111010 | 11001 | 1000000 | 0 | 1011010 | 1001010 | 10 | 101011110 | 1100000 | 110110 |
Color Harmonies of #FA1940
Complementary color
Monochromatic Colors of #FA1940
Black with #FA1940
Text Example
Text Example
White with #FA1940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1940; }
p { color: rgb(250,25,64); }
H1.HeaderClassName
{
color: #FA1940;
}
.AnyTagClassName
{
color: #FA1940;
}
</style>
background-color css
<style>
a { background-color: #FA1940; }
a { background-color: rgb(250,25,64); }
div.DivClassName
{
background-color: #FA1940;
}
.BgClassName
{
background-color: #FA1940;
}
</style>
border-color css
<style>
span { border-color: #FA1940; }
span { border-color: rgb(250,25,64); }
td.TdClassName
{
border-color: #FA1940;
}
.TagClassName
{
border-color: #FA1940;
}
</style>