Shades of Torch Red #FB192C
Tints of Torch Red #FB192C
RGB
CMYK
RGB Variations
Color information
#FB192C (or 0xFB192C) is known color: Torch Red. HEX triplet: FB, 19 and 2C. RGB value is (251,25,44). Sum of RGB (Red+Green+Blue) = 251+25+44=320 (42% of max value = 765). Red value is 251 (98.44% from 255 or 78.44% from 320); Green value is 25 (10.16% from 255 or 7.81% from 320); Blue value is 44 (17.58% from 255 or 13.75% from 320); Max value from RGB is 251 - color contains mainly: red. Hex color #FB192C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB192C is #04E6D3. Grayscale: #5E5E5E. Windows color (decimal): -321236 or 2890235. OLE color: 2890235.
HSL color Cylindrical-coordinate representation of color #FB192C: hue angle of 354.96º 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 #FB192C is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 25 | 44 | - |
| CMYK | 0 | 0.90 | 0.82 | 0.02 |
| HSL | 354.96º | 0.97% | 0.54% | - |
| HSV(B) | 354.96º | 0.9% | 0.98% | - |
| XYZ | 40.59 | 21.39 | 4.37 | - |
| YUV | 94.74 | 99.37 | 239.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 25 | 44 | 0 | 0.90 | 0.82 | 0.02 | 354.96 | 0.97 | 0.54 |
| Hex | FB | 19 | 2C | 0 | 5A | 52 | 2 | 163 | 61 | 36 |
| Octal | 373 | 31 | 54 | 0 | 132 | 122 | 2 | 543 | 141 | 66 |
| Binary | 11111011 | 11001 | 101100 | 0 | 1011010 | 1010010 | 10 | 101100011 | 1100001 | 110110 |
Color Harmonies of #FB192C
Complementary color
Monochromatic Colors of #FB192C
Black with #FB192C
Text Example
Text Example
White with #FB192C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB192C; }
p { color: rgb(251,25,44); }
H1.HeaderClassName
{
color: #FB192C;
}
.AnyTagClassName
{
color: #FB192C;
}
</style>
background-color css
<style>
a { background-color: #FB192C; }
a { background-color: rgb(251,25,44); }
div.DivClassName
{
background-color: #FB192C;
}
.BgClassName
{
background-color: #FB192C;
}
</style>
border-color css
<style>
span { border-color: #FB192C; }
span { border-color: rgb(251,25,44); }
td.TdClassName
{
border-color: #FB192C;
}
.TagClassName
{
border-color: #FB192C;
}
</style>