Shades of Torch Red #FB0229
Tints of Torch Red #FB0229
RGB
CMYK
RGB Variations
Color information
#FB0229 (or 0xFB0229) is known color: Torch Red. HEX triplet: FB, 02 and 29. RGB value is (251,2,41). Sum of RGB (Red+Green+Blue) = 251+2+41=294 (38% of max value = 765). Red value is 251 (98.44% from 255 or 85.37% from 294); Green value is 2 (1.17% from 255 or 0.68% from 294); Blue value is 41 (16.41% from 255 or 13.95% from 294); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0229 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB0229 is #04FDD6. Grayscale: #505050. Windows color (decimal): -327127 or 2687739. OLE color: 2687739.
HSL color Cylindrical-coordinate representation of color #FB0229: hue angle of 350.6º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FB0229 is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 2 | 41 | - |
| CMYK | 0 | 0.99 | 0.84 | 0.02 |
| HSL | 350.6º | 0.98% | 0.5% | - |
| HSV(B) | 350.6º | 0.99% | 0.98% | - |
| XYZ | 40.21 | 20.71 | 3.98 | - |
| YUV | 80.9 | 105.49 | 249.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 2 | 41 | 0 | 0.99 | 0.84 | 0.02 | 350.6 | 0.98 | 0.5 |
| Hex | FB | 2 | 29 | 0 | 63 | 54 | 2 | 15F | 62 | 32 |
| Octal | 373 | 2 | 51 | 0 | 143 | 124 | 2 | 537 | 142 | 62 |
| Binary | 11111011 | 10 | 101001 | 0 | 1100011 | 1010100 | 10 | 101011111 | 1100010 | 110010 |
Color Harmonies of #FB0229
Complementary color
Monochromatic Colors of #FB0229
Black with #FB0229
Text Example
Text Example
White with #FB0229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0229; }
p { color: rgb(251,2,41); }
H1.HeaderClassName
{
color: #FB0229;
}
.AnyTagClassName
{
color: #FB0229;
}
</style>
background-color css
<style>
a { background-color: #FB0229; }
a { background-color: rgb(251,2,41); }
div.DivClassName
{
background-color: #FB0229;
}
.BgClassName
{
background-color: #FB0229;
}
</style>
border-color css
<style>
span { border-color: #FB0229; }
span { border-color: rgb(251,2,41); }
td.TdClassName
{
border-color: #FB0229;
}
.TagClassName
{
border-color: #FB0229;
}
</style>