Shades of Torch Red #FB0641
Tints of Torch Red #FB0641
RGB
CMYK
RGB Variations
Color information
#FB0641 (or 0xFB0641) is known color: Torch Red. HEX triplet: FB, 06 and 41. RGB value is (251,6,65). Sum of RGB (Red+Green+Blue) = 251+6+65=322 (42% of max value = 765). Red value is 251 (98.44% from 255 or 77.95% from 322); Green value is 6 (2.73% from 255 or 1.86% from 322); Blue value is 65 (25.78% from 255 or 20.19% from 322); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0641 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB0641 is #04F9BE. Grayscale: #555555. Windows color (decimal): -326079 or 4261627. OLE color: 4261627.
HSL color Cylindrical-coordinate representation of color #FB0641: hue angle of 345.55º 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 #FB0641 is Cyan = 0, Magento = 0.98, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 6 | 65 | - |
| CMYK | 0 | 0.98 | 0.74 | 0.02 |
| HSL | 345.55º | 0.97% | 0.5% | - |
| HSV(B) | 345.55º | 0.98% | 0.98% | - |
| XYZ | 40.8 | 21.02 | 6.91 | - |
| YUV | 85.98 | 116.17 | 245.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 6 | 65 | 0 | 0.98 | 0.74 | 0.02 | 345.55 | 0.97 | 0.5 |
| Hex | FB | 6 | 41 | 0 | 62 | 4A | 2 | 15A | 61 | 32 |
| Octal | 373 | 6 | 101 | 0 | 142 | 112 | 2 | 532 | 141 | 62 |
| Binary | 11111011 | 110 | 1000001 | 0 | 1100010 | 1001010 | 10 | 101011010 | 1100001 | 110010 |
Color Harmonies of #FB0641
Complementary color
Monochromatic Colors of #FB0641
Black with #FB0641
Text Example
Text Example
White with #FB0641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0641; }
p { color: rgb(251,6,65); }
H1.HeaderClassName
{
color: #FB0641;
}
.AnyTagClassName
{
color: #FB0641;
}
</style>
background-color css
<style>
a { background-color: #FB0641; }
a { background-color: rgb(251,6,65); }
div.DivClassName
{
background-color: #FB0641;
}
.BgClassName
{
background-color: #FB0641;
}
</style>
border-color css
<style>
span { border-color: #FB0641; }
span { border-color: rgb(251,6,65); }
td.TdClassName
{
border-color: #FB0641;
}
.TagClassName
{
border-color: #FB0641;
}
</style>