Shades of Torch Red #FB003B
Tints of Torch Red #FB003B
RGB
CMYK
RGB Variations
Color information
#FB003B (or 0xFB003B) is known color: Torch Red. HEX triplet: FB, 00 and 3B. RGB value is (251,0,59). Sum of RGB (Red+Green+Blue) = 251+0+59=310 (41% of max value = 765). Red value is 251 (98.44% from 255 or 80.97% from 310); Green value is 0 (0.39% from 255 or 0% from 310); Blue value is 59 (23.44% from 255 or 19.03% from 310); Max value from RGB is 251 - color contains mainly: red. Hex color #FB003B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB003B is #04FFC4. Grayscale: #515151. Windows color (decimal): -327621 or 3866875. OLE color: 3866875.
HSL color Cylindrical-coordinate representation of color #FB003B: hue angle of 345.9º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FB003B is Cyan = 0, Magento = 1, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 0 | 59 | - |
| CMYK | 0 | 1 | 0.76 | 0.02 |
| HSL | 345.9º | 1% | 0.49% | - |
| HSV(B) | 345.9º | 1% | 0.98% | - |
| XYZ | 40.57 | 20.83 | 6.02 | - |
| YUV | 81.78 | 115.16 | 248.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 0 | 59 | 0 | 1 | 0.76 | 0.02 | 345.9 | 1 | 0.49 |
| Hex | FB | 0 | 3B | 0 | 64 | 4C | 2 | 15A | 64 | 31 |
| Octal | 373 | 0 | 73 | 0 | 144 | 114 | 2 | 532 | 144 | 61 |
| Binary | 11111011 | 0 | 111011 | 0 | 1100100 | 1001100 | 10 | 101011010 | 1100100 | 110001 |
Color Harmonies of #FB003B
Complementary color
Monochromatic Colors of #FB003B
Black with #FB003B
Text Example
Text Example
White with #FB003B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB003B; }
p { color: rgb(251,0,59); }
H1.HeaderClassName
{
color: #FB003B;
}
.AnyTagClassName
{
color: #FB003B;
}
</style>
background-color css
<style>
a { background-color: #FB003B; }
a { background-color: rgb(251,0,59); }
div.DivClassName
{
background-color: #FB003B;
}
.BgClassName
{
background-color: #FB003B;
}
</style>
border-color css
<style>
span { border-color: #FB003B; }
span { border-color: rgb(251,0,59); }
td.TdClassName
{
border-color: #FB003B;
}
.TagClassName
{
border-color: #FB003B;
}
</style>