Shades of Torch Red #FB020A
Tints of Torch Red #FB020A
RGB
CMYK
RGB Variations
Color information
#FB020A (or 0xFB020A) is known color: Torch Red. HEX triplet: FB, 02 and 0A. RGB value is (251,2,10). Sum of RGB (Red+Green+Blue) = 251+2+10=263 (34% of max value = 765). Red value is 251 (98.44% from 255 or 95.44% from 263); Green value is 2 (1.17% from 255 or 0.76% from 263); Blue value is 10 (4.30% from 255 or 3.80% from 263); Max value from RGB is 251 - color contains mainly: red. Hex color #FB020A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB020A is #04FDF5. Grayscale: #4D4D4D. Windows color (decimal): -327158 or 656123. OLE color: 656123.
HSL color Cylindrical-coordinate representation of color #FB020A: hue angle of 358.07º 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 #FB020A is Cyan = 0, Magento = 0.99, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 2 | 10 | - |
| CMYK | 0 | 0.99 | 0.96 | 0.02 |
| HSL | 358.07º | 0.98% | 0.5% | - |
| HSV(B) | 358.07º | 0.99% | 0.98% | - |
| XYZ | 39.86 | 20.57 | 2.16 | - |
| YUV | 77.36 | 89.99 | 251.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 2 | 10 | 0 | 0.99 | 0.96 | 0.02 | 358.07 | 0.98 | 0.5 |
| Hex | FB | 2 | A | 0 | 63 | 60 | 2 | 166 | 62 | 32 |
| Octal | 373 | 2 | 12 | 0 | 143 | 140 | 2 | 546 | 142 | 62 |
| Binary | 11111011 | 10 | 1010 | 0 | 1100011 | 1100000 | 10 | 101100110 | 1100010 | 110010 |
Color Harmonies of #FB020A
Complementary color
Monochromatic Colors of #FB020A
Black with #FB020A
Text Example
Text Example
White with #FB020A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB020A; }
p { color: rgb(251,2,10); }
H1.HeaderClassName
{
color: #FB020A;
}
.AnyTagClassName
{
color: #FB020A;
}
</style>
background-color css
<style>
a { background-color: #FB020A; }
a { background-color: rgb(251,2,10); }
div.DivClassName
{
background-color: #FB020A;
}
.BgClassName
{
background-color: #FB020A;
}
</style>
border-color css
<style>
span { border-color: #FB020A; }
span { border-color: rgb(251,2,10); }
td.TdClassName
{
border-color: #FB020A;
}
.TagClassName
{
border-color: #FB020A;
}
</style>