Shades of Torch Red #FA1516
Tints of Torch Red #FA1516
RGB
CMYK
RGB Variations
Color information
#FA1516 (or 0xFA1516) is known color: Torch Red. HEX triplet: FA, 15 and 16. RGB value is (250,21,22). Sum of RGB (Red+Green+Blue) = 250+21+22=293 (38% of max value = 765). Red value is 250 (98.05% from 255 or 85.32% from 293); Green value is 21 (8.59% from 255 or 7.17% from 293); Blue value is 22 (8.98% from 255 or 7.51% from 293); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1516 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA1516 is #05EAE9. Grayscale: #595959. Windows color (decimal): -387818 or 1447418. OLE color: 1447418.
HSL color Cylindrical-coordinate representation of color #FA1516: hue angle of 359.74º 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 #FA1516 is Cyan = 0, Magento = 0.92, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 21 | 22 | - |
| CMYK | 0 | 0.92 | 0.91 | 0.02 |
| HSL | 359.74º | 0.96% | 0.53% | - |
| HSV(B) | 359.74º | 0.92% | 0.98% | - |
| XYZ | 39.84 | 20.92 | 2.7 | - |
| YUV | 89.59 | 89.87 | 242.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 21 | 22 | 0 | 0.92 | 0.91 | 0.02 | 359.74 | 0.96 | 0.53 |
| Hex | FA | 15 | 16 | 0 | 5C | 5B | 2 | 168 | 60 | 35 |
| Octal | 372 | 25 | 26 | 0 | 134 | 133 | 2 | 550 | 140 | 65 |
| Binary | 11111010 | 10101 | 10110 | 0 | 1011100 | 1011011 | 10 | 101101000 | 1100000 | 110101 |
Color Harmonies of #FA1516
Complementary color
Monochromatic Colors of #FA1516
Black with #FA1516
Text Example
Text Example
White with #FA1516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1516; }
p { color: rgb(250,21,22); }
H1.HeaderClassName
{
color: #FA1516;
}
.AnyTagClassName
{
color: #FA1516;
}
</style>
background-color css
<style>
a { background-color: #FA1516; }
a { background-color: rgb(250,21,22); }
div.DivClassName
{
background-color: #FA1516;
}
.BgClassName
{
background-color: #FA1516;
}
</style>
border-color css
<style>
span { border-color: #FA1516; }
span { border-color: rgb(250,21,22); }
td.TdClassName
{
border-color: #FA1516;
}
.TagClassName
{
border-color: #FA1516;
}
</style>