Shades of Torch Red #FB1734
Tints of Torch Red #FB1734
RGB
CMYK
RGB Variations
Color information
#FB1734 (or 0xFB1734) is known color: Torch Red. HEX triplet: FB, 17 and 34. RGB value is (251,23,52). Sum of RGB (Red+Green+Blue) = 251+23+52=326 (43% of max value = 765). Red value is 251 (98.44% from 255 or 76.99% from 326); Green value is 23 (9.38% from 255 or 7.06% from 326); Blue value is 52 (20.70% from 255 or 15.95% from 326); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1734 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB1734 is #04E8CB. Grayscale: #5E5E5E. Windows color (decimal): -321740 or 3414011. OLE color: 3414011.
HSL color Cylindrical-coordinate representation of color #FB1734: hue angle of 352.37º 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 #FB1734 is Cyan = 0, Magento = 0.91, Yellow = 0.79 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 23 | 52 | - |
| CMYK | 0 | 0.91 | 0.79 | 0.02 |
| HSL | 352.37º | 0.97% | 0.54% | - |
| HSV(B) | 352.37º | 0.91% | 0.98% | - |
| XYZ | 40.71 | 21.37 | 5.23 | - |
| YUV | 94.48 | 104.04 | 239.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 23 | 52 | 0 | 0.91 | 0.79 | 0.02 | 352.37 | 0.97 | 0.54 |
| Hex | FB | 17 | 34 | 0 | 5B | 4F | 2 | 160 | 61 | 36 |
| Octal | 373 | 27 | 64 | 0 | 133 | 117 | 2 | 540 | 141 | 66 |
| Binary | 11111011 | 10111 | 110100 | 0 | 1011011 | 1001111 | 10 | 101100000 | 1100001 | 110110 |
Color Harmonies of #FB1734
Complementary color
Monochromatic Colors of #FB1734
Black with #FB1734
Text Example
Text Example
White with #FB1734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1734; }
p { color: rgb(251,23,52); }
H1.HeaderClassName
{
color: #FB1734;
}
.AnyTagClassName
{
color: #FB1734;
}
</style>
background-color css
<style>
a { background-color: #FB1734; }
a { background-color: rgb(251,23,52); }
div.DivClassName
{
background-color: #FB1734;
}
.BgClassName
{
background-color: #FB1734;
}
</style>
border-color css
<style>
span { border-color: #FB1734; }
span { border-color: rgb(251,23,52); }
td.TdClassName
{
border-color: #FB1734;
}
.TagClassName
{
border-color: #FB1734;
}
</style>