Shades of Torch Red #FB0304
Tints of Torch Red #FB0304
RGB
CMYK
RGB Variations
Color information
#FB0304 (or 0xFB0304) is known color: Torch Red. HEX triplet: FB, 03 and 04. RGB value is (251,3,4). Sum of RGB (Red+Green+Blue) = 251+3+4=258 (34% of max value = 765). Red value is 251 (98.44% from 255 or 97.29% from 258); Green value is 3 (1.56% from 255 or 1.16% from 258); Blue value is 4 (1.95% from 255 or 1.55% from 258); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0304 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB0304 is #04FCFB. Grayscale: #4D4D4D. Windows color (decimal): -326908 or 263163. OLE color: 263163.
HSL color Cylindrical-coordinate representation of color #FB0304: hue angle of 359.76º 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 #FB0304 is Cyan = 0, Magento = 0.99, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 3 | 4 | - |
| CMYK | 0 | 0.99 | 0.98 | 0.02 |
| HSL | 359.76º | 0.98% | 0.5% | - |
| HSV(B) | 359.76º | 0.99% | 0.98% | - |
| XYZ | 39.84 | 20.58 | 1.99 | - |
| YUV | 77.27 | 86.66 | 251.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 3 | 4 | 0 | 0.99 | 0.98 | 0.02 | 359.76 | 0.98 | 0.5 |
| Hex | FB | 3 | 4 | 0 | 63 | 62 | 2 | 168 | 62 | 32 |
| Octal | 373 | 3 | 4 | 0 | 143 | 142 | 2 | 550 | 142 | 62 |
| Binary | 11111011 | 11 | 100 | 0 | 1100011 | 1100010 | 10 | 101101000 | 1100010 | 110010 |
Color Harmonies of #FB0304
Complementary color
Monochromatic Colors of #FB0304
Black with #FB0304
Text Example
Text Example
White with #FB0304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0304; }
p { color: rgb(251,3,4); }
H1.HeaderClassName
{
color: #FB0304;
}
.AnyTagClassName
{
color: #FB0304;
}
</style>
background-color css
<style>
a { background-color: #FB0304; }
a { background-color: rgb(251,3,4); }
div.DivClassName
{
background-color: #FB0304;
}
.BgClassName
{
background-color: #FB0304;
}
</style>
border-color css
<style>
span { border-color: #FB0304; }
span { border-color: rgb(251,3,4); }
td.TdClassName
{
border-color: #FB0304;
}
.TagClassName
{
border-color: #FB0304;
}
</style>