Shades of Torch Red #FB064C
Tints of Torch Red #FB064C
RGB
CMYK
RGB Variations
Color information
#FB064C (or 0xFB064C) is known color: Torch Red. HEX triplet: FB, 06 and 4C. RGB value is (251,6,76). Sum of RGB (Red+Green+Blue) = 251+6+76=333 (44% of max value = 765). Red value is 251 (98.44% from 255 or 75.38% from 333); Green value is 6 (2.73% from 255 or 1.80% from 333); Blue value is 76 (30.08% from 255 or 22.82% from 333); Max value from RGB is 251 - color contains mainly: red. Hex color #FB064C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB064C is #04F9B3. Grayscale: #575757. Windows color (decimal): -326068 or 4982523. OLE color: 4982523.
HSL color Cylindrical-coordinate representation of color #FB064C: hue angle of 342.86º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FB064C is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 6 | 76 | - |
| CMYK | 0 | 0.98 | 0.70 | 0.02 |
| HSL | 342.86º | 0.97% | 0.5% | - |
| HSV(B) | 342.86º | 0.98% | 0.98% | - |
| XYZ | 41.15 | 21.16 | 8.75 | - |
| YUV | 87.24 | 121.67 | 244.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 6 | 76 | 0 | 0.98 | 0.70 | 0.02 | 342.86 | 0.97 | 0.5 |
| Hex | FB | 6 | 4C | 0 | 62 | 46 | 2 | 157 | 61 | 32 |
| Octal | 373 | 6 | 114 | 0 | 142 | 106 | 2 | 527 | 141 | 62 |
| Binary | 11111011 | 110 | 1001100 | 0 | 1100010 | 1000110 | 10 | 101010111 | 1100001 | 110010 |
Color Harmonies of #FB064C
Complementary color
Monochromatic Colors of #FB064C
Black with #FB064C
Text Example
Text Example
White with #FB064C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB064C; }
p { color: rgb(251,6,76); }
H1.HeaderClassName
{
color: #FB064C;
}
.AnyTagClassName
{
color: #FB064C;
}
</style>
background-color css
<style>
a { background-color: #FB064C; }
a { background-color: rgb(251,6,76); }
div.DivClassName
{
background-color: #FB064C;
}
.BgClassName
{
background-color: #FB064C;
}
</style>
border-color css
<style>
span { border-color: #FB064C; }
span { border-color: rgb(251,6,76); }
td.TdClassName
{
border-color: #FB064C;
}
.TagClassName
{
border-color: #FB064C;
}
</style>