Shades of Torch Red #FB194C
Tints of Torch Red #FB194C
RGB
CMYK
RGB Variations
Color information
#FB194C (or 0xFB194C) is known color: Torch Red. HEX triplet: FB, 19 and 4C. RGB value is (251,25,76). Sum of RGB (Red+Green+Blue) = 251+25+76=352 (46% of max value = 765). Red value is 251 (98.44% from 255 or 71.31% from 352); Green value is 25 (10.16% from 255 or 7.10% from 352); Blue value is 76 (30.08% from 255 or 21.59% from 352); Max value from RGB is 251 - color contains mainly: red. Hex color #FB194C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB194C is #04E6B3. Grayscale: #626262. Windows color (decimal): -321204 or 4987387. OLE color: 4987387.
HSL color Cylindrical-coordinate representation of color #FB194C: hue angle of 346.46º 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 #FB194C is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 25 | 76 | - |
| CMYK | 0 | 0.90 | 0.70 | 0.02 |
| HSL | 346.46º | 0.97% | 0.54% | - |
| HSV(B) | 346.46º | 0.9% | 0.98% | - |
| XYZ | 41.44 | 21.73 | 8.85 | - |
| YUV | 98.39 | 115.37 | 236.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 25 | 76 | 0 | 0.90 | 0.70 | 0.02 | 346.46 | 0.97 | 0.54 |
| Hex | FB | 19 | 4C | 0 | 5A | 46 | 2 | 15A | 61 | 36 |
| Octal | 373 | 31 | 114 | 0 | 132 | 106 | 2 | 532 | 141 | 66 |
| Binary | 11111011 | 11001 | 1001100 | 0 | 1011010 | 1000110 | 10 | 101011010 | 1100001 | 110110 |
Color Harmonies of #FB194C
Complementary color
Monochromatic Colors of #FB194C
Black with #FB194C
Text Example
Text Example
White with #FB194C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB194C; }
p { color: rgb(251,25,76); }
H1.HeaderClassName
{
color: #FB194C;
}
.AnyTagClassName
{
color: #FB194C;
}
</style>
background-color css
<style>
a { background-color: #FB194C; }
a { background-color: rgb(251,25,76); }
div.DivClassName
{
background-color: #FB194C;
}
.BgClassName
{
background-color: #FB194C;
}
</style>
border-color css
<style>
span { border-color: #FB194C; }
span { border-color: rgb(251,25,76); }
td.TdClassName
{
border-color: #FB194C;
}
.TagClassName
{
border-color: #FB194C;
}
</style>