Shades of Torch Red #FB0330
Tints of Torch Red #FB0330
RGB
CMYK
RGB Variations
Color information
#FB0330 (or 0xFB0330) is known color: Torch Red. HEX triplet: FB, 03 and 30. RGB value is (251,3,48). Sum of RGB (Red+Green+Blue) = 251+3+48=302 (40% of max value = 765). Red value is 251 (98.44% from 255 or 83.11% from 302); Green value is 3 (1.56% from 255 or 0.99% from 302); Blue value is 48 (19.14% from 255 or 15.89% from 302); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0330 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB0330 is #04FCCF. Grayscale: #525252. Windows color (decimal): -326864 or 3146747. OLE color: 3146747.
HSL color Cylindrical-coordinate representation of color #FB0330: hue angle of 349.11º 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 #FB0330 is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 3 | 48 | - |
| CMYK | 0 | 0.99 | 0.81 | 0.02 |
| HSL | 349.11º | 0.98% | 0.5% | - |
| HSV(B) | 349.11º | 0.99% | 0.98% | - |
| XYZ | 40.35 | 20.79 | 4.68 | - |
| YUV | 82.28 | 108.66 | 248.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 3 | 48 | 0 | 0.99 | 0.81 | 0.02 | 349.11 | 0.98 | 0.5 |
| Hex | FB | 3 | 30 | 0 | 63 | 51 | 2 | 15D | 62 | 32 |
| Octal | 373 | 3 | 60 | 0 | 143 | 121 | 2 | 535 | 142 | 62 |
| Binary | 11111011 | 11 | 110000 | 0 | 1100011 | 1010001 | 10 | 101011101 | 1100010 | 110010 |
Color Harmonies of #FB0330
Complementary color
Monochromatic Colors of #FB0330
Black with #FB0330
Text Example
Text Example
White with #FB0330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0330; }
p { color: rgb(251,3,48); }
H1.HeaderClassName
{
color: #FB0330;
}
.AnyTagClassName
{
color: #FB0330;
}
</style>
background-color css
<style>
a { background-color: #FB0330; }
a { background-color: rgb(251,3,48); }
div.DivClassName
{
background-color: #FB0330;
}
.BgClassName
{
background-color: #FB0330;
}
</style>
border-color css
<style>
span { border-color: #FB0330; }
span { border-color: rgb(251,3,48); }
td.TdClassName
{
border-color: #FB0330;
}
.TagClassName
{
border-color: #FB0330;
}
</style>