Shades of Torch Red #FB0546
Tints of Torch Red #FB0546
RGB
CMYK
RGB Variations
Color information
#FB0546 (or 0xFB0546) is known color: Torch Red. HEX triplet: FB, 05 and 46. RGB value is (251,5,70). Sum of RGB (Red+Green+Blue) = 251+5+70=326 (43% of max value = 765). Red value is 251 (98.44% from 255 or 76.99% from 326); Green value is 5 (2.34% from 255 or 1.53% from 326); Blue value is 70 (27.73% from 255 or 21.47% from 326); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0546 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB0546 is #04FAB9. Grayscale: #555555. Windows color (decimal): -326330 or 4589051. OLE color: 4589051.
HSL color Cylindrical-coordinate representation of color #FB0546: hue angle of 344.15º 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 #FB0546 is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 5 | 70 | - |
| CMYK | 0 | 0.98 | 0.72 | 0.02 |
| HSL | 344.15º | 0.97% | 0.5% | - |
| HSV(B) | 344.15º | 0.98% | 0.98% | - |
| XYZ | 40.94 | 21.06 | 7.7 | - |
| YUV | 85.96 | 119 | 245.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 5 | 70 | 0 | 0.98 | 0.72 | 0.02 | 344.15 | 0.97 | 0.5 |
| Hex | FB | 5 | 46 | 0 | 62 | 48 | 2 | 158 | 61 | 32 |
| Octal | 373 | 5 | 106 | 0 | 142 | 110 | 2 | 530 | 141 | 62 |
| Binary | 11111011 | 101 | 1000110 | 0 | 1100010 | 1001000 | 10 | 101011000 | 1100001 | 110010 |
Color Harmonies of #FB0546
Complementary color
Monochromatic Colors of #FB0546
Black with #FB0546
Text Example
Text Example
White with #FB0546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0546; }
p { color: rgb(251,5,70); }
H1.HeaderClassName
{
color: #FB0546;
}
.AnyTagClassName
{
color: #FB0546;
}
</style>
background-color css
<style>
a { background-color: #FB0546; }
a { background-color: rgb(251,5,70); }
div.DivClassName
{
background-color: #FB0546;
}
.BgClassName
{
background-color: #FB0546;
}
</style>
border-color css
<style>
span { border-color: #FB0546; }
span { border-color: rgb(251,5,70); }
td.TdClassName
{
border-color: #FB0546;
}
.TagClassName
{
border-color: #FB0546;
}
</style>