Shades of Torch Red #FB0F2B
Tints of Torch Red #FB0F2B
RGB
CMYK
RGB Variations
Color information
#FB0F2B (or 0xFB0F2B) is known color: Torch Red. HEX triplet: FB, 0F and 2B. RGB value is (251,15,43). Sum of RGB (Red+Green+Blue) = 251+15+43=309 (40% of max value = 765). Red value is 251 (98.44% from 255 or 81.23% from 309); Green value is 15 (6.25% from 255 or 4.85% from 309); Blue value is 43 (17.19% from 255 or 13.92% from 309); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0F2B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB0F2B is #04F0D4. Grayscale: #585858. Windows color (decimal): -323797 or 2822139. OLE color: 2822139.
HSL color Cylindrical-coordinate representation of color #FB0F2B: hue angle of 352.88º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FB0F2B is Cyan = 0, Magento = 0.94, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 15 | 43 | - |
| CMYK | 0 | 0.94 | 0.83 | 0.02 |
| HSL | 352.88º | 0.97% | 0.52% | - |
| HSV(B) | 352.88º | 0.94% | 0.98% | - |
| XYZ | 40.39 | 21.03 | 4.21 | - |
| YUV | 88.76 | 102.19 | 243.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 15 | 43 | 0 | 0.94 | 0.83 | 0.02 | 352.88 | 0.97 | 0.52 |
| Hex | FB | F | 2B | 0 | 5E | 53 | 2 | 161 | 61 | 34 |
| Octal | 373 | 17 | 53 | 0 | 136 | 123 | 2 | 541 | 141 | 64 |
| Binary | 11111011 | 1111 | 101011 | 0 | 1011110 | 1010011 | 10 | 101100001 | 1100001 | 110100 |
Color Harmonies of #FB0F2B
Complementary color
Monochromatic Colors of #FB0F2B
Black with #FB0F2B
Text Example
Text Example
White with #FB0F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0F2B; }
p { color: rgb(251,15,43); }
H1.HeaderClassName
{
color: #FB0F2B;
}
.AnyTagClassName
{
color: #FB0F2B;
}
</style>
background-color css
<style>
a { background-color: #FB0F2B; }
a { background-color: rgb(251,15,43); }
div.DivClassName
{
background-color: #FB0F2B;
}
.BgClassName
{
background-color: #FB0F2B;
}
</style>
border-color css
<style>
span { border-color: #FB0F2B; }
span { border-color: rgb(251,15,43); }
td.TdClassName
{
border-color: #FB0F2B;
}
.TagClassName
{
border-color: #FB0F2B;
}
</style>