Shades of Torch Red #FB010A
Tints of Torch Red #FB010A
RGB
CMYK
RGB Variations
Color information
#FB010A (or 0xFB010A) is known color: Torch Red. HEX triplet: FB, 01 and 0A. RGB value is (251,1,10). Sum of RGB (Red+Green+Blue) = 251+1+10=262 (34% of max value = 765). Red value is 251 (98.44% from 255 or 95.80% from 262); Green value is 1 (0.78% from 255 or 0.38% from 262); Blue value is 10 (4.30% from 255 or 3.82% from 262); Max value from RGB is 251 - color contains mainly: red. Hex color #FB010A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB010A is #04FEF5. Grayscale: #4C4C4C. Windows color (decimal): -327414 or 655867. OLE color: 655867.
HSL color Cylindrical-coordinate representation of color #FB010A: hue angle of 357.84º 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 #FB010A is Cyan = 0, Magento = 1.00, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 1 | 10 | - |
| CMYK | 0 | 1.00 | 0.96 | 0.02 |
| HSL | 357.84º | 0.99% | 0.49% | - |
| HSV(B) | 357.84º | 1% | 0.98% | - |
| XYZ | 39.85 | 20.55 | 2.15 | - |
| YUV | 76.78 | 90.33 | 252.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 1 | 10 | 0 | 1.00 | 0.96 | 0.02 | 357.84 | 0.99 | 0.49 |
| Hex | FB | 1 | A | 0 | 64 | 60 | 2 | 166 | 63 | 31 |
| Octal | 373 | 1 | 12 | 0 | 144 | 140 | 2 | 546 | 143 | 61 |
| Binary | 11111011 | 1 | 1010 | 0 | 1100100 | 1100000 | 10 | 101100110 | 1100011 | 110001 |
Color Harmonies of #FB010A
Complementary color
Monochromatic Colors of #FB010A
Black with #FB010A
Text Example
Text Example
White with #FB010A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB010A; }
p { color: rgb(251,1,10); }
H1.HeaderClassName
{
color: #FB010A;
}
.AnyTagClassName
{
color: #FB010A;
}
</style>
background-color css
<style>
a { background-color: #FB010A; }
a { background-color: rgb(251,1,10); }
div.DivClassName
{
background-color: #FB010A;
}
.BgClassName
{
background-color: #FB010A;
}
</style>
border-color css
<style>
span { border-color: #FB010A; }
span { border-color: rgb(251,1,10); }
td.TdClassName
{
border-color: #FB010A;
}
.TagClassName
{
border-color: #FB010A;
}
</style>