Shades of Torch Red #FB0A2B
Tints of Torch Red #FB0A2B
RGB
CMYK
RGB Variations
Color information
#FB0A2B (or 0xFB0A2B) is known color: Torch Red. HEX triplet: FB, 0A and 2B. RGB value is (251,10,43). Sum of RGB (Red+Green+Blue) = 251+10+43=304 (40% of max value = 765). Red value is 251 (98.44% from 255 or 82.57% from 304); Green value is 10 (4.30% from 255 or 3.29% from 304); Blue value is 43 (17.19% from 255 or 14.14% from 304); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0A2B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB0A2B is #04F5D4. Grayscale: #555555. Windows color (decimal): -325077 or 2820859. OLE color: 2820859.
HSL color Cylindrical-coordinate representation of color #FB0A2B: hue angle of 351.78º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FB0A2B is Cyan = 0, Magento = 0.96, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 10 | 43 | - |
| CMYK | 0 | 0.96 | 0.83 | 0.02 |
| HSL | 351.78º | 0.97% | 0.51% | - |
| HSV(B) | 351.78º | 0.96% | 0.98% | - |
| XYZ | 40.33 | 20.9 | 4.19 | - |
| YUV | 85.82 | 103.84 | 245.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 10 | 43 | 0 | 0.96 | 0.83 | 0.02 | 351.78 | 0.97 | 0.51 |
| Hex | FB | A | 2B | 0 | 60 | 53 | 2 | 160 | 61 | 33 |
| Octal | 373 | 12 | 53 | 0 | 140 | 123 | 2 | 540 | 141 | 63 |
| Binary | 11111011 | 1010 | 101011 | 0 | 1100000 | 1010011 | 10 | 101100000 | 1100001 | 110011 |
Color Harmonies of #FB0A2B
Complementary color
Monochromatic Colors of #FB0A2B
Black with #FB0A2B
Text Example
Text Example
White with #FB0A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0A2B; }
p { color: rgb(251,10,43); }
H1.HeaderClassName
{
color: #FB0A2B;
}
.AnyTagClassName
{
color: #FB0A2B;
}
</style>
background-color css
<style>
a { background-color: #FB0A2B; }
a { background-color: rgb(251,10,43); }
div.DivClassName
{
background-color: #FB0A2B;
}
.BgClassName
{
background-color: #FB0A2B;
}
</style>
border-color css
<style>
span { border-color: #FB0A2B; }
span { border-color: rgb(251,10,43); }
td.TdClassName
{
border-color: #FB0A2B;
}
.TagClassName
{
border-color: #FB0A2B;
}
</style>