Shades of Torch Red #FB131D
Tints of Torch Red #FB131D
RGB
CMYK
RGB Variations
Color information
#FB131D (or 0xFB131D) is known color: Torch Red. HEX triplet: FB, 13 and 1D. RGB value is (251,19,29). Sum of RGB (Red+Green+Blue) = 251+19+29=299 (39% of max value = 765). Red value is 251 (98.44% from 255 or 83.95% from 299); Green value is 19 (7.81% from 255 or 6.35% from 299); Blue value is 29 (11.72% from 255 or 9.70% from 299); Max value from RGB is 251 - color contains mainly: red. Hex color #FB131D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB131D is #04ECE2. Grayscale: #595959. Windows color (decimal): -322787 or 1905659. OLE color: 1905659.
HSL color Cylindrical-coordinate representation of color #FB131D: hue angle of 357.41º 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 #FB131D is Cyan = 0, Magento = 0.92, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 19 | 29 | - |
| CMYK | 0 | 0.92 | 0.88 | 0.02 |
| HSL | 357.41º | 0.97% | 0.53% | - |
| HSV(B) | 357.41º | 0.92% | 0.98% | - |
| XYZ | 40.24 | 21.06 | 3.11 | - |
| YUV | 89.51 | 93.86 | 243.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 19 | 29 | 0 | 0.92 | 0.88 | 0.02 | 357.41 | 0.97 | 0.53 |
| Hex | FB | 13 | 1D | 0 | 5C | 58 | 2 | 165 | 61 | 35 |
| Octal | 373 | 23 | 35 | 0 | 134 | 130 | 2 | 545 | 141 | 65 |
| Binary | 11111011 | 10011 | 11101 | 0 | 1011100 | 1011000 | 10 | 101100101 | 1100001 | 110101 |
Color Harmonies of #FB131D
Complementary color
Monochromatic Colors of #FB131D
Black with #FB131D
Text Example
Text Example
White with #FB131D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB131D; }
p { color: rgb(251,19,29); }
H1.HeaderClassName
{
color: #FB131D;
}
.AnyTagClassName
{
color: #FB131D;
}
</style>
background-color css
<style>
a { background-color: #FB131D; }
a { background-color: rgb(251,19,29); }
div.DivClassName
{
background-color: #FB131D;
}
.BgClassName
{
background-color: #FB131D;
}
</style>
border-color css
<style>
span { border-color: #FB131D; }
span { border-color: rgb(251,19,29); }
td.TdClassName
{
border-color: #FB131D;
}
.TagClassName
{
border-color: #FB131D;
}
</style>