Shades of Torch Red #FB173D
Tints of Torch Red #FB173D
RGB
CMYK
RGB Variations
Color information
#FB173D (or 0xFB173D) is known color: Torch Red. HEX triplet: FB, 17 and 3D. RGB value is (251,23,61). Sum of RGB (Red+Green+Blue) = 251+23+61=335 (44% of max value = 765). Red value is 251 (98.44% from 255 or 74.93% from 335); Green value is 23 (9.38% from 255 or 6.87% from 335); Blue value is 61 (24.22% from 255 or 18.21% from 335); Max value from RGB is 251 - color contains mainly: red. Hex color #FB173D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB173D is #04E8C2. Grayscale: #5F5F5F. Windows color (decimal): -321731 or 4003835. OLE color: 4003835.
HSL color Cylindrical-coordinate representation of color #FB173D: hue angle of 350º 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 #FB173D is Cyan = 0, Magento = 0.91, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 23 | 61 | - |
| CMYK | 0 | 0.91 | 0.76 | 0.02 |
| HSL | 350º | 0.97% | 0.54% | - |
| HSV(B) | 350º | 0.91% | 0.98% | - |
| XYZ | 40.93 | 21.46 | 6.4 | - |
| YUV | 95.5 | 108.54 | 238.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 23 | 61 | 0 | 0.91 | 0.76 | 0.02 | 350 | 0.97 | 0.54 |
| Hex | FB | 17 | 3D | 0 | 5B | 4C | 2 | 15E | 61 | 36 |
| Octal | 373 | 27 | 75 | 0 | 133 | 114 | 2 | 536 | 141 | 66 |
| Binary | 11111011 | 10111 | 111101 | 0 | 1011011 | 1001100 | 10 | 101011110 | 1100001 | 110110 |
Color Harmonies of #FB173D
Complementary color
Monochromatic Colors of #FB173D
Black with #FB173D
Text Example
Text Example
White with #FB173D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB173D; }
p { color: rgb(251,23,61); }
H1.HeaderClassName
{
color: #FB173D;
}
.AnyTagClassName
{
color: #FB173D;
}
</style>
background-color css
<style>
a { background-color: #FB173D; }
a { background-color: rgb(251,23,61); }
div.DivClassName
{
background-color: #FB173D;
}
.BgClassName
{
background-color: #FB173D;
}
</style>
border-color css
<style>
span { border-color: #FB173D; }
span { border-color: rgb(251,23,61); }
td.TdClassName
{
border-color: #FB173D;
}
.TagClassName
{
border-color: #FB173D;
}
</style>