Shades of Torch Red #FB002F
Tints of Torch Red #FB002F
RGB
CMYK
RGB Variations
Color information
#FB002F (or 0xFB002F) is known color: Torch Red. HEX triplet: FB, 00 and 2F. RGB value is (251,0,47). Sum of RGB (Red+Green+Blue) = 251+0+47=298 (39% of max value = 765). Red value is 251 (98.44% from 255 or 84.23% from 298); Green value is 0 (0.39% from 255 or 0% from 298); Blue value is 47 (18.75% from 255 or 15.77% from 298); Max value from RGB is 251 - color contains mainly: red. Hex color #FB002F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB002F is #04FFD0. Grayscale: #505050. Windows color (decimal): -327633 or 3080443. OLE color: 3080443.
HSL color Cylindrical-coordinate representation of color #FB002F: hue angle of 348.76º 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 #FB002F is Cyan = 0, Magento = 1, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 0 | 47 | - |
| CMYK | 0 | 1 | 0.81 | 0.02 |
| HSL | 348.77º | 1% | 0.49% | - |
| HSV(B) | 348.77º | 1% | 0.98% | - |
| XYZ | 40.3 | 20.71 | 4.56 | - |
| YUV | 80.41 | 109.16 | 249.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 0 | 47 | 0 | 1 | 0.81 | 0.02 | 348.77 | 1 | 0.49 |
| Hex | FB | 0 | 2F | 0 | 64 | 51 | 2 | 15D | 64 | 31 |
| Octal | 373 | 0 | 57 | 0 | 144 | 121 | 2 | 535 | 144 | 61 |
| Binary | 11111011 | 0 | 101111 | 0 | 1100100 | 1010001 | 10 | 101011101 | 1100100 | 110001 |
Color Harmonies of #FB002F
Complementary color
Monochromatic Colors of #FB002F
Black with #FB002F
Text Example
Text Example
White with #FB002F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB002F; }
p { color: rgb(251,0,47); }
H1.HeaderClassName
{
color: #FB002F;
}
.AnyTagClassName
{
color: #FB002F;
}
</style>
background-color css
<style>
a { background-color: #FB002F; }
a { background-color: rgb(251,0,47); }
div.DivClassName
{
background-color: #FB002F;
}
.BgClassName
{
background-color: #FB002F;
}
</style>
border-color css
<style>
span { border-color: #FB002F; }
span { border-color: rgb(251,0,47); }
td.TdClassName
{
border-color: #FB002F;
}
.TagClassName
{
border-color: #FB002F;
}
</style>