Shades of Torch Red #FB0529
Tints of Torch Red #FB0529
RGB
CMYK
RGB Variations
Color information
#FB0529 (or 0xFB0529) is known color: Torch Red. HEX triplet: FB, 05 and 29. RGB value is (251,5,41). Sum of RGB (Red+Green+Blue) = 251+5+41=297 (39% of max value = 765). Red value is 251 (98.44% from 255 or 84.51% from 297); Green value is 5 (2.34% from 255 or 1.68% from 297); Blue value is 41 (16.41% from 255 or 13.80% from 297); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0529 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB0529 is #04FAD6. Grayscale: #525252. Windows color (decimal): -326359 or 2688507. OLE color: 2688507.
HSL color Cylindrical-coordinate representation of color #FB0529: hue angle of 351.22º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FB0529 is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 5 | 41 | - |
| CMYK | 0 | 0.98 | 0.84 | 0.02 |
| HSL | 351.22º | 0.97% | 0.5% | - |
| HSV(B) | 351.22º | 0.98% | 0.98% | - |
| XYZ | 40.24 | 20.78 | 3.99 | - |
| YUV | 82.66 | 104.5 | 248.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 5 | 41 | 0 | 0.98 | 0.84 | 0.02 | 351.22 | 0.97 | 0.5 |
| Hex | FB | 5 | 29 | 0 | 62 | 54 | 2 | 15F | 61 | 32 |
| Octal | 373 | 5 | 51 | 0 | 142 | 124 | 2 | 537 | 141 | 62 |
| Binary | 11111011 | 101 | 101001 | 0 | 1100010 | 1010100 | 10 | 101011111 | 1100001 | 110010 |
Color Harmonies of #FB0529
Complementary color
Monochromatic Colors of #FB0529
Black with #FB0529
Text Example
Text Example
White with #FB0529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0529; }
p { color: rgb(251,5,41); }
H1.HeaderClassName
{
color: #FB0529;
}
.AnyTagClassName
{
color: #FB0529;
}
</style>
background-color css
<style>
a { background-color: #FB0529; }
a { background-color: rgb(251,5,41); }
div.DivClassName
{
background-color: #FB0529;
}
.BgClassName
{
background-color: #FB0529;
}
</style>
border-color css
<style>
span { border-color: #FB0529; }
span { border-color: rgb(251,5,41); }
td.TdClassName
{
border-color: #FB0529;
}
.TagClassName
{
border-color: #FB0529;
}
</style>