Shades of Torch Red #FB133C
Tints of Torch Red #FB133C
RGB
CMYK
RGB Variations
Color information
#FB133C (or 0xFB133C) is known color: Torch Red. HEX triplet: FB, 13 and 3C. RGB value is (251,19,60). Sum of RGB (Red+Green+Blue) = 251+19+60=330 (43% of max value = 765). Red value is 251 (98.44% from 255 or 76.06% from 330); Green value is 19 (7.81% from 255 or 5.76% from 330); Blue value is 60 (23.83% from 255 or 18.18% from 330); Max value from RGB is 251 - color contains mainly: red. Hex color #FB133C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB133C is #04ECC3. Grayscale: #5D5D5D. Windows color (decimal): -322756 or 3937275. OLE color: 3937275.
HSL color Cylindrical-coordinate representation of color #FB133C: hue angle of 349.4º 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 #FB133C is Cyan = 0, Magento = 0.92, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 19 | 60 | - |
| CMYK | 0 | 0.92 | 0.76 | 0.02 |
| HSL | 349.4º | 0.97% | 0.53% | - |
| HSV(B) | 349.4º | 0.92% | 0.98% | - |
| XYZ | 40.83 | 21.3 | 6.23 | - |
| YUV | 93.04 | 109.36 | 240.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 19 | 60 | 0 | 0.92 | 0.76 | 0.02 | 349.4 | 0.97 | 0.53 |
| Hex | FB | 13 | 3C | 0 | 5C | 4C | 2 | 15D | 61 | 35 |
| Octal | 373 | 23 | 74 | 0 | 134 | 114 | 2 | 535 | 141 | 65 |
| Binary | 11111011 | 10011 | 111100 | 0 | 1011100 | 1001100 | 10 | 101011101 | 1100001 | 110101 |
Color Harmonies of #FB133C
Complementary color
Monochromatic Colors of #FB133C
Black with #FB133C
Text Example
Text Example
White with #FB133C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB133C; }
p { color: rgb(251,19,60); }
H1.HeaderClassName
{
color: #FB133C;
}
.AnyTagClassName
{
color: #FB133C;
}
</style>
background-color css
<style>
a { background-color: #FB133C; }
a { background-color: rgb(251,19,60); }
div.DivClassName
{
background-color: #FB133C;
}
.BgClassName
{
background-color: #FB133C;
}
</style>
border-color css
<style>
span { border-color: #FB133C; }
span { border-color: rgb(251,19,60); }
td.TdClassName
{
border-color: #FB133C;
}
.TagClassName
{
border-color: #FB133C;
}
</style>