Shades of Torch Red #FB113F
Tints of Torch Red #FB113F
RGB
CMYK
RGB Variations
Color information
#FB113F (or 0xFB113F) is known color: Torch Red. HEX triplet: FB, 11 and 3F. RGB value is (251,17,63). Sum of RGB (Red+Green+Blue) = 251+17+63=331 (43% of max value = 765). Red value is 251 (98.44% from 255 or 75.83% from 331); Green value is 17 (7.03% from 255 or 5.14% from 331); Blue value is 63 (25% from 255 or 19.03% from 331); Max value from RGB is 251 - color contains mainly: red. Hex color #FB113F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB113F is #04EEC0. Grayscale: #5C5C5C. Windows color (decimal): -323265 or 4133371. OLE color: 4133371.
HSL color Cylindrical-coordinate representation of color #FB113F: hue angle of 348.21º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FB113F is Cyan = 0, Magento = 0.93, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 17 | 63 | - |
| CMYK | 0 | 0.93 | 0.75 | 0.02 |
| HSL | 348.21º | 0.97% | 0.53% | - |
| HSV(B) | 348.21º | 0.93% | 0.98% | - |
| XYZ | 40.88 | 21.27 | 6.65 | - |
| YUV | 92.21 | 111.52 | 241.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 17 | 63 | 0 | 0.93 | 0.75 | 0.02 | 348.21 | 0.97 | 0.53 |
| Hex | FB | 11 | 3F | 0 | 5D | 4B | 2 | 15C | 61 | 35 |
| Octal | 373 | 21 | 77 | 0 | 135 | 113 | 2 | 534 | 141 | 65 |
| Binary | 11111011 | 10001 | 111111 | 0 | 1011101 | 1001011 | 10 | 101011100 | 1100001 | 110101 |
Color Harmonies of #FB113F
Complementary color
Monochromatic Colors of #FB113F
Black with #FB113F
Text Example
Text Example
White with #FB113F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB113F; }
p { color: rgb(251,17,63); }
H1.HeaderClassName
{
color: #FB113F;
}
.AnyTagClassName
{
color: #FB113F;
}
</style>
background-color css
<style>
a { background-color: #FB113F; }
a { background-color: rgb(251,17,63); }
div.DivClassName
{
background-color: #FB113F;
}
.BgClassName
{
background-color: #FB113F;
}
</style>
border-color css
<style>
span { border-color: #FB113F; }
span { border-color: rgb(251,17,63); }
td.TdClassName
{
border-color: #FB113F;
}
.TagClassName
{
border-color: #FB113F;
}
</style>