Shades of Torch Red #FA163D
Tints of Torch Red #FA163D
RGB
CMYK
RGB Variations
Color information
#FA163D (or 0xFA163D) is known color: Torch Red. HEX triplet: FA, 16 and 3D. RGB value is (250,22,61). Sum of RGB (Red+Green+Blue) = 250+22+61=333 (44% of max value = 765). Red value is 250 (98.05% from 255 or 75.08% from 333); Green value is 22 (8.98% from 255 or 6.61% from 333); Blue value is 61 (24.22% from 255 or 18.32% from 333); Max value from RGB is 250 - color contains mainly: red. Hex color #FA163D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA163D is #05E9C2. Grayscale: #5E5E5E. Windows color (decimal): -387523 or 4003578. OLE color: 4003578.
HSL color Cylindrical-coordinate representation of color #FA163D: hue angle of 349.74º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FA163D is Cyan = 0, Magento = 0.91, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 22 | 61 | - |
| CMYK | 0 | 0.91 | 0.76 | 0.02 |
| HSL | 349.74º | 0.96% | 0.53% | - |
| HSV(B) | 349.74º | 0.91% | 0.98% | - |
| XYZ | 40.55 | 21.23 | 6.38 | - |
| YUV | 94.62 | 109.04 | 238.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 22 | 61 | 0 | 0.91 | 0.76 | 0.02 | 349.74 | 0.96 | 0.53 |
| Hex | FA | 16 | 3D | 0 | 5B | 4C | 2 | 15E | 60 | 35 |
| Octal | 372 | 26 | 75 | 0 | 133 | 114 | 2 | 536 | 140 | 65 |
| Binary | 11111010 | 10110 | 111101 | 0 | 1011011 | 1001100 | 10 | 101011110 | 1100000 | 110101 |
Color Harmonies of #FA163D
Complementary color
Monochromatic Colors of #FA163D
Black with #FA163D
Text Example
Text Example
White with #FA163D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA163D; }
p { color: rgb(250,22,61); }
H1.HeaderClassName
{
color: #FA163D;
}
.AnyTagClassName
{
color: #FA163D;
}
</style>
background-color css
<style>
a { background-color: #FA163D; }
a { background-color: rgb(250,22,61); }
div.DivClassName
{
background-color: #FA163D;
}
.BgClassName
{
background-color: #FA163D;
}
</style>
border-color css
<style>
span { border-color: #FA163D; }
span { border-color: rgb(250,22,61); }
td.TdClassName
{
border-color: #FA163D;
}
.TagClassName
{
border-color: #FA163D;
}
</style>