Shades of Torch Red #FA1447
Tints of Torch Red #FA1447
RGB
CMYK
RGB Variations
Color information
#FA1447 (or 0xFA1447) is known color: Torch Red. HEX triplet: FA, 14 and 47. RGB value is (250,20,71). Sum of RGB (Red+Green+Blue) = 250+20+71=341 (45% of max value = 765). Red value is 250 (98.05% from 255 or 73.31% from 341); Green value is 20 (8.20% from 255 or 5.87% from 341); Blue value is 71 (28.12% from 255 or 20.82% from 341); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1447 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA1447 is #05EBB8. Grayscale: #5E5E5E. Windows color (decimal): -388025 or 4658426. OLE color: 4658426.
HSL color Cylindrical-coordinate representation of color #FA1447: hue angle of 346.7º 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 #FA1447 is Cyan = 0, Magento = 0.92, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 20 | 71 | - |
| CMYK | 0 | 0.92 | 0.72 | 0.02 |
| HSL | 346.7º | 0.96% | 0.53% | - |
| HSV(B) | 346.7º | 0.92% | 0.98% | - |
| XYZ | 40.81 | 21.28 | 7.92 | - |
| YUV | 94.58 | 114.7 | 238.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 20 | 71 | 0 | 0.92 | 0.72 | 0.02 | 346.7 | 0.96 | 0.53 |
| Hex | FA | 14 | 47 | 0 | 5C | 48 | 2 | 15B | 60 | 35 |
| Octal | 372 | 24 | 107 | 0 | 134 | 110 | 2 | 533 | 140 | 65 |
| Binary | 11111010 | 10100 | 1000111 | 0 | 1011100 | 1001000 | 10 | 101011011 | 1100000 | 110101 |
Color Harmonies of #FA1447
Complementary color
Monochromatic Colors of #FA1447
Black with #FA1447
Text Example
Text Example
White with #FA1447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1447; }
p { color: rgb(250,20,71); }
H1.HeaderClassName
{
color: #FA1447;
}
.AnyTagClassName
{
color: #FA1447;
}
</style>
background-color css
<style>
a { background-color: #FA1447; }
a { background-color: rgb(250,20,71); }
div.DivClassName
{
background-color: #FA1447;
}
.BgClassName
{
background-color: #FA1447;
}
</style>
border-color css
<style>
span { border-color: #FA1447; }
span { border-color: rgb(250,20,71); }
td.TdClassName
{
border-color: #FA1447;
}
.TagClassName
{
border-color: #FA1447;
}
</style>