Shades of Torch Red #FB1617
Tints of Torch Red #FB1617
RGB
CMYK
RGB Variations
Color information
#FB1617 (or 0xFB1617) is known color: Torch Red. HEX triplet: FB, 16 and 17. RGB value is (251,22,23). Sum of RGB (Red+Green+Blue) = 251+22+23=296 (39% of max value = 765). Red value is 251 (98.44% from 255 or 84.80% from 296); Green value is 22 (8.98% from 255 or 7.43% from 296); Blue value is 23 (9.38% from 255 or 7.77% from 296); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1617 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB1617 is #04E9E8. Grayscale: #5A5A5A. Windows color (decimal): -322025 or 1513211. OLE color: 1513211.
HSL color Cylindrical-coordinate representation of color #FB1617: hue angle of 359.74º 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 #FB1617 is Cyan = 0, Magento = 0.91, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 22 | 23 | - |
| CMYK | 0 | 0.91 | 0.91 | 0.02 |
| HSL | 359.74º | 0.97% | 0.54% | - |
| HSV(B) | 359.74º | 0.91% | 0.98% | - |
| XYZ | 40.23 | 21.14 | 2.77 | - |
| YUV | 90.59 | 89.87 | 242.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 22 | 23 | 0 | 0.91 | 0.91 | 0.02 | 359.74 | 0.97 | 0.54 |
| Hex | FB | 16 | 17 | 0 | 5B | 5B | 2 | 168 | 61 | 36 |
| Octal | 373 | 26 | 27 | 0 | 133 | 133 | 2 | 550 | 141 | 66 |
| Binary | 11111011 | 10110 | 10111 | 0 | 1011011 | 1011011 | 10 | 101101000 | 1100001 | 110110 |
Color Harmonies of #FB1617
Complementary color
Monochromatic Colors of #FB1617
Black with #FB1617
Text Example
Text Example
White with #FB1617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1617; }
p { color: rgb(251,22,23); }
H1.HeaderClassName
{
color: #FB1617;
}
.AnyTagClassName
{
color: #FB1617;
}
</style>
background-color css
<style>
a { background-color: #FB1617; }
a { background-color: rgb(251,22,23); }
div.DivClassName
{
background-color: #FB1617;
}
.BgClassName
{
background-color: #FB1617;
}
</style>
border-color css
<style>
span { border-color: #FB1617; }
span { border-color: rgb(251,22,23); }
td.TdClassName
{
border-color: #FB1617;
}
.TagClassName
{
border-color: #FB1617;
}
</style>