Shades of Torch Red #FC011B
Tints of Torch Red #FC011B
RGB
CMYK
RGB Variations
Color information
#FC011B (or 0xFC011B) is known color: Torch Red. HEX triplet: FC, 01 and 1B. RGB value is (252,1,27). Sum of RGB (Red+Green+Blue) = 252+1+27=280 (37% of max value = 765). Red value is 252 (98.83% from 255 or 90% from 280); Green value is 1 (0.78% from 255 or 0.36% from 280); Blue value is 27 (10.94% from 255 or 9.64% from 280); Max value from RGB is 252 - color contains mainly: red. Hex color #FC011B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC011B is #03FEE4. Grayscale: #4F4F4F. Windows color (decimal): -261861 or 1769980. OLE color: 1769980.
HSL color Cylindrical-coordinate representation of color #FC011B: hue angle of 353.78º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC011B is Cyan = 0, Magento = 1.00, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 1 | 27 | - |
| CMYK | 0 | 1.00 | 0.89 | 0.01 |
| HSL | 353.78º | 0.99% | 0.5% | - |
| HSV(B) | 353.78º | 1% | 0.99% | - |
| XYZ | 40.35 | 20.8 | 2.92 | - |
| YUV | 79.01 | 98.66 | 251.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 1 | 27 | 0 | 1.00 | 0.89 | 0.01 | 353.78 | 0.99 | 0.5 |
| Hex | FC | 1 | 1B | 0 | 64 | 59 | 1 | 162 | 63 | 32 |
| Octal | 374 | 1 | 33 | 0 | 144 | 131 | 1 | 542 | 143 | 62 |
| Binary | 11111100 | 1 | 11011 | 0 | 1100100 | 1011001 | 1 | 101100010 | 1100011 | 110010 |
Color Harmonies of #FC011B
Complementary color
Monochromatic Colors of #FC011B
Black with #FC011B
Text Example
Text Example
White with #FC011B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC011B; }
p { color: rgb(252,1,27); }
H1.HeaderClassName
{
color: #FC011B;
}
.AnyTagClassName
{
color: #FC011B;
}
</style>
background-color css
<style>
a { background-color: #FC011B; }
a { background-color: rgb(252,1,27); }
div.DivClassName
{
background-color: #FC011B;
}
.BgClassName
{
background-color: #FC011B;
}
</style>
border-color css
<style>
span { border-color: #FC011B; }
span { border-color: rgb(252,1,27); }
td.TdClassName
{
border-color: #FC011B;
}
.TagClassName
{
border-color: #FC011B;
}
</style>