Shades of Torch Red #FB182B
Tints of Torch Red #FB182B
RGB
CMYK
RGB Variations
Color information
#FB182B (or 0xFB182B) is known color: Torch Red. HEX triplet: FB, 18 and 2B. RGB value is (251,24,43). Sum of RGB (Red+Green+Blue) = 251+24+43=318 (42% of max value = 765). Red value is 251 (98.44% from 255 or 78.93% from 318); Green value is 24 (9.77% from 255 or 7.55% from 318); Blue value is 43 (17.19% from 255 or 13.52% from 318); Max value from RGB is 251 - color contains mainly: red. Hex color #FB182B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB182B is #04E7D4. Grayscale: #5E5E5E. Windows color (decimal): -321493 or 2824443. OLE color: 2824443.
HSL color Cylindrical-coordinate representation of color #FB182B: hue angle of 354.98º 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 #FB182B is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 24 | 43 | - |
| CMYK | 0 | 0.90 | 0.83 | 0.02 |
| HSL | 354.98º | 0.97% | 0.54% | - |
| HSV(B) | 354.98º | 0.9% | 0.98% | - |
| XYZ | 40.55 | 21.34 | 4.27 | - |
| YUV | 94.04 | 99.21 | 239.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 24 | 43 | 0 | 0.90 | 0.83 | 0.02 | 354.98 | 0.97 | 0.54 |
| Hex | FB | 18 | 2B | 0 | 5A | 53 | 2 | 163 | 61 | 36 |
| Octal | 373 | 30 | 53 | 0 | 132 | 123 | 2 | 543 | 141 | 66 |
| Binary | 11111011 | 11000 | 101011 | 0 | 1011010 | 1010011 | 10 | 101100011 | 1100001 | 110110 |
Color Harmonies of #FB182B
Complementary color
Monochromatic Colors of #FB182B
Black with #FB182B
Text Example
Text Example
White with #FB182B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB182B; }
p { color: rgb(251,24,43); }
H1.HeaderClassName
{
color: #FB182B;
}
.AnyTagClassName
{
color: #FB182B;
}
</style>
background-color css
<style>
a { background-color: #FB182B; }
a { background-color: rgb(251,24,43); }
div.DivClassName
{
background-color: #FB182B;
}
.BgClassName
{
background-color: #FB182B;
}
</style>
border-color css
<style>
span { border-color: #FB182B; }
span { border-color: rgb(251,24,43); }
td.TdClassName
{
border-color: #FB182B;
}
.TagClassName
{
border-color: #FB182B;
}
</style>