Shades of Torch Red #FB163D
Tints of Torch Red #FB163D
RGB
CMYK
RGB Variations
Color information
#FB163D (or 0xFB163D) is known color: Torch Red. HEX triplet: FB, 16 and 3D. RGB value is (251,22,61). Sum of RGB (Red+Green+Blue) = 251+22+61=334 (44% of max value = 765). Red value is 251 (98.44% from 255 or 75.15% from 334); Green value is 22 (8.98% from 255 or 6.59% from 334); Blue value is 61 (24.22% from 255 or 18.26% from 334); Max value from RGB is 251 - color contains mainly: red. Hex color #FB163D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB163D is #04E9C2. Grayscale: #5E5E5E. Windows color (decimal): -321987 or 4003579. OLE color: 4003579.
HSL color Cylindrical-coordinate representation of color #FB163D: hue angle of 349.78º degrees, saturation: 0.97, 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 #FB163D is Cyan = 0, Magento = 0.91, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 22 | 61 | - |
| CMYK | 0 | 0.91 | 0.76 | 0.02 |
| HSL | 349.78º | 0.97% | 0.54% | - |
| HSV(B) | 349.78º | 0.91% | 0.98% | - |
| XYZ | 40.91 | 21.42 | 6.39 | - |
| YUV | 94.92 | 108.87 | 239.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 22 | 61 | 0 | 0.91 | 0.76 | 0.02 | 349.78 | 0.97 | 0.54 |
| Hex | FB | 16 | 3D | 0 | 5B | 4C | 2 | 15E | 61 | 36 |
| Octal | 373 | 26 | 75 | 0 | 133 | 114 | 2 | 536 | 141 | 66 |
| Binary | 11111011 | 10110 | 111101 | 0 | 1011011 | 1001100 | 10 | 101011110 | 1100001 | 110110 |
Color Harmonies of #FB163D
Complementary color
Monochromatic Colors of #FB163D
Black with #FB163D
Text Example
Text Example
White with #FB163D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB163D; }
p { color: rgb(251,22,61); }
H1.HeaderClassName
{
color: #FB163D;
}
.AnyTagClassName
{
color: #FB163D;
}
</style>
background-color css
<style>
a { background-color: #FB163D; }
a { background-color: rgb(251,22,61); }
div.DivClassName
{
background-color: #FB163D;
}
.BgClassName
{
background-color: #FB163D;
}
</style>
border-color css
<style>
span { border-color: #FB163D; }
span { border-color: rgb(251,22,61); }
td.TdClassName
{
border-color: #FB163D;
}
.TagClassName
{
border-color: #FB163D;
}
</style>