Shades of Torch Red #FB1741
Tints of Torch Red #FB1741
RGB
CMYK
RGB Variations
Color information
#FB1741 (or 0xFB1741) is known color: Torch Red. HEX triplet: FB, 17 and 41. RGB value is (251,23,65). Sum of RGB (Red+Green+Blue) = 251+23+65=339 (44% of max value = 765). Red value is 251 (98.44% from 255 or 74.04% from 339); Green value is 23 (9.38% from 255 or 6.78% from 339); Blue value is 65 (25.78% from 255 or 19.17% from 339); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1741 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB1741 is #04E8BE. Grayscale: #606060. Windows color (decimal): -321727 or 4265979. OLE color: 4265979.
HSL color Cylindrical-coordinate representation of color #FB1741: hue angle of 348.95º 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 #FB1741 is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 23 | 65 | - |
| CMYK | 0 | 0.91 | 0.74 | 0.02 |
| HSL | 348.95º | 0.97% | 0.54% | - |
| HSV(B) | 348.95º | 0.91% | 0.98% | - |
| XYZ | 41.04 | 21.5 | 6.99 | - |
| YUV | 95.96 | 110.54 | 238.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 23 | 65 | 0 | 0.91 | 0.74 | 0.02 | 348.95 | 0.97 | 0.54 |
| Hex | FB | 17 | 41 | 0 | 5B | 4A | 2 | 15D | 61 | 36 |
| Octal | 373 | 27 | 101 | 0 | 133 | 112 | 2 | 535 | 141 | 66 |
| Binary | 11111011 | 10111 | 1000001 | 0 | 1011011 | 1001010 | 10 | 101011101 | 1100001 | 110110 |
Color Harmonies of #FB1741
Complementary color
Monochromatic Colors of #FB1741
Black with #FB1741
Text Example
Text Example
White with #FB1741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1741; }
p { color: rgb(251,23,65); }
H1.HeaderClassName
{
color: #FB1741;
}
.AnyTagClassName
{
color: #FB1741;
}
</style>
background-color css
<style>
a { background-color: #FB1741; }
a { background-color: rgb(251,23,65); }
div.DivClassName
{
background-color: #FB1741;
}
.BgClassName
{
background-color: #FB1741;
}
</style>
border-color css
<style>
span { border-color: #FB1741; }
span { border-color: rgb(251,23,65); }
td.TdClassName
{
border-color: #FB1741;
}
.TagClassName
{
border-color: #FB1741;
}
</style>