Shades of Torch Red #FB0C47
Tints of Torch Red #FB0C47
RGB
CMYK
RGB Variations
Color information
#FB0C47 (or 0xFB0C47) is known color: Torch Red. HEX triplet: FB, 0C and 47. RGB value is (251,12,71). Sum of RGB (Red+Green+Blue) = 251+12+71=334 (44% of max value = 765). Red value is 251 (98.44% from 255 or 75.15% from 334); Green value is 12 (5.08% from 255 or 3.59% from 334); Blue value is 71 (28.12% from 255 or 21.26% from 334); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0C47 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB0C47 is #04F3B8. Grayscale: #5A5A5A. Windows color (decimal): -324537 or 4656379. OLE color: 4656379.
HSL color Cylindrical-coordinate representation of color #FB0C47: hue angle of 345.19º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FB0C47 is Cyan = 0, Magento = 0.95, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 12 | 71 | - |
| CMYK | 0 | 0.95 | 0.72 | 0.02 |
| HSL | 345.19º | 0.97% | 0.52% | - |
| HSV(B) | 345.19º | 0.95% | 0.98% | - |
| XYZ | 41.05 | 21.23 | 7.89 | - |
| YUV | 90.19 | 117.18 | 242.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 12 | 71 | 0 | 0.95 | 0.72 | 0.02 | 345.19 | 0.97 | 0.52 |
| Hex | FB | C | 47 | 0 | 5F | 48 | 2 | 159 | 61 | 34 |
| Octal | 373 | 14 | 107 | 0 | 137 | 110 | 2 | 531 | 141 | 64 |
| Binary | 11111011 | 1100 | 1000111 | 0 | 1011111 | 1001000 | 10 | 101011001 | 1100001 | 110100 |
Color Harmonies of #FB0C47
Complementary color
Monochromatic Colors of #FB0C47
Black with #FB0C47
Text Example
Text Example
White with #FB0C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0C47; }
p { color: rgb(251,12,71); }
H1.HeaderClassName
{
color: #FB0C47;
}
.AnyTagClassName
{
color: #FB0C47;
}
</style>
background-color css
<style>
a { background-color: #FB0C47; }
a { background-color: rgb(251,12,71); }
div.DivClassName
{
background-color: #FB0C47;
}
.BgClassName
{
background-color: #FB0C47;
}
</style>
border-color css
<style>
span { border-color: #FB0C47; }
span { border-color: rgb(251,12,71); }
td.TdClassName
{
border-color: #FB0C47;
}
.TagClassName
{
border-color: #FB0C47;
}
</style>