Shades of Torch Red #FB192D
Tints of Torch Red #FB192D
RGB
CMYK
RGB Variations
Color information
#FB192D (or 0xFB192D) is known color: Torch Red. HEX triplet: FB, 19 and 2D. RGB value is (251,25,45). Sum of RGB (Red+Green+Blue) = 251+25+45=321 (42% of max value = 765). Red value is 251 (98.44% from 255 or 78.19% from 321); Green value is 25 (10.16% from 255 or 7.79% from 321); Blue value is 45 (17.97% from 255 or 14.02% from 321); Max value from RGB is 251 - color contains mainly: red. Hex color #FB192D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB192D is #04E6D2. Grayscale: #5F5F5F. Windows color (decimal): -321235 or 2955771. OLE color: 2955771.
HSL color Cylindrical-coordinate representation of color #FB192D: hue angle of 354.69º 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 #FB192D is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 25 | 45 | - |
| CMYK | 0 | 0.90 | 0.82 | 0.02 |
| HSL | 354.69º | 0.97% | 0.54% | - |
| HSV(B) | 354.69º | 0.9% | 0.98% | - |
| XYZ | 40.6 | 21.39 | 4.47 | - |
| YUV | 94.85 | 99.87 | 239.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 25 | 45 | 0 | 0.90 | 0.82 | 0.02 | 354.69 | 0.97 | 0.54 |
| Hex | FB | 19 | 2D | 0 | 5A | 52 | 2 | 163 | 61 | 36 |
| Octal | 373 | 31 | 55 | 0 | 132 | 122 | 2 | 543 | 141 | 66 |
| Binary | 11111011 | 11001 | 101101 | 0 | 1011010 | 1010010 | 10 | 101100011 | 1100001 | 110110 |
Color Harmonies of #FB192D
Complementary color
Monochromatic Colors of #FB192D
Black with #FB192D
Text Example
Text Example
White with #FB192D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB192D; }
p { color: rgb(251,25,45); }
H1.HeaderClassName
{
color: #FB192D;
}
.AnyTagClassName
{
color: #FB192D;
}
</style>
background-color css
<style>
a { background-color: #FB192D; }
a { background-color: rgb(251,25,45); }
div.DivClassName
{
background-color: #FB192D;
}
.BgClassName
{
background-color: #FB192D;
}
</style>
border-color css
<style>
span { border-color: #FB192D; }
span { border-color: rgb(251,25,45); }
td.TdClassName
{
border-color: #FB192D;
}
.TagClassName
{
border-color: #FB192D;
}
</style>