Shades of Torch Red #FB172D
Tints of Torch Red #FB172D
RGB
CMYK
RGB Variations
Color information
#FB172D (or 0xFB172D) is known color: Torch Red. HEX triplet: FB, 17 and 2D. RGB value is (251,23,45). Sum of RGB (Red+Green+Blue) = 251+23+45=319 (42% of max value = 765). Red value is 251 (98.44% from 255 or 78.68% from 319); Green value is 23 (9.38% from 255 or 7.21% from 319); Blue value is 45 (17.97% from 255 or 14.11% from 319); Max value from RGB is 251 - color contains mainly: red. Hex color #FB172D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB172D is #04E8D2. Grayscale: #5D5D5D. Windows color (decimal): -321747 or 2955259. OLE color: 2955259.
HSL color Cylindrical-coordinate representation of color #FB172D: hue angle of 354.21º 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 #FB172D is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 23 | 45 | - |
| CMYK | 0 | 0.91 | 0.82 | 0.02 |
| HSL | 354.21º | 0.97% | 0.54% | - |
| HSV(B) | 354.21º | 0.91% | 0.98% | - |
| XYZ | 40.56 | 21.31 | 4.46 | - |
| YUV | 93.68 | 100.54 | 240.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 23 | 45 | 0 | 0.91 | 0.82 | 0.02 | 354.21 | 0.97 | 0.54 |
| Hex | FB | 17 | 2D | 0 | 5B | 52 | 2 | 162 | 61 | 36 |
| Octal | 373 | 27 | 55 | 0 | 133 | 122 | 2 | 542 | 141 | 66 |
| Binary | 11111011 | 10111 | 101101 | 0 | 1011011 | 1010010 | 10 | 101100010 | 1100001 | 110110 |
Color Harmonies of #FB172D
Complementary color
Monochromatic Colors of #FB172D
Black with #FB172D
Text Example
Text Example
White with #FB172D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB172D; }
p { color: rgb(251,23,45); }
H1.HeaderClassName
{
color: #FB172D;
}
.AnyTagClassName
{
color: #FB172D;
}
</style>
background-color css
<style>
a { background-color: #FB172D; }
a { background-color: rgb(251,23,45); }
div.DivClassName
{
background-color: #FB172D;
}
.BgClassName
{
background-color: #FB172D;
}
</style>
border-color css
<style>
span { border-color: #FB172D; }
span { border-color: rgb(251,23,45); }
td.TdClassName
{
border-color: #FB172D;
}
.TagClassName
{
border-color: #FB172D;
}
</style>