Shades of Torch Red #FB0041
Tints of Torch Red #FB0041
RGB
CMYK
RGB Variations
Color information
#FB0041 (or 0xFB0041) is known color: Torch Red. HEX triplet: FB, 00 and 41. RGB value is (251,0,65). Sum of RGB (Red+Green+Blue) = 251+0+65=316 (41% of max value = 765). Red value is 251 (98.44% from 255 or 79.43% from 316); Green value is 0 (0.39% from 255 or 0% from 316); Blue value is 65 (25.78% from 255 or 20.57% from 316); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0041 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB0041 is #04FFBE. Grayscale: #525252. Windows color (decimal): -327615 or 4260091. OLE color: 4260091.
HSL color Cylindrical-coordinate representation of color #FB0041: hue angle of 344.46º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FB0041 is Cyan = 0, Magento = 1, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 0 | 65 | - |
| CMYK | 0 | 1 | 0.74 | 0.02 |
| HSL | 344.46º | 1% | 0.49% | - |
| HSV(B) | 344.46º | 1% | 0.98% | - |
| XYZ | 40.74 | 20.89 | 6.89 | - |
| YUV | 82.46 | 118.16 | 248.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 0 | 65 | 0 | 1 | 0.74 | 0.02 | 344.46 | 1 | 0.49 |
| Hex | FB | 0 | 41 | 0 | 64 | 4A | 2 | 158 | 64 | 31 |
| Octal | 373 | 0 | 101 | 0 | 144 | 112 | 2 | 530 | 144 | 61 |
| Binary | 11111011 | 0 | 1000001 | 0 | 1100100 | 1001010 | 10 | 101011000 | 1100100 | 110001 |
Color Harmonies of #FB0041
Complementary color
Monochromatic Colors of #FB0041
Black with #FB0041
Text Example
Text Example
White with #FB0041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0041; }
p { color: rgb(251,0,65); }
H1.HeaderClassName
{
color: #FB0041;
}
.AnyTagClassName
{
color: #FB0041;
}
</style>
background-color css
<style>
a { background-color: #FB0041; }
a { background-color: rgb(251,0,65); }
div.DivClassName
{
background-color: #FB0041;
}
.BgClassName
{
background-color: #FB0041;
}
</style>
border-color css
<style>
span { border-color: #FB0041; }
span { border-color: rgb(251,0,65); }
td.TdClassName
{
border-color: #FB0041;
}
.TagClassName
{
border-color: #FB0041;
}
</style>