Shades of Torch Red #FA1946
Tints of Torch Red #FA1946
RGB
CMYK
RGB Variations
Color information
#FA1946 (or 0xFA1946) is known color: Torch Red. HEX triplet: FA, 19 and 46. RGB value is (250,25,70). Sum of RGB (Red+Green+Blue) = 250+25+70=345 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.46% from 345); Green value is 25 (10.16% from 255 or 7.25% from 345); Blue value is 70 (27.73% from 255 or 20.29% from 345); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1946 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA1946 is #05E6B9. Grayscale: #616161. Windows color (decimal): -386746 or 4594170. OLE color: 4594170.
HSL color Cylindrical-coordinate representation of color #FA1946: hue angle of 348º 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 #FA1946 is Cyan = 0, Magento = 0.9, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 25 | 70 | - |
| CMYK | 0 | 0.9 | 0.72 | 0.02 |
| HSL | 348º | 0.96% | 0.54% | - |
| HSV(B) | 348º | 0.9% | 0.98% | - |
| XYZ | 40.88 | 21.46 | 7.78 | - |
| YUV | 97.41 | 112.54 | 236.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 25 | 70 | 0 | 0.9 | 0.72 | 0.02 | 348 | 0.96 | 0.54 |
| Hex | FA | 19 | 46 | 0 | 5A | 48 | 2 | 15C | 60 | 36 |
| Octal | 372 | 31 | 106 | 0 | 132 | 110 | 2 | 534 | 140 | 66 |
| Binary | 11111010 | 11001 | 1000110 | 0 | 1011010 | 1001000 | 10 | 101011100 | 1100000 | 110110 |
Color Harmonies of #FA1946
Complementary color
Monochromatic Colors of #FA1946
Black with #FA1946
Text Example
Text Example
White with #FA1946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1946; }
p { color: rgb(250,25,70); }
H1.HeaderClassName
{
color: #FA1946;
}
.AnyTagClassName
{
color: #FA1946;
}
</style>
background-color css
<style>
a { background-color: #FA1946; }
a { background-color: rgb(250,25,70); }
div.DivClassName
{
background-color: #FA1946;
}
.BgClassName
{
background-color: #FA1946;
}
</style>
border-color css
<style>
span { border-color: #FA1946; }
span { border-color: rgb(250,25,70); }
td.TdClassName
{
border-color: #FA1946;
}
.TagClassName
{
border-color: #FA1946;
}
</style>