Shades of Torch Red #FB102F
Tints of Torch Red #FB102F
RGB
CMYK
RGB Variations
Color information
#FB102F (or 0xFB102F) is known color: Torch Red. HEX triplet: FB, 10 and 2F. RGB value is (251,16,47). Sum of RGB (Red+Green+Blue) = 251+16+47=314 (41% of max value = 765). Red value is 251 (98.44% from 255 or 79.94% from 314); Green value is 16 (6.64% from 255 or 5.10% from 314); Blue value is 47 (18.75% from 255 or 14.97% from 314); Max value from RGB is 251 - color contains mainly: red. Hex color #FB102F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB102F is #04EFD0. Grayscale: #595959. Windows color (decimal): -323537 or 3084539. OLE color: 3084539.
HSL color Cylindrical-coordinate representation of color #FB102F: hue angle of 352.09º 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 #FB102F is Cyan = 0, Magento = 0.94, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 16 | 47 | - |
| CMYK | 0 | 0.94 | 0.81 | 0.02 |
| HSL | 352.09º | 0.97% | 0.52% | - |
| HSV(B) | 352.09º | 0.94% | 0.98% | - |
| XYZ | 40.48 | 21.09 | 4.63 | - |
| YUV | 89.8 | 103.86 | 242.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 16 | 47 | 0 | 0.94 | 0.81 | 0.02 | 352.09 | 0.97 | 0.52 |
| Hex | FB | 10 | 2F | 0 | 5E | 51 | 2 | 160 | 61 | 34 |
| Octal | 373 | 20 | 57 | 0 | 136 | 121 | 2 | 540 | 141 | 64 |
| Binary | 11111011 | 10000 | 101111 | 0 | 1011110 | 1010001 | 10 | 101100000 | 1100001 | 110100 |
Color Harmonies of #FB102F
Complementary color
Monochromatic Colors of #FB102F
Black with #FB102F
Text Example
Text Example
White with #FB102F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB102F; }
p { color: rgb(251,16,47); }
H1.HeaderClassName
{
color: #FB102F;
}
.AnyTagClassName
{
color: #FB102F;
}
</style>
background-color css
<style>
a { background-color: #FB102F; }
a { background-color: rgb(251,16,47); }
div.DivClassName
{
background-color: #FB102F;
}
.BgClassName
{
background-color: #FB102F;
}
</style>
border-color css
<style>
span { border-color: #FB102F; }
span { border-color: rgb(251,16,47); }
td.TdClassName
{
border-color: #FB102F;
}
.TagClassName
{
border-color: #FB102F;
}
</style>