Shades of Torch Red #FB003F
Tints of Torch Red #FB003F
RGB
CMYK
RGB Variations
Color information
#FB003F (or 0xFB003F) is known color: Torch Red. HEX triplet: FB, 00 and 3F. RGB value is (251,0,63). Sum of RGB (Red+Green+Blue) = 251+0+63=314 (41% of max value = 765). Red value is 251 (98.44% from 255 or 79.94% from 314); Green value is 0 (0.39% from 255 or 0% from 314); Blue value is 63 (25% from 255 or 20.06% from 314); Max value from RGB is 251 - color contains mainly: red. Hex color #FB003F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB003F is #04FFC0. Grayscale: #525252. Windows color (decimal): -327617 or 4129019. OLE color: 4129019.
HSL color Cylindrical-coordinate representation of color #FB003F: hue angle of 344.94º 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 #FB003F is Cyan = 0, Magento = 1, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 0 | 63 | - |
| CMYK | 0 | 1 | 0.75 | 0.02 |
| HSL | 344.94º | 1% | 0.49% | - |
| HSV(B) | 344.94º | 1% | 0.98% | - |
| XYZ | 40.68 | 20.87 | 6.59 | - |
| YUV | 82.23 | 117.16 | 248.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 0 | 63 | 0 | 1 | 0.75 | 0.02 | 344.94 | 1 | 0.49 |
| Hex | FB | 0 | 3F | 0 | 64 | 4B | 2 | 159 | 64 | 31 |
| Octal | 373 | 0 | 77 | 0 | 144 | 113 | 2 | 531 | 144 | 61 |
| Binary | 11111011 | 0 | 111111 | 0 | 1100100 | 1001011 | 10 | 101011001 | 1100100 | 110001 |
Color Harmonies of #FB003F
Complementary color
Monochromatic Colors of #FB003F
Black with #FB003F
Text Example
Text Example
White with #FB003F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB003F; }
p { color: rgb(251,0,63); }
H1.HeaderClassName
{
color: #FB003F;
}
.AnyTagClassName
{
color: #FB003F;
}
</style>
background-color css
<style>
a { background-color: #FB003F; }
a { background-color: rgb(251,0,63); }
div.DivClassName
{
background-color: #FB003F;
}
.BgClassName
{
background-color: #FB003F;
}
</style>
border-color css
<style>
span { border-color: #FB003F; }
span { border-color: rgb(251,0,63); }
td.TdClassName
{
border-color: #FB003F;
}
.TagClassName
{
border-color: #FB003F;
}
</style>