Shades of Torch Red #FB1034
Tints of Torch Red #FB1034
RGB
CMYK
RGB Variations
Color information
#FB1034 (or 0xFB1034) is known color: Torch Red. HEX triplet: FB, 10 and 34. RGB value is (251,16,52). Sum of RGB (Red+Green+Blue) = 251+16+52=319 (42% of max value = 765). Red value is 251 (98.44% from 255 or 78.68% from 319); Green value is 16 (6.64% from 255 or 5.02% from 319); Blue value is 52 (20.70% from 255 or 16.30% from 319); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1034 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB1034 is #04EFCB. Grayscale: #5A5A5A. Windows color (decimal): -323532 or 3412219. OLE color: 3412219.
HSL color Cylindrical-coordinate representation of color #FB1034: hue angle of 350.81º 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 #FB1034 is Cyan = 0, Magento = 0.94, Yellow = 0.79 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 16 | 52 | - |
| CMYK | 0 | 0.94 | 0.79 | 0.02 |
| HSL | 350.81º | 0.97% | 0.52% | - |
| HSV(B) | 350.81º | 0.94% | 0.98% | - |
| XYZ | 40.59 | 21.13 | 5.19 | - |
| YUV | 90.37 | 106.36 | 242.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 16 | 52 | 0 | 0.94 | 0.79 | 0.02 | 350.81 | 0.97 | 0.52 |
| Hex | FB | 10 | 34 | 0 | 5E | 4F | 2 | 15F | 61 | 34 |
| Octal | 373 | 20 | 64 | 0 | 136 | 117 | 2 | 537 | 141 | 64 |
| Binary | 11111011 | 10000 | 110100 | 0 | 1011110 | 1001111 | 10 | 101011111 | 1100001 | 110100 |
Color Harmonies of #FB1034
Complementary color
Monochromatic Colors of #FB1034
Black with #FB1034
Text Example
Text Example
White with #FB1034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1034; }
p { color: rgb(251,16,52); }
H1.HeaderClassName
{
color: #FB1034;
}
.AnyTagClassName
{
color: #FB1034;
}
</style>
background-color css
<style>
a { background-color: #FB1034; }
a { background-color: rgb(251,16,52); }
div.DivClassName
{
background-color: #FB1034;
}
.BgClassName
{
background-color: #FB1034;
}
</style>
border-color css
<style>
span { border-color: #FB1034; }
span { border-color: rgb(251,16,52); }
td.TdClassName
{
border-color: #FB1034;
}
.TagClassName
{
border-color: #FB1034;
}
</style>