Shades of Torch Red #FA1431
Tints of Torch Red #FA1431
RGB
CMYK
RGB Variations
Color information
#FA1431 (or 0xFA1431) is known color: Torch Red. HEX triplet: FA, 14 and 31. RGB value is (250,20,49). Sum of RGB (Red+Green+Blue) = 250+20+49=319 (42% of max value = 765). Red value is 250 (98.05% from 255 or 78.37% from 319); Green value is 20 (8.20% from 255 or 6.27% from 319); Blue value is 49 (19.53% from 255 or 15.36% from 319); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1431 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA1431 is #05EBCE. Grayscale: #5C5C5C. Windows color (decimal): -388047 or 3216634. OLE color: 3216634.
HSL color Cylindrical-coordinate representation of color #FA1431: hue angle of 352.43º 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 #FA1431 is Cyan = 0, Magento = 0.92, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 20 | 49 | - |
| CMYK | 0 | 0.92 | 0.80 | 0.02 |
| HSL | 352.43º | 0.96% | 0.53% | - |
| HSV(B) | 352.43º | 0.92% | 0.98% | - |
| XYZ | 40.23 | 21.05 | 4.85 | - |
| YUV | 92.08 | 103.7 | 240.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 20 | 49 | 0 | 0.92 | 0.80 | 0.02 | 352.43 | 0.96 | 0.53 |
| Hex | FA | 14 | 31 | 0 | 5C | 50 | 2 | 160 | 60 | 35 |
| Octal | 372 | 24 | 61 | 0 | 134 | 120 | 2 | 540 | 140 | 65 |
| Binary | 11111010 | 10100 | 110001 | 0 | 1011100 | 1010000 | 10 | 101100000 | 1100000 | 110101 |
Color Harmonies of #FA1431
Complementary color
Monochromatic Colors of #FA1431
Black with #FA1431
Text Example
Text Example
White with #FA1431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1431; }
p { color: rgb(250,20,49); }
H1.HeaderClassName
{
color: #FA1431;
}
.AnyTagClassName
{
color: #FA1431;
}
</style>
background-color css
<style>
a { background-color: #FA1431; }
a { background-color: rgb(250,20,49); }
div.DivClassName
{
background-color: #FA1431;
}
.BgClassName
{
background-color: #FA1431;
}
</style>
border-color css
<style>
span { border-color: #FA1431; }
span { border-color: rgb(250,20,49); }
td.TdClassName
{
border-color: #FA1431;
}
.TagClassName
{
border-color: #FA1431;
}
</style>