Shades of Torch Red #FB1736
Tints of Torch Red #FB1736
RGB
CMYK
RGB Variations
Color information
#FB1736 (or 0xFB1736) is known color: Torch Red. HEX triplet: FB, 17 and 36. RGB value is (251,23,54). Sum of RGB (Red+Green+Blue) = 251+23+54=328 (43% of max value = 765). Red value is 251 (98.44% from 255 or 76.52% from 328); Green value is 23 (9.38% from 255 or 7.01% from 328); Blue value is 54 (21.48% from 255 or 16.46% from 328); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1736 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB1736 is #04E8C9. Grayscale: #5E5E5E. Windows color (decimal): -321738 or 3545083. OLE color: 3545083.
HSL color Cylindrical-coordinate representation of color #FB1736: hue angle of 351.84º 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 #FB1736 is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 23 | 54 | - |
| CMYK | 0 | 0.91 | 0.78 | 0.02 |
| HSL | 351.84º | 0.97% | 0.54% | - |
| HSV(B) | 351.84º | 0.91% | 0.98% | - |
| XYZ | 40.76 | 21.39 | 5.47 | - |
| YUV | 94.71 | 105.04 | 239.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 23 | 54 | 0 | 0.91 | 0.78 | 0.02 | 351.84 | 0.97 | 0.54 |
| Hex | FB | 17 | 36 | 0 | 5B | 4E | 2 | 160 | 61 | 36 |
| Octal | 373 | 27 | 66 | 0 | 133 | 116 | 2 | 540 | 141 | 66 |
| Binary | 11111011 | 10111 | 110110 | 0 | 1011011 | 1001110 | 10 | 101100000 | 1100001 | 110110 |
Color Harmonies of #FB1736
Complementary color
Monochromatic Colors of #FB1736
Black with #FB1736
Text Example
Text Example
White with #FB1736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1736; }
p { color: rgb(251,23,54); }
H1.HeaderClassName
{
color: #FB1736;
}
.AnyTagClassName
{
color: #FB1736;
}
</style>
background-color css
<style>
a { background-color: #FB1736; }
a { background-color: rgb(251,23,54); }
div.DivClassName
{
background-color: #FB1736;
}
.BgClassName
{
background-color: #FB1736;
}
</style>
border-color css
<style>
span { border-color: #FB1736; }
span { border-color: rgb(251,23,54); }
td.TdClassName
{
border-color: #FB1736;
}
.TagClassName
{
border-color: #FB1736;
}
</style>