Shades of Torch Red #FB162A
Tints of Torch Red #FB162A
RGB
CMYK
RGB Variations
Color information
#FB162A (or 0xFB162A) is known color: Torch Red. HEX triplet: FB, 16 and 2A. RGB value is (251,22,42). Sum of RGB (Red+Green+Blue) = 251+22+42=315 (41% of max value = 765). Red value is 251 (98.44% from 255 or 79.68% from 315); Green value is 22 (8.98% from 255 or 6.98% from 315); Blue value is 42 (16.80% from 255 or 13.33% from 315); Max value from RGB is 251 - color contains mainly: red. Hex color #FB162A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB162A is #04E9D5. Grayscale: #5C5C5C. Windows color (decimal): -322006 or 2758395. OLE color: 2758395.
HSL color Cylindrical-coordinate representation of color #FB162A: hue angle of 354.76º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FB162A is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 22 | 42 | - |
| CMYK | 0 | 0.91 | 0.83 | 0.02 |
| HSL | 354.76º | 0.97% | 0.54% | - |
| HSV(B) | 354.76º | 0.91% | 0.98% | - |
| XYZ | 40.49 | 21.25 | 4.16 | - |
| YUV | 92.75 | 99.37 | 240.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 22 | 42 | 0 | 0.91 | 0.83 | 0.02 | 354.76 | 0.97 | 0.54 |
| Hex | FB | 16 | 2A | 0 | 5B | 53 | 2 | 163 | 61 | 36 |
| Octal | 373 | 26 | 52 | 0 | 133 | 123 | 2 | 543 | 141 | 66 |
| Binary | 11111011 | 10110 | 101010 | 0 | 1011011 | 1010011 | 10 | 101100011 | 1100001 | 110110 |
Color Harmonies of #FB162A
Complementary color
Monochromatic Colors of #FB162A
Black with #FB162A
Text Example
Text Example
White with #FB162A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB162A; }
p { color: rgb(251,22,42); }
H1.HeaderClassName
{
color: #FB162A;
}
.AnyTagClassName
{
color: #FB162A;
}
</style>
background-color css
<style>
a { background-color: #FB162A; }
a { background-color: rgb(251,22,42); }
div.DivClassName
{
background-color: #FB162A;
}
.BgClassName
{
background-color: #FB162A;
}
</style>
border-color css
<style>
span { border-color: #FB162A; }
span { border-color: rgb(251,22,42); }
td.TdClassName
{
border-color: #FB162A;
}
.TagClassName
{
border-color: #FB162A;
}
</style>