Shades of Torch Red #FB1345
Tints of Torch Red #FB1345
RGB
CMYK
RGB Variations
Color information
#FB1345 (or 0xFB1345) is known color: Torch Red. HEX triplet: FB, 13 and 45. RGB value is (251,19,69). Sum of RGB (Red+Green+Blue) = 251+19+69=339 (44% of max value = 765). Red value is 251 (98.44% from 255 or 74.04% from 339); Green value is 19 (7.81% from 255 or 5.60% from 339); Blue value is 69 (27.34% from 255 or 20.35% from 339); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1345 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB1345 is #04ECBA. Grayscale: #5E5E5E. Windows color (decimal): -322747 or 4527099. OLE color: 4527099.
HSL color Cylindrical-coordinate representation of color #FB1345: hue angle of 347.07º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FB1345 is Cyan = 0, Magento = 0.92, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 19 | 69 | - |
| CMYK | 0 | 0.92 | 0.73 | 0.02 |
| HSL | 347.07º | 0.97% | 0.53% | - |
| HSV(B) | 347.07º | 0.92% | 0.98% | - |
| XYZ | 41.09 | 21.4 | 7.6 | - |
| YUV | 94.07 | 113.86 | 239.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 19 | 69 | 0 | 0.92 | 0.73 | 0.02 | 347.07 | 0.97 | 0.53 |
| Hex | FB | 13 | 45 | 0 | 5C | 49 | 2 | 15B | 61 | 35 |
| Octal | 373 | 23 | 105 | 0 | 134 | 111 | 2 | 533 | 141 | 65 |
| Binary | 11111011 | 10011 | 1000101 | 0 | 1011100 | 1001001 | 10 | 101011011 | 1100001 | 110101 |
Color Harmonies of #FB1345
Complementary color
Monochromatic Colors of #FB1345
Black with #FB1345
Text Example
Text Example
White with #FB1345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1345; }
p { color: rgb(251,19,69); }
H1.HeaderClassName
{
color: #FB1345;
}
.AnyTagClassName
{
color: #FB1345;
}
</style>
background-color css
<style>
a { background-color: #FB1345; }
a { background-color: rgb(251,19,69); }
div.DivClassName
{
background-color: #FB1345;
}
.BgClassName
{
background-color: #FB1345;
}
</style>
border-color css
<style>
span { border-color: #FB1345; }
span { border-color: rgb(251,19,69); }
td.TdClassName
{
border-color: #FB1345;
}
.TagClassName
{
border-color: #FB1345;
}
</style>