Shades of Torch Red #FB010F
Tints of Torch Red #FB010F
RGB
CMYK
RGB Variations
Color information
#FB010F (or 0xFB010F) is known color: Torch Red. HEX triplet: FB, 01 and 0F. RGB value is (251,1,15). Sum of RGB (Red+Green+Blue) = 251+1+15=267 (35% of max value = 765). Red value is 251 (98.44% from 255 or 94.01% from 267); Green value is 1 (0.78% from 255 or 0.37% from 267); Blue value is 15 (6.25% from 255 or 5.62% from 267); Max value from RGB is 251 - color contains mainly: red. Hex color #FB010F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB010F is #04FEF0. Grayscale: #4D4D4D. Windows color (decimal): -327409 or 983547. OLE color: 983547.
HSL color Cylindrical-coordinate representation of color #FB010F: hue angle of 356.64º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FB010F is Cyan = 0, Magento = 1.00, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 1 | 15 | - |
| CMYK | 0 | 1.00 | 0.94 | 0.02 |
| HSL | 356.64º | 0.99% | 0.49% | - |
| HSV(B) | 356.64º | 1% | 0.98% | - |
| XYZ | 39.88 | 20.57 | 2.32 | - |
| YUV | 77.35 | 92.83 | 251.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 1 | 15 | 0 | 1.00 | 0.94 | 0.02 | 356.64 | 0.99 | 0.49 |
| Hex | FB | 1 | F | 0 | 64 | 5E | 2 | 165 | 63 | 31 |
| Octal | 373 | 1 | 17 | 0 | 144 | 136 | 2 | 545 | 143 | 61 |
| Binary | 11111011 | 1 | 1111 | 0 | 1100100 | 1011110 | 10 | 101100101 | 1100011 | 110001 |
Color Harmonies of #FB010F
Complementary color
Monochromatic Colors of #FB010F
Black with #FB010F
Text Example
Text Example
White with #FB010F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB010F; }
p { color: rgb(251,1,15); }
H1.HeaderClassName
{
color: #FB010F;
}
.AnyTagClassName
{
color: #FB010F;
}
</style>
background-color css
<style>
a { background-color: #FB010F; }
a { background-color: rgb(251,1,15); }
div.DivClassName
{
background-color: #FB010F;
}
.BgClassName
{
background-color: #FB010F;
}
</style>
border-color css
<style>
span { border-color: #FB010F; }
span { border-color: rgb(251,1,15); }
td.TdClassName
{
border-color: #FB010F;
}
.TagClassName
{
border-color: #FB010F;
}
</style>