Shades of Torch Red #FC011D
Tints of Torch Red #FC011D
RGB
CMYK
RGB Variations
Color information
#FC011D (or 0xFC011D) is known color: Torch Red. HEX triplet: FC, 01 and 1D. RGB value is (252,1,29). Sum of RGB (Red+Green+Blue) = 252+1+29=282 (37% of max value = 765). Red value is 252 (98.83% from 255 or 89.36% from 282); Green value is 1 (0.78% from 255 or 0.35% from 282); Blue value is 29 (11.72% from 255 or 10.28% from 282); Max value from RGB is 252 - color contains mainly: red. Hex color #FC011D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC011D is #03FEE2. Grayscale: #4F4F4F. Windows color (decimal): -261859 or 1901052. OLE color: 1901052.
HSL color Cylindrical-coordinate representation of color #FC011D: hue angle of 353.31º 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 #FC011D is Cyan = 0, Magento = 1.00, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 1 | 29 | - |
| CMYK | 0 | 1.00 | 0.88 | 0.01 |
| HSL | 353.31º | 0.99% | 0.5% | - |
| HSV(B) | 353.31º | 1% | 0.99% | - |
| XYZ | 40.38 | 20.81 | 3.05 | - |
| YUV | 79.24 | 99.66 | 251.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 1 | 29 | 0 | 1.00 | 0.88 | 0.01 | 353.31 | 0.99 | 0.5 |
| Hex | FC | 1 | 1D | 0 | 64 | 58 | 1 | 161 | 63 | 32 |
| Octal | 374 | 1 | 35 | 0 | 144 | 130 | 1 | 541 | 143 | 62 |
| Binary | 11111100 | 1 | 11101 | 0 | 1100100 | 1011000 | 1 | 101100001 | 1100011 | 110010 |
Color Harmonies of #FC011D
Complementary color
Monochromatic Colors of #FC011D
Black with #FC011D
Text Example
Text Example
White with #FC011D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC011D; }
p { color: rgb(252,1,29); }
H1.HeaderClassName
{
color: #FC011D;
}
.AnyTagClassName
{
color: #FC011D;
}
</style>
background-color css
<style>
a { background-color: #FC011D; }
a { background-color: rgb(252,1,29); }
div.DivClassName
{
background-color: #FC011D;
}
.BgClassName
{
background-color: #FC011D;
}
</style>
border-color css
<style>
span { border-color: #FC011D; }
span { border-color: rgb(252,1,29); }
td.TdClassName
{
border-color: #FC011D;
}
.TagClassName
{
border-color: #FC011D;
}
</style>