Shades of Torch Red #FB0340
Tints of Torch Red #FB0340
RGB
CMYK
RGB Variations
Color information
#FB0340 (or 0xFB0340) is known color: Torch Red. HEX triplet: FB, 03 and 40. RGB value is (251,3,64). Sum of RGB (Red+Green+Blue) = 251+3+64=318 (42% of max value = 765). Red value is 251 (98.44% from 255 or 78.93% from 318); Green value is 3 (1.56% from 255 or 0.94% from 318); Blue value is 64 (25.39% from 255 or 20.13% from 318); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0340 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB0340 is #04FCBF. Grayscale: #545454. Windows color (decimal): -326848 or 4195323. OLE color: 4195323.
HSL color Cylindrical-coordinate representation of color #FB0340: hue angle of 345.24º 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 #FB0340 is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 3 | 64 | - |
| CMYK | 0 | 0.99 | 0.75 | 0.02 |
| HSL | 345.24º | 0.98% | 0.5% | - |
| HSV(B) | 345.24º | 0.99% | 0.98% | - |
| XYZ | 40.74 | 20.94 | 6.75 | - |
| YUV | 84.11 | 116.66 | 247.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 3 | 64 | 0 | 0.99 | 0.75 | 0.02 | 345.24 | 0.98 | 0.5 |
| Hex | FB | 3 | 40 | 0 | 63 | 4B | 2 | 159 | 62 | 32 |
| Octal | 373 | 3 | 100 | 0 | 143 | 113 | 2 | 531 | 142 | 62 |
| Binary | 11111011 | 11 | 1000000 | 0 | 1100011 | 1001011 | 10 | 101011001 | 1100010 | 110010 |
Color Harmonies of #FB0340
Complementary color
Monochromatic Colors of #FB0340
Black with #FB0340
Text Example
Text Example
White with #FB0340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0340; }
p { color: rgb(251,3,64); }
H1.HeaderClassName
{
color: #FB0340;
}
.AnyTagClassName
{
color: #FB0340;
}
</style>
background-color css
<style>
a { background-color: #FB0340; }
a { background-color: rgb(251,3,64); }
div.DivClassName
{
background-color: #FB0340;
}
.BgClassName
{
background-color: #FB0340;
}
</style>
border-color css
<style>
span { border-color: #FB0340; }
span { border-color: rgb(251,3,64); }
td.TdClassName
{
border-color: #FB0340;
}
.TagClassName
{
border-color: #FB0340;
}
</style>