Shades of Torch Red #FB030F
Tints of Torch Red #FB030F
RGB
CMYK
RGB Variations
Color information
#FB030F (or 0xFB030F) is known color: Torch Red. HEX triplet: FB, 03 and 0F. RGB value is (251,3,15). Sum of RGB (Red+Green+Blue) = 251+3+15=269 (35% of max value = 765). Red value is 251 (98.44% from 255 or 93.31% from 269); Green value is 3 (1.56% from 255 or 1.12% from 269); Blue value is 15 (6.25% from 255 or 5.58% from 269); Max value from RGB is 251 - color contains mainly: red. Hex color #FB030F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB030F is #04FCF0. Grayscale: #4E4E4E. Windows color (decimal): -326897 or 984059. OLE color: 984059.
HSL color Cylindrical-coordinate representation of color #FB030F: hue angle of 357.1º 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 #FB030F is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 3 | 15 | - |
| CMYK | 0 | 0.99 | 0.94 | 0.02 |
| HSL | 357.1º | 0.98% | 0.5% | - |
| HSV(B) | 357.1º | 0.99% | 0.98% | - |
| XYZ | 39.9 | 20.61 | 2.33 | - |
| YUV | 78.52 | 92.16 | 251.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 3 | 15 | 0 | 0.99 | 0.94 | 0.02 | 357.1 | 0.98 | 0.5 |
| Hex | FB | 3 | F | 0 | 63 | 5E | 2 | 165 | 62 | 32 |
| Octal | 373 | 3 | 17 | 0 | 143 | 136 | 2 | 545 | 142 | 62 |
| Binary | 11111011 | 11 | 1111 | 0 | 1100011 | 1011110 | 10 | 101100101 | 1100010 | 110010 |
Color Harmonies of #FB030F
Complementary color
Monochromatic Colors of #FB030F
Black with #FB030F
Text Example
Text Example
White with #FB030F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB030F; }
p { color: rgb(251,3,15); }
H1.HeaderClassName
{
color: #FB030F;
}
.AnyTagClassName
{
color: #FB030F;
}
</style>
background-color css
<style>
a { background-color: #FB030F; }
a { background-color: rgb(251,3,15); }
div.DivClassName
{
background-color: #FB030F;
}
.BgClassName
{
background-color: #FB030F;
}
</style>
border-color css
<style>
span { border-color: #FB030F; }
span { border-color: rgb(251,3,15); }
td.TdClassName
{
border-color: #FB030F;
}
.TagClassName
{
border-color: #FB030F;
}
</style>