Shades of Torch Red #FB0D46
Tints of Torch Red #FB0D46
RGB
CMYK
RGB Variations
Color information
#FB0D46 (or 0xFB0D46) is known color: Torch Red. HEX triplet: FB, 0D and 46. RGB value is (251,13,70). Sum of RGB (Red+Green+Blue) = 251+13+70=334 (44% of max value = 765). Red value is 251 (98.44% from 255 or 75.15% from 334); Green value is 13 (5.47% from 255 or 3.89% from 334); Blue value is 70 (27.73% from 255 or 20.96% from 334); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0D46 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB0D46 is #04F2B9. Grayscale: #5A5A5A. Windows color (decimal): -324282 or 4591099. OLE color: 4591099.
HSL color Cylindrical-coordinate representation of color #FB0D46: hue angle of 345.63º 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 #FB0D46 is Cyan = 0, Magento = 0.95, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 13 | 70 | - |
| CMYK | 0 | 0.95 | 0.72 | 0.02 |
| HSL | 345.63º | 0.97% | 0.52% | - |
| HSV(B) | 345.63º | 0.95% | 0.98% | - |
| XYZ | 41.03 | 21.24 | 7.73 | - |
| YUV | 90.66 | 116.35 | 242.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 13 | 70 | 0 | 0.95 | 0.72 | 0.02 | 345.63 | 0.97 | 0.52 |
| Hex | FB | D | 46 | 0 | 5F | 48 | 2 | 15A | 61 | 34 |
| Octal | 373 | 15 | 106 | 0 | 137 | 110 | 2 | 532 | 141 | 64 |
| Binary | 11111011 | 1101 | 1000110 | 0 | 1011111 | 1001000 | 10 | 101011010 | 1100001 | 110100 |
Color Harmonies of #FB0D46
Complementary color
Monochromatic Colors of #FB0D46
Black with #FB0D46
Text Example
Text Example
White with #FB0D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0D46; }
p { color: rgb(251,13,70); }
H1.HeaderClassName
{
color: #FB0D46;
}
.AnyTagClassName
{
color: #FB0D46;
}
</style>
background-color css
<style>
a { background-color: #FB0D46; }
a { background-color: rgb(251,13,70); }
div.DivClassName
{
background-color: #FB0D46;
}
.BgClassName
{
background-color: #FB0D46;
}
</style>
border-color css
<style>
span { border-color: #FB0D46; }
span { border-color: rgb(251,13,70); }
td.TdClassName
{
border-color: #FB0D46;
}
.TagClassName
{
border-color: #FB0D46;
}
</style>