Shades of Torch Red #FB051B
Tints of Torch Red #FB051B
RGB
CMYK
RGB Variations
Color information
#FB051B (or 0xFB051B) is known color: Torch Red. HEX triplet: FB, 05 and 1B. RGB value is (251,5,27). Sum of RGB (Red+Green+Blue) = 251+5+27=283 (37% of max value = 765). Red value is 251 (98.44% from 255 or 88.69% from 283); Green value is 5 (2.34% from 255 or 1.77% from 283); Blue value is 27 (10.94% from 255 or 9.54% from 283); Max value from RGB is 251 - color contains mainly: red. Hex color #FB051B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB051B is #04FAE4. Grayscale: #515151. Windows color (decimal): -326373 or 1771003. OLE color: 1771003.
HSL color Cylindrical-coordinate representation of color #FB051B: hue angle of 354.63º 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 #FB051B is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 5 | 27 | - |
| CMYK | 0 | 0.98 | 0.89 | 0.02 |
| HSL | 354.63º | 0.97% | 0.5% | - |
| HSV(B) | 354.63º | 0.98% | 0.98% | - |
| XYZ | 40.04 | 20.7 | 2.92 | - |
| YUV | 81.06 | 97.5 | 249.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 5 | 27 | 0 | 0.98 | 0.89 | 0.02 | 354.63 | 0.97 | 0.5 |
| Hex | FB | 5 | 1B | 0 | 62 | 59 | 2 | 163 | 61 | 32 |
| Octal | 373 | 5 | 33 | 0 | 142 | 131 | 2 | 543 | 141 | 62 |
| Binary | 11111011 | 101 | 11011 | 0 | 1100010 | 1011001 | 10 | 101100011 | 1100001 | 110010 |
Color Harmonies of #FB051B
Complementary color
Monochromatic Colors of #FB051B
Black with #FB051B
Text Example
Text Example
White with #FB051B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB051B; }
p { color: rgb(251,5,27); }
H1.HeaderClassName
{
color: #FB051B;
}
.AnyTagClassName
{
color: #FB051B;
}
</style>
background-color css
<style>
a { background-color: #FB051B; }
a { background-color: rgb(251,5,27); }
div.DivClassName
{
background-color: #FB051B;
}
.BgClassName
{
background-color: #FB051B;
}
</style>
border-color css
<style>
span { border-color: #FB051B; }
span { border-color: rgb(251,5,27); }
td.TdClassName
{
border-color: #FB051B;
}
.TagClassName
{
border-color: #FB051B;
}
</style>