Shades of Torch Red #FB192F
Tints of Torch Red #FB192F
RGB
CMYK
RGB Variations
Color information
#FB192F (or 0xFB192F) is known color: Torch Red. HEX triplet: FB, 19 and 2F. RGB value is (251,25,47). Sum of RGB (Red+Green+Blue) = 251+25+47=323 (42% of max value = 765). Red value is 251 (98.44% from 255 or 77.71% from 323); Green value is 25 (10.16% from 255 or 7.74% from 323); Blue value is 47 (18.75% from 255 or 14.55% from 323); Max value from RGB is 251 - color contains mainly: red. Hex color #FB192F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB192F is #04E6D0. Grayscale: #5F5F5F. Windows color (decimal): -321233 or 3086843. OLE color: 3086843.
HSL color Cylindrical-coordinate representation of color #FB192F: hue angle of 354.16º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FB192F is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 25 | 47 | - |
| CMYK | 0 | 0.90 | 0.81 | 0.02 |
| HSL | 354.16º | 0.97% | 0.54% | - |
| HSV(B) | 354.16º | 0.9% | 0.98% | - |
| XYZ | 40.64 | 21.41 | 4.68 | - |
| YUV | 95.08 | 100.87 | 239.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 25 | 47 | 0 | 0.90 | 0.81 | 0.02 | 354.16 | 0.97 | 0.54 |
| Hex | FB | 19 | 2F | 0 | 5A | 51 | 2 | 162 | 61 | 36 |
| Octal | 373 | 31 | 57 | 0 | 132 | 121 | 2 | 542 | 141 | 66 |
| Binary | 11111011 | 11001 | 101111 | 0 | 1011010 | 1010001 | 10 | 101100010 | 1100001 | 110110 |
Color Harmonies of #FB192F
Complementary color
Monochromatic Colors of #FB192F
Black with #FB192F
Text Example
Text Example
White with #FB192F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB192F; }
p { color: rgb(251,25,47); }
H1.HeaderClassName
{
color: #FB192F;
}
.AnyTagClassName
{
color: #FB192F;
}
</style>
background-color css
<style>
a { background-color: #FB192F; }
a { background-color: rgb(251,25,47); }
div.DivClassName
{
background-color: #FB192F;
}
.BgClassName
{
background-color: #FB192F;
}
</style>
border-color css
<style>
span { border-color: #FB192F; }
span { border-color: rgb(251,25,47); }
td.TdClassName
{
border-color: #FB192F;
}
.TagClassName
{
border-color: #FB192F;
}
</style>