Shades of Torch Red #FB0934
Tints of Torch Red #FB0934
RGB
CMYK
RGB Variations
Color information
#FB0934 (or 0xFB0934) is known color: Torch Red. HEX triplet: FB, 09 and 34. RGB value is (251,9,52). Sum of RGB (Red+Green+Blue) = 251+9+52=312 (41% of max value = 765). Red value is 251 (98.44% from 255 or 80.45% from 312); Green value is 9 (3.91% from 255 or 2.88% from 312); Blue value is 52 (20.70% from 255 or 16.67% from 312); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0934 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB0934 is #04F6CB. Grayscale: #565656. Windows color (decimal): -325324 or 3410427. OLE color: 3410427.
HSL color Cylindrical-coordinate representation of color #FB0934: hue angle of 349.34º 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 #FB0934 is Cyan = 0, Magento = 0.96, Yellow = 0.79 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 9 | 52 | - |
| CMYK | 0 | 0.96 | 0.79 | 0.02 |
| HSL | 349.34º | 0.97% | 0.51% | - |
| HSV(B) | 349.34º | 0.96% | 0.98% | - |
| XYZ | 40.5 | 20.95 | 5.16 | - |
| YUV | 86.26 | 108.67 | 245.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 9 | 52 | 0 | 0.96 | 0.79 | 0.02 | 349.34 | 0.97 | 0.51 |
| Hex | FB | 9 | 34 | 0 | 60 | 4F | 2 | 15D | 61 | 33 |
| Octal | 373 | 11 | 64 | 0 | 140 | 117 | 2 | 535 | 141 | 63 |
| Binary | 11111011 | 1001 | 110100 | 0 | 1100000 | 1001111 | 10 | 101011101 | 1100001 | 110011 |
Color Harmonies of #FB0934
Complementary color
Monochromatic Colors of #FB0934
Black with #FB0934
Text Example
Text Example
White with #FB0934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0934; }
p { color: rgb(251,9,52); }
H1.HeaderClassName
{
color: #FB0934;
}
.AnyTagClassName
{
color: #FB0934;
}
</style>
background-color css
<style>
a { background-color: #FB0934; }
a { background-color: rgb(251,9,52); }
div.DivClassName
{
background-color: #FB0934;
}
.BgClassName
{
background-color: #FB0934;
}
</style>
border-color css
<style>
span { border-color: #FB0934; }
span { border-color: rgb(251,9,52); }
td.TdClassName
{
border-color: #FB0934;
}
.TagClassName
{
border-color: #FB0934;
}
</style>