Shades of Torch Red #FB0320
Tints of Torch Red #FB0320
RGB
CMYK
RGB Variations
Color information
#FB0320 (or 0xFB0320) is known color: Torch Red. HEX triplet: FB, 03 and 20. RGB value is (251,3,32). Sum of RGB (Red+Green+Blue) = 251+3+32=286 (37% of max value = 765). Red value is 251 (98.44% from 255 or 87.76% from 286); Green value is 3 (1.56% from 255 or 1.05% from 286); Blue value is 32 (12.89% from 255 or 11.19% from 286); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0320 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB0320 is #04FCDF. Grayscale: #505050. Windows color (decimal): -326880 or 2098171. OLE color: 2098171.
HSL color Cylindrical-coordinate representation of color #FB0320: hue angle of 352.98º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FB0320 is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 3 | 32 | - |
| CMYK | 0 | 0.99 | 0.87 | 0.02 |
| HSL | 352.98º | 0.98% | 0.5% | - |
| HSV(B) | 352.98º | 0.99% | 0.98% | - |
| XYZ | 40.08 | 20.68 | 3.25 | - |
| YUV | 80.46 | 100.66 | 249.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 3 | 32 | 0 | 0.99 | 0.87 | 0.02 | 352.98 | 0.98 | 0.5 |
| Hex | FB | 3 | 20 | 0 | 63 | 57 | 2 | 161 | 62 | 32 |
| Octal | 373 | 3 | 40 | 0 | 143 | 127 | 2 | 541 | 142 | 62 |
| Binary | 11111011 | 11 | 100000 | 0 | 1100011 | 1010111 | 10 | 101100001 | 1100010 | 110010 |
Color Harmonies of #FB0320
Complementary color
Monochromatic Colors of #FB0320
Black with #FB0320
Text Example
Text Example
White with #FB0320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0320; }
p { color: rgb(251,3,32); }
H1.HeaderClassName
{
color: #FB0320;
}
.AnyTagClassName
{
color: #FB0320;
}
</style>
background-color css
<style>
a { background-color: #FB0320; }
a { background-color: rgb(251,3,32); }
div.DivClassName
{
background-color: #FB0320;
}
.BgClassName
{
background-color: #FB0320;
}
</style>
border-color css
<style>
span { border-color: #FB0320; }
span { border-color: rgb(251,3,32); }
td.TdClassName
{
border-color: #FB0320;
}
.TagClassName
{
border-color: #FB0320;
}
</style>