Shades of Torch Red #FC020B
Tints of Torch Red #FC020B
RGB
CMYK
RGB Variations
Color information
#FC020B (or 0xFC020B) is known color: Torch Red. HEX triplet: FC, 02 and 0B. RGB value is (252,2,11). Sum of RGB (Red+Green+Blue) = 252+2+11=265 (35% of max value = 765). Red value is 252 (98.83% from 255 or 95.09% from 265); Green value is 2 (1.17% from 255 or 0.75% from 265); Blue value is 11 (4.69% from 255 or 4.15% from 265); Max value from RGB is 252 - color contains mainly: red. Hex color #FC020B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC020B is #03FDF4. Grayscale: #4D4D4D. Windows color (decimal): -261621 or 721660. OLE color: 721660.
HSL color Cylindrical-coordinate representation of color #FC020B: hue angle of 357.84º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FC020B is Cyan = 0, Magento = 0.99, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 2 | 11 | - |
| CMYK | 0 | 0.99 | 0.96 | 0.01 |
| HSL | 357.84º | 0.98% | 0.5% | - |
| HSV(B) | 357.84º | 0.99% | 0.99% | - |
| XYZ | 40.23 | 20.76 | 2.2 | - |
| YUV | 77.78 | 90.33 | 252.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 2 | 11 | 0 | 0.99 | 0.96 | 0.01 | 357.84 | 0.98 | 0.5 |
| Hex | FC | 2 | B | 0 | 63 | 60 | 1 | 166 | 62 | 32 |
| Octal | 374 | 2 | 13 | 0 | 143 | 140 | 1 | 546 | 142 | 62 |
| Binary | 11111100 | 10 | 1011 | 0 | 1100011 | 1100000 | 1 | 101100110 | 1100010 | 110010 |
Color Harmonies of #FC020B
Complementary color
Monochromatic Colors of #FC020B
Black with #FC020B
Text Example
Text Example
White with #FC020B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC020B; }
p { color: rgb(252,2,11); }
H1.HeaderClassName
{
color: #FC020B;
}
.AnyTagClassName
{
color: #FC020B;
}
</style>
background-color css
<style>
a { background-color: #FC020B; }
a { background-color: rgb(252,2,11); }
div.DivClassName
{
background-color: #FC020B;
}
.BgClassName
{
background-color: #FC020B;
}
</style>
border-color css
<style>
span { border-color: #FC020B; }
span { border-color: rgb(252,2,11); }
td.TdClassName
{
border-color: #FC020B;
}
.TagClassName
{
border-color: #FC020B;
}
</style>