Shades of Torch Red #FB182C
Tints of Torch Red #FB182C
RGB
CMYK
RGB Variations
Color information
#FB182C (or 0xFB182C) is known color: Torch Red. HEX triplet: FB, 18 and 2C. RGB value is (251,24,44). Sum of RGB (Red+Green+Blue) = 251+24+44=319 (42% of max value = 765). Red value is 251 (98.44% from 255 or 78.68% from 319); Green value is 24 (9.77% from 255 or 7.52% from 319); Blue value is 44 (17.58% from 255 or 13.79% from 319); Max value from RGB is 251 - color contains mainly: red. Hex color #FB182C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB182C is #04E7D3. Grayscale: #5E5E5E. Windows color (decimal): -321492 or 2889979. OLE color: 2889979.
HSL color Cylindrical-coordinate representation of color #FB182C: hue angle of 354.71º 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 #FB182C is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 24 | 44 | - |
| CMYK | 0 | 0.90 | 0.82 | 0.02 |
| HSL | 354.71º | 0.97% | 0.54% | - |
| HSV(B) | 354.71º | 0.9% | 0.98% | - |
| XYZ | 40.56 | 21.34 | 4.36 | - |
| YUV | 94.15 | 99.71 | 239.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 24 | 44 | 0 | 0.90 | 0.82 | 0.02 | 354.71 | 0.97 | 0.54 |
| Hex | FB | 18 | 2C | 0 | 5A | 52 | 2 | 163 | 61 | 36 |
| Octal | 373 | 30 | 54 | 0 | 132 | 122 | 2 | 543 | 141 | 66 |
| Binary | 11111011 | 11000 | 101100 | 0 | 1011010 | 1010010 | 10 | 101100011 | 1100001 | 110110 |
Color Harmonies of #FB182C
Complementary color
Monochromatic Colors of #FB182C
Black with #FB182C
Text Example
Text Example
White with #FB182C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB182C; }
p { color: rgb(251,24,44); }
H1.HeaderClassName
{
color: #FB182C;
}
.AnyTagClassName
{
color: #FB182C;
}
</style>
background-color css
<style>
a { background-color: #FB182C; }
a { background-color: rgb(251,24,44); }
div.DivClassName
{
background-color: #FB182C;
}
.BgClassName
{
background-color: #FB182C;
}
</style>
border-color css
<style>
span { border-color: #FB182C; }
span { border-color: rgb(251,24,44); }
td.TdClassName
{
border-color: #FB182C;
}
.TagClassName
{
border-color: #FB182C;
}
</style>