Shades of Torch Red #FB010D
Tints of Torch Red #FB010D
RGB
CMYK
RGB Variations
Color information
#FB010D (or 0xFB010D) is known color: Torch Red. HEX triplet: FB, 01 and 0D. RGB value is (251,1,13). Sum of RGB (Red+Green+Blue) = 251+1+13=265 (35% of max value = 765). Red value is 251 (98.44% from 255 or 94.72% from 265); Green value is 1 (0.78% from 255 or 0.38% from 265); Blue value is 13 (5.47% from 255 or 4.91% from 265); Max value from RGB is 251 - color contains mainly: red. Hex color #FB010D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB010D is #04FEF2. Grayscale: #4D4D4D. Windows color (decimal): -327411 or 852475. OLE color: 852475.
HSL color Cylindrical-coordinate representation of color #FB010D: hue angle of 357.12º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FB010D is Cyan = 0, Magento = 1.00, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 1 | 13 | - |
| CMYK | 0 | 1.00 | 0.95 | 0.02 |
| HSL | 357.12º | 0.99% | 0.49% | - |
| HSV(B) | 357.12º | 1% | 0.98% | - |
| XYZ | 39.87 | 20.56 | 2.25 | - |
| YUV | 77.12 | 91.83 | 252.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 1 | 13 | 0 | 1.00 | 0.95 | 0.02 | 357.12 | 0.99 | 0.49 |
| Hex | FB | 1 | D | 0 | 64 | 5F | 2 | 165 | 63 | 31 |
| Octal | 373 | 1 | 15 | 0 | 144 | 137 | 2 | 545 | 143 | 61 |
| Binary | 11111011 | 1 | 1101 | 0 | 1100100 | 1011111 | 10 | 101100101 | 1100011 | 110001 |
Color Harmonies of #FB010D
Complementary color
Monochromatic Colors of #FB010D
Black with #FB010D
Text Example
Text Example
White with #FB010D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB010D; }
p { color: rgb(251,1,13); }
H1.HeaderClassName
{
color: #FB010D;
}
.AnyTagClassName
{
color: #FB010D;
}
</style>
background-color css
<style>
a { background-color: #FB010D; }
a { background-color: rgb(251,1,13); }
div.DivClassName
{
background-color: #FB010D;
}
.BgClassName
{
background-color: #FB010D;
}
</style>
border-color css
<style>
span { border-color: #FB010D; }
span { border-color: rgb(251,1,13); }
td.TdClassName
{
border-color: #FB010D;
}
.TagClassName
{
border-color: #FB010D;
}
</style>