Shades of Torch Red #FB133F
Tints of Torch Red #FB133F
RGB
CMYK
RGB Variations
Color information
#FB133F (or 0xFB133F) is known color: Torch Red. HEX triplet: FB, 13 and 3F. RGB value is (251,19,63). Sum of RGB (Red+Green+Blue) = 251+19+63=333 (44% of max value = 765). Red value is 251 (98.44% from 255 or 75.38% from 333); Green value is 19 (7.81% from 255 or 5.71% from 333); Blue value is 63 (25% from 255 or 18.92% from 333); Max value from RGB is 251 - color contains mainly: red. Hex color #FB133F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB133F is #04ECC0. Grayscale: #5D5D5D. Windows color (decimal): -322753 or 4133883. OLE color: 4133883.
HSL color Cylindrical-coordinate representation of color #FB133F: hue angle of 348.62º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FB133F is Cyan = 0, Magento = 0.92, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 19 | 63 | - |
| CMYK | 0 | 0.92 | 0.75 | 0.02 |
| HSL | 348.62º | 0.97% | 0.53% | - |
| HSV(B) | 348.62º | 0.92% | 0.98% | - |
| XYZ | 40.91 | 21.33 | 6.66 | - |
| YUV | 93.38 | 110.86 | 240.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 19 | 63 | 0 | 0.92 | 0.75 | 0.02 | 348.62 | 0.97 | 0.53 |
| Hex | FB | 13 | 3F | 0 | 5C | 4B | 2 | 15D | 61 | 35 |
| Octal | 373 | 23 | 77 | 0 | 134 | 113 | 2 | 535 | 141 | 65 |
| Binary | 11111011 | 10011 | 111111 | 0 | 1011100 | 1001011 | 10 | 101011101 | 1100001 | 110101 |
Color Harmonies of #FB133F
Complementary color
Monochromatic Colors of #FB133F
Black with #FB133F
Text Example
Text Example
White with #FB133F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB133F; }
p { color: rgb(251,19,63); }
H1.HeaderClassName
{
color: #FB133F;
}
.AnyTagClassName
{
color: #FB133F;
}
</style>
background-color css
<style>
a { background-color: #FB133F; }
a { background-color: rgb(251,19,63); }
div.DivClassName
{
background-color: #FB133F;
}
.BgClassName
{
background-color: #FB133F;
}
</style>
border-color css
<style>
span { border-color: #FB133F; }
span { border-color: rgb(251,19,63); }
td.TdClassName
{
border-color: #FB133F;
}
.TagClassName
{
border-color: #FB133F;
}
</style>