Shades of Torch Red #FB012B
Tints of Torch Red #FB012B
RGB
CMYK
RGB Variations
Color information
#FB012B (or 0xFB012B) is known color: Torch Red. HEX triplet: FB, 01 and 2B. RGB value is (251,1,43). Sum of RGB (Red+Green+Blue) = 251+1+43=295 (39% of max value = 765). Red value is 251 (98.44% from 255 or 85.08% from 295); Green value is 1 (0.78% from 255 or 0.34% from 295); Blue value is 43 (17.19% from 255 or 14.58% from 295); Max value from RGB is 251 - color contains mainly: red. Hex color #FB012B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB012B is #04FED4. Grayscale: #505050. Windows color (decimal): -327381 or 2818555. OLE color: 2818555.
HSL color Cylindrical-coordinate representation of color #FB012B: hue angle of 349.92º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FB012B is Cyan = 0, Magento = 1.00, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 1 | 43 | - |
| CMYK | 0 | 1.00 | 0.83 | 0.02 |
| HSL | 349.92º | 0.99% | 0.49% | - |
| HSV(B) | 349.92º | 1% | 0.98% | - |
| XYZ | 40.23 | 20.71 | 4.16 | - |
| YUV | 80.54 | 106.83 | 249.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 1 | 43 | 0 | 1.00 | 0.83 | 0.02 | 349.92 | 0.99 | 0.49 |
| Hex | FB | 1 | 2B | 0 | 64 | 53 | 2 | 15E | 63 | 31 |
| Octal | 373 | 1 | 53 | 0 | 144 | 123 | 2 | 536 | 143 | 61 |
| Binary | 11111011 | 1 | 101011 | 0 | 1100100 | 1010011 | 10 | 101011110 | 1100011 | 110001 |
Color Harmonies of #FB012B
Complementary color
Monochromatic Colors of #FB012B
Black with #FB012B
Text Example
Text Example
White with #FB012B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB012B; }
p { color: rgb(251,1,43); }
H1.HeaderClassName
{
color: #FB012B;
}
.AnyTagClassName
{
color: #FB012B;
}
</style>
background-color css
<style>
a { background-color: #FB012B; }
a { background-color: rgb(251,1,43); }
div.DivClassName
{
background-color: #FB012B;
}
.BgClassName
{
background-color: #FB012B;
}
</style>
border-color css
<style>
span { border-color: #FB012B; }
span { border-color: rgb(251,1,43); }
td.TdClassName
{
border-color: #FB012B;
}
.TagClassName
{
border-color: #FB012B;
}
</style>