Shades of Torch Red #FB103D
Tints of Torch Red #FB103D
RGB
CMYK
RGB Variations
Color information
#FB103D (or 0xFB103D) is known color: Torch Red. HEX triplet: FB, 10 and 3D. RGB value is (251,16,61). Sum of RGB (Red+Green+Blue) = 251+16+61=328 (43% of max value = 765). Red value is 251 (98.44% from 255 or 76.52% from 328); Green value is 16 (6.64% from 255 or 4.88% from 328); Blue value is 61 (24.22% from 255 or 18.60% from 328); Max value from RGB is 251 - color contains mainly: red. Hex color #FB103D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB103D is #04EFC2. Grayscale: #5B5B5B. Windows color (decimal): -323523 or 4002043. OLE color: 4002043.
HSL color Cylindrical-coordinate representation of color #FB103D: hue angle of 348.51º 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 #FB103D is Cyan = 0, Magento = 0.94, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 16 | 61 | - |
| CMYK | 0 | 0.94 | 0.76 | 0.02 |
| HSL | 348.51º | 0.97% | 0.52% | - |
| HSV(B) | 348.51º | 0.94% | 0.98% | - |
| XYZ | 40.81 | 21.22 | 6.36 | - |
| YUV | 91.4 | 110.86 | 241.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 16 | 61 | 0 | 0.94 | 0.76 | 0.02 | 348.51 | 0.97 | 0.52 |
| Hex | FB | 10 | 3D | 0 | 5E | 4C | 2 | 15D | 61 | 34 |
| Octal | 373 | 20 | 75 | 0 | 136 | 114 | 2 | 535 | 141 | 64 |
| Binary | 11111011 | 10000 | 111101 | 0 | 1011110 | 1001100 | 10 | 101011101 | 1100001 | 110100 |
Color Harmonies of #FB103D
Complementary color
Monochromatic Colors of #FB103D
Black with #FB103D
Text Example
Text Example
White with #FB103D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB103D; }
p { color: rgb(251,16,61); }
H1.HeaderClassName
{
color: #FB103D;
}
.AnyTagClassName
{
color: #FB103D;
}
</style>
background-color css
<style>
a { background-color: #FB103D; }
a { background-color: rgb(251,16,61); }
div.DivClassName
{
background-color: #FB103D;
}
.BgClassName
{
background-color: #FB103D;
}
</style>
border-color css
<style>
span { border-color: #FB103D; }
span { border-color: rgb(251,16,61); }
td.TdClassName
{
border-color: #FB103D;
}
.TagClassName
{
border-color: #FB103D;
}
</style>