Shades of Torch Red #FB0347
Tints of Torch Red #FB0347
RGB
CMYK
RGB Variations
Color information
#FB0347 (or 0xFB0347) is known color: Torch Red. HEX triplet: FB, 03 and 47. RGB value is (251,3,71). Sum of RGB (Red+Green+Blue) = 251+3+71=325 (43% of max value = 765). Red value is 251 (98.44% from 255 or 77.23% from 325); Green value is 3 (1.56% from 255 or 0.92% from 325); Blue value is 71 (28.12% from 255 or 21.85% from 325); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0347 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB0347 is #04FCB8. Grayscale: #545454. Windows color (decimal): -326841 or 4654075. OLE color: 4654075.
HSL color Cylindrical-coordinate representation of color #FB0347: hue angle of 343.55º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FB0347 is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 3 | 71 | - |
| CMYK | 0 | 0.99 | 0.72 | 0.02 |
| HSL | 343.55º | 0.98% | 0.5% | - |
| HSV(B) | 343.55º | 0.99% | 0.98% | - |
| XYZ | 40.95 | 21.03 | 7.86 | - |
| YUV | 84.9 | 120.16 | 246.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 3 | 71 | 0 | 0.99 | 0.72 | 0.02 | 343.55 | 0.98 | 0.5 |
| Hex | FB | 3 | 47 | 0 | 63 | 48 | 2 | 158 | 62 | 32 |
| Octal | 373 | 3 | 107 | 0 | 143 | 110 | 2 | 530 | 142 | 62 |
| Binary | 11111011 | 11 | 1000111 | 0 | 1100011 | 1001000 | 10 | 101011000 | 1100010 | 110010 |
Color Harmonies of #FB0347
Complementary color
Monochromatic Colors of #FB0347
Black with #FB0347
Text Example
Text Example
White with #FB0347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0347; }
p { color: rgb(251,3,71); }
H1.HeaderClassName
{
color: #FB0347;
}
.AnyTagClassName
{
color: #FB0347;
}
</style>
background-color css
<style>
a { background-color: #FB0347; }
a { background-color: rgb(251,3,71); }
div.DivClassName
{
background-color: #FB0347;
}
.BgClassName
{
background-color: #FB0347;
}
</style>
border-color css
<style>
span { border-color: #FB0347; }
span { border-color: rgb(251,3,71); }
td.TdClassName
{
border-color: #FB0347;
}
.TagClassName
{
border-color: #FB0347;
}
</style>