Shades of Torch Red #FA173B
Tints of Torch Red #FA173B
RGB
CMYK
RGB Variations
Color information
#FA173B (or 0xFA173B) is known color: Torch Red. HEX triplet: FA, 17 and 3B. RGB value is (250,23,59). Sum of RGB (Red+Green+Blue) = 250+23+59=332 (43% of max value = 765). Red value is 250 (98.05% from 255 or 75.30% from 332); Green value is 23 (9.38% from 255 or 6.93% from 332); Blue value is 59 (23.44% from 255 or 17.77% from 332); Max value from RGB is 250 - color contains mainly: red. Hex color #FA173B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA173B is #05E8C4. Grayscale: #5F5F5F. Windows color (decimal): -387269 or 3872762. OLE color: 3872762.
HSL color Cylindrical-coordinate representation of color #FA173B: hue angle of 350.48º 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 #FA173B is Cyan = 0, Magento = 0.91, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 23 | 59 | - |
| CMYK | 0 | 0.91 | 0.76 | 0.02 |
| HSL | 350.48º | 0.96% | 0.54% | - |
| HSV(B) | 350.48º | 0.91% | 0.98% | - |
| XYZ | 40.52 | 21.25 | 6.1 | - |
| YUV | 94.98 | 107.71 | 238.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 23 | 59 | 0 | 0.91 | 0.76 | 0.02 | 350.48 | 0.96 | 0.54 |
| Hex | FA | 17 | 3B | 0 | 5B | 4C | 2 | 15E | 60 | 36 |
| Octal | 372 | 27 | 73 | 0 | 133 | 114 | 2 | 536 | 140 | 66 |
| Binary | 11111010 | 10111 | 111011 | 0 | 1011011 | 1001100 | 10 | 101011110 | 1100000 | 110110 |
Color Harmonies of #FA173B
Complementary color
Monochromatic Colors of #FA173B
Black with #FA173B
Text Example
Text Example
White with #FA173B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA173B; }
p { color: rgb(250,23,59); }
H1.HeaderClassName
{
color: #FA173B;
}
.AnyTagClassName
{
color: #FA173B;
}
</style>
background-color css
<style>
a { background-color: #FA173B; }
a { background-color: rgb(250,23,59); }
div.DivClassName
{
background-color: #FA173B;
}
.BgClassName
{
background-color: #FA173B;
}
</style>
border-color css
<style>
span { border-color: #FA173B; }
span { border-color: rgb(250,23,59); }
td.TdClassName
{
border-color: #FA173B;
}
.TagClassName
{
border-color: #FA173B;
}
</style>