Shades of Torch Red #FA1340
Tints of Torch Red #FA1340
RGB
CMYK
RGB Variations
Color information
#FA1340 (or 0xFA1340) is known color: Torch Red. HEX triplet: FA, 13 and 40. RGB value is (250,19,64). Sum of RGB (Red+Green+Blue) = 250+19+64=333 (44% of max value = 765). Red value is 250 (98.05% from 255 or 75.08% from 333); Green value is 19 (7.81% from 255 or 5.71% from 333); Blue value is 64 (25.39% from 255 or 19.22% from 333); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1340 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA1340 is #05ECBF. Grayscale: #5D5D5D. Windows color (decimal): -388288 or 4199418. OLE color: 4199418.
HSL color Cylindrical-coordinate representation of color #FA1340: hue angle of 348.31º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FA1340 is Cyan = 0, Magento = 0.92, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 19 | 64 | - |
| CMYK | 0 | 0.92 | 0.74 | 0.02 |
| HSL | 348.31º | 0.96% | 0.53% | - |
| HSV(B) | 348.31º | 0.92% | 0.98% | - |
| XYZ | 40.58 | 21.16 | 6.8 | - |
| YUV | 93.2 | 111.53 | 239.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 19 | 64 | 0 | 0.92 | 0.74 | 0.02 | 348.31 | 0.96 | 0.53 |
| Hex | FA | 13 | 40 | 0 | 5C | 4A | 2 | 15C | 60 | 35 |
| Octal | 372 | 23 | 100 | 0 | 134 | 112 | 2 | 534 | 140 | 65 |
| Binary | 11111010 | 10011 | 1000000 | 0 | 1011100 | 1001010 | 10 | 101011100 | 1100000 | 110101 |
Color Harmonies of #FA1340
Complementary color
Monochromatic Colors of #FA1340
Black with #FA1340
Text Example
Text Example
White with #FA1340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1340; }
p { color: rgb(250,19,64); }
H1.HeaderClassName
{
color: #FA1340;
}
.AnyTagClassName
{
color: #FA1340;
}
</style>
background-color css
<style>
a { background-color: #FA1340; }
a { background-color: rgb(250,19,64); }
div.DivClassName
{
background-color: #FA1340;
}
.BgClassName
{
background-color: #FA1340;
}
</style>
border-color css
<style>
span { border-color: #FA1340; }
span { border-color: rgb(250,19,64); }
td.TdClassName
{
border-color: #FA1340;
}
.TagClassName
{
border-color: #FA1340;
}
</style>