Shades of Torch Red #FB194D
Tints of Torch Red #FB194D
RGB
CMYK
RGB Variations
Color information
#FB194D (or 0xFB194D) is known color: Torch Red. HEX triplet: FB, 19 and 4D. RGB value is (251,25,77). Sum of RGB (Red+Green+Blue) = 251+25+77=353 (46% of max value = 765). Red value is 251 (98.44% from 255 or 71.10% from 353); Green value is 25 (10.16% from 255 or 7.08% from 353); Blue value is 77 (30.47% from 255 or 21.81% from 353); Max value from RGB is 251 - color contains mainly: red. Hex color #FB194D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB194D is #04E6B2. Grayscale: #626262. Windows color (decimal): -321203 or 5052923. OLE color: 5052923.
HSL color Cylindrical-coordinate representation of color #FB194D: hue angle of 346.19º 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 #FB194D is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 25 | 77 | - |
| CMYK | 0 | 0.90 | 0.69 | 0.02 |
| HSL | 346.19º | 0.97% | 0.54% | - |
| HSV(B) | 346.19º | 0.9% | 0.98% | - |
| XYZ | 41.47 | 21.74 | 9.03 | - |
| YUV | 98.5 | 115.87 | 236.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 25 | 77 | 0 | 0.90 | 0.69 | 0.02 | 346.19 | 0.97 | 0.54 |
| Hex | FB | 19 | 4D | 0 | 5A | 45 | 2 | 15A | 61 | 36 |
| Octal | 373 | 31 | 115 | 0 | 132 | 105 | 2 | 532 | 141 | 66 |
| Binary | 11111011 | 11001 | 1001101 | 0 | 1011010 | 1000101 | 10 | 101011010 | 1100001 | 110110 |
Color Harmonies of #FB194D
Complementary color
Monochromatic Colors of #FB194D
Black with #FB194D
Text Example
Text Example
White with #FB194D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB194D; }
p { color: rgb(251,25,77); }
H1.HeaderClassName
{
color: #FB194D;
}
.AnyTagClassName
{
color: #FB194D;
}
</style>
background-color css
<style>
a { background-color: #FB194D; }
a { background-color: rgb(251,25,77); }
div.DivClassName
{
background-color: #FB194D;
}
.BgClassName
{
background-color: #FB194D;
}
</style>
border-color css
<style>
span { border-color: #FB194D; }
span { border-color: rgb(251,25,77); }
td.TdClassName
{
border-color: #FB194D;
}
.TagClassName
{
border-color: #FB194D;
}
</style>