Shades of Torch Red #FB0F2F
Tints of Torch Red #FB0F2F
RGB
CMYK
RGB Variations
Color information
#FB0F2F (or 0xFB0F2F) is known color: Torch Red. HEX triplet: FB, 0F and 2F. RGB value is (251,15,47). Sum of RGB (Red+Green+Blue) = 251+15+47=313 (41% of max value = 765). Red value is 251 (98.44% from 255 or 80.19% from 313); Green value is 15 (6.25% from 255 or 4.79% from 313); Blue value is 47 (18.75% from 255 or 15.02% from 313); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0F2F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB0F2F is #04F0D0. Grayscale: #595959. Windows color (decimal): -323793 or 3084283. OLE color: 3084283.
HSL color Cylindrical-coordinate representation of color #FB0F2F: hue angle of 351.86º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FB0F2F is Cyan = 0, Magento = 0.94, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 15 | 47 | - |
| CMYK | 0 | 0.94 | 0.81 | 0.02 |
| HSL | 351.86º | 0.97% | 0.52% | - |
| HSV(B) | 351.86º | 0.94% | 0.98% | - |
| XYZ | 40.47 | 21.06 | 4.62 | - |
| YUV | 89.21 | 104.19 | 243.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 15 | 47 | 0 | 0.94 | 0.81 | 0.02 | 351.86 | 0.97 | 0.52 |
| Hex | FB | F | 2F | 0 | 5E | 51 | 2 | 160 | 61 | 34 |
| Octal | 373 | 17 | 57 | 0 | 136 | 121 | 2 | 540 | 141 | 64 |
| Binary | 11111011 | 1111 | 101111 | 0 | 1011110 | 1010001 | 10 | 101100000 | 1100001 | 110100 |
Color Harmonies of #FB0F2F
Complementary color
Monochromatic Colors of #FB0F2F
Black with #FB0F2F
Text Example
Text Example
White with #FB0F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0F2F; }
p { color: rgb(251,15,47); }
H1.HeaderClassName
{
color: #FB0F2F;
}
.AnyTagClassName
{
color: #FB0F2F;
}
</style>
background-color css
<style>
a { background-color: #FB0F2F; }
a { background-color: rgb(251,15,47); }
div.DivClassName
{
background-color: #FB0F2F;
}
.BgClassName
{
background-color: #FB0F2F;
}
</style>
border-color css
<style>
span { border-color: #FB0F2F; }
span { border-color: rgb(251,15,47); }
td.TdClassName
{
border-color: #FB0F2F;
}
.TagClassName
{
border-color: #FB0F2F;
}
</style>