Shades of Torch Red #FA1731
Tints of Torch Red #FA1731
RGB
CMYK
RGB Variations
Color information
#FA1731 (or 0xFA1731) is known color: Torch Red. HEX triplet: FA, 17 and 31. RGB value is (250,23,49). Sum of RGB (Red+Green+Blue) = 250+23+49=322 (42% of max value = 765). Red value is 250 (98.05% from 255 or 77.64% from 322); Green value is 23 (9.38% from 255 or 7.14% from 322); Blue value is 49 (19.53% from 255 or 15.22% from 322); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1731 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA1731 is #05E8CE. Grayscale: #5D5D5D. Windows color (decimal): -387279 or 3217402. OLE color: 3217402.
HSL color Cylindrical-coordinate representation of color #FA1731: hue angle of 353.13º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FA1731 is Cyan = 0, Magento = 0.91, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 23 | 49 | - |
| CMYK | 0 | 0.91 | 0.80 | 0.02 |
| HSL | 353.13º | 0.96% | 0.54% | - |
| HSV(B) | 353.13º | 0.91% | 0.98% | - |
| XYZ | 40.29 | 21.16 | 4.87 | - |
| YUV | 93.84 | 102.71 | 239.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 23 | 49 | 0 | 0.91 | 0.80 | 0.02 | 353.13 | 0.96 | 0.54 |
| Hex | FA | 17 | 31 | 0 | 5B | 50 | 2 | 161 | 60 | 36 |
| Octal | 372 | 27 | 61 | 0 | 133 | 120 | 2 | 541 | 140 | 66 |
| Binary | 11111010 | 10111 | 110001 | 0 | 1011011 | 1010000 | 10 | 101100001 | 1100000 | 110110 |
Color Harmonies of #FA1731
Complementary color
Monochromatic Colors of #FA1731
Black with #FA1731
Text Example
Text Example
White with #FA1731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1731; }
p { color: rgb(250,23,49); }
H1.HeaderClassName
{
color: #FA1731;
}
.AnyTagClassName
{
color: #FA1731;
}
</style>
background-color css
<style>
a { background-color: #FA1731; }
a { background-color: rgb(250,23,49); }
div.DivClassName
{
background-color: #FA1731;
}
.BgClassName
{
background-color: #FA1731;
}
</style>
border-color css
<style>
span { border-color: #FA1731; }
span { border-color: rgb(250,23,49); }
td.TdClassName
{
border-color: #FA1731;
}
.TagClassName
{
border-color: #FA1731;
}
</style>