Shades of Torch Red #FB101D
Tints of Torch Red #FB101D
RGB
CMYK
RGB Variations
Color information
#FB101D (or 0xFB101D) is known color: Torch Red. HEX triplet: FB, 10 and 1D. RGB value is (251,16,29). Sum of RGB (Red+Green+Blue) = 251+16+29=296 (39% of max value = 765). Red value is 251 (98.44% from 255 or 84.80% from 296); Green value is 16 (6.64% from 255 or 5.41% from 296); Blue value is 29 (11.72% from 255 or 9.80% from 296); Max value from RGB is 251 - color contains mainly: red. Hex color #FB101D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB101D is #04EFE2. Grayscale: #575757. Windows color (decimal): -323555 or 1904891. OLE color: 1904891.
HSL color Cylindrical-coordinate representation of color #FB101D: hue angle of 356.68º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FB101D is Cyan = 0, Magento = 0.94, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 16 | 29 | - |
| CMYK | 0 | 0.94 | 0.88 | 0.02 |
| HSL | 356.68º | 0.97% | 0.52% | - |
| HSV(B) | 356.68º | 0.94% | 0.98% | - |
| XYZ | 40.19 | 20.97 | 3.09 | - |
| YUV | 87.75 | 94.86 | 244.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 16 | 29 | 0 | 0.94 | 0.88 | 0.02 | 356.68 | 0.97 | 0.52 |
| Hex | FB | 10 | 1D | 0 | 5E | 58 | 2 | 165 | 61 | 34 |
| Octal | 373 | 20 | 35 | 0 | 136 | 130 | 2 | 545 | 141 | 64 |
| Binary | 11111011 | 10000 | 11101 | 0 | 1011110 | 1011000 | 10 | 101100101 | 1100001 | 110100 |
Color Harmonies of #FB101D
Complementary color
Monochromatic Colors of #FB101D
Black with #FB101D
Text Example
Text Example
White with #FB101D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB101D; }
p { color: rgb(251,16,29); }
H1.HeaderClassName
{
color: #FB101D;
}
.AnyTagClassName
{
color: #FB101D;
}
</style>
background-color css
<style>
a { background-color: #FB101D; }
a { background-color: rgb(251,16,29); }
div.DivClassName
{
background-color: #FB101D;
}
.BgClassName
{
background-color: #FB101D;
}
</style>
border-color css
<style>
span { border-color: #FB101D; }
span { border-color: rgb(251,16,29); }
td.TdClassName
{
border-color: #FB101D;
}
.TagClassName
{
border-color: #FB101D;
}
</style>