Shades of Torch Red #FB103F
Tints of Torch Red #FB103F
RGB
CMYK
RGB Variations
Color information
#FB103F (or 0xFB103F) is known color: Torch Red. HEX triplet: FB, 10 and 3F. RGB value is (251,16,63). Sum of RGB (Red+Green+Blue) = 251+16+63=330 (43% of max value = 765). Red value is 251 (98.44% from 255 or 76.06% from 330); Green value is 16 (6.64% from 255 or 4.85% from 330); Blue value is 63 (25% from 255 or 19.09% from 330); Max value from RGB is 251 - color contains mainly: red. Hex color #FB103F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB103F is #04EFC0. Grayscale: #5B5B5B. Windows color (decimal): -323521 or 4133115. OLE color: 4133115.
HSL color Cylindrical-coordinate representation of color #FB103F: hue angle of 348º 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 #FB103F is Cyan = 0, Magento = 0.94, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 16 | 63 | - |
| CMYK | 0 | 0.94 | 0.75 | 0.02 |
| HSL | 348º | 0.97% | 0.52% | - |
| HSV(B) | 348º | 0.94% | 0.98% | - |
| XYZ | 40.87 | 21.24 | 6.65 | - |
| YUV | 91.62 | 111.86 | 241.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 16 | 63 | 0 | 0.94 | 0.75 | 0.02 | 348 | 0.97 | 0.52 |
| Hex | FB | 10 | 3F | 0 | 5E | 4B | 2 | 15C | 61 | 34 |
| Octal | 373 | 20 | 77 | 0 | 136 | 113 | 2 | 534 | 141 | 64 |
| Binary | 11111011 | 10000 | 111111 | 0 | 1011110 | 1001011 | 10 | 101011100 | 1100001 | 110100 |
Color Harmonies of #FB103F
Complementary color
Monochromatic Colors of #FB103F
Black with #FB103F
Text Example
Text Example
White with #FB103F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB103F; }
p { color: rgb(251,16,63); }
H1.HeaderClassName
{
color: #FB103F;
}
.AnyTagClassName
{
color: #FB103F;
}
</style>
background-color css
<style>
a { background-color: #FB103F; }
a { background-color: rgb(251,16,63); }
div.DivClassName
{
background-color: #FB103F;
}
.BgClassName
{
background-color: #FB103F;
}
</style>
border-color css
<style>
span { border-color: #FB103F; }
span { border-color: rgb(251,16,63); }
td.TdClassName
{
border-color: #FB103F;
}
.TagClassName
{
border-color: #FB103F;
}
</style>