Shades of Torch Red #FB0616
Tints of Torch Red #FB0616
RGB
CMYK
RGB Variations
Color information
#FB0616 (or 0xFB0616) is known color: Torch Red. HEX triplet: FB, 06 and 16. RGB value is (251,6,22). Sum of RGB (Red+Green+Blue) = 251+6+22=279 (36% of max value = 765). Red value is 251 (98.44% from 255 or 89.96% from 279); Green value is 6 (2.73% from 255 or 2.15% from 279); Blue value is 22 (8.98% from 255 or 7.89% from 279); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0616 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB0616 is #04F9E9. Grayscale: #515151. Windows color (decimal): -326122 or 1443579. OLE color: 1443579.
HSL color Cylindrical-coordinate representation of color #FB0616: hue angle of 356.08º 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 #FB0616 is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 6 | 22 | - |
| CMYK | 0 | 0.98 | 0.91 | 0.02 |
| HSL | 356.08º | 0.97% | 0.5% | - |
| HSV(B) | 356.08º | 0.98% | 0.98% | - |
| XYZ | 39.99 | 20.7 | 2.65 | - |
| YUV | 81.08 | 94.67 | 249.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 6 | 22 | 0 | 0.98 | 0.91 | 0.02 | 356.08 | 0.97 | 0.5 |
| Hex | FB | 6 | 16 | 0 | 62 | 5B | 2 | 164 | 61 | 32 |
| Octal | 373 | 6 | 26 | 0 | 142 | 133 | 2 | 544 | 141 | 62 |
| Binary | 11111011 | 110 | 10110 | 0 | 1100010 | 1011011 | 10 | 101100100 | 1100001 | 110010 |
Color Harmonies of #FB0616
Complementary color
Monochromatic Colors of #FB0616
Black with #FB0616
Text Example
Text Example
White with #FB0616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0616; }
p { color: rgb(251,6,22); }
H1.HeaderClassName
{
color: #FB0616;
}
.AnyTagClassName
{
color: #FB0616;
}
</style>
background-color css
<style>
a { background-color: #FB0616; }
a { background-color: rgb(251,6,22); }
div.DivClassName
{
background-color: #FB0616;
}
.BgClassName
{
background-color: #FB0616;
}
</style>
border-color css
<style>
span { border-color: #FB0616; }
span { border-color: rgb(251,6,22); }
td.TdClassName
{
border-color: #FB0616;
}
.TagClassName
{
border-color: #FB0616;
}
</style>