Shades of Torch Red #FC011F
Tints of Torch Red #FC011F
RGB
CMYK
RGB Variations
Color information
#FC011F (or 0xFC011F) is known color: Torch Red. HEX triplet: FC, 01 and 1F. RGB value is (252,1,31). Sum of RGB (Red+Green+Blue) = 252+1+31=284 (37% of max value = 765). Red value is 252 (98.83% from 255 or 88.73% from 284); Green value is 1 (0.78% from 255 or 0.35% from 284); Blue value is 31 (12.5% from 255 or 10.92% from 284); Max value from RGB is 252 - color contains mainly: red. Hex color #FC011F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC011F is #03FEE0. Grayscale: #4F4F4F. Windows color (decimal): -261857 or 2032124. OLE color: 2032124.
HSL color Cylindrical-coordinate representation of color #FC011F: hue angle of 352.83º 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 #FC011F is Cyan = 0, Magento = 1.00, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 1 | 31 | - |
| CMYK | 0 | 1.00 | 0.88 | 0.01 |
| HSL | 352.83º | 0.99% | 0.5% | - |
| HSV(B) | 352.83º | 1% | 0.99% | - |
| XYZ | 40.4 | 20.82 | 3.18 | - |
| YUV | 79.47 | 100.66 | 251.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 1 | 31 | 0 | 1.00 | 0.88 | 0.01 | 352.83 | 0.99 | 0.5 |
| Hex | FC | 1 | 1F | 0 | 64 | 58 | 1 | 161 | 63 | 32 |
| Octal | 374 | 1 | 37 | 0 | 144 | 130 | 1 | 541 | 143 | 62 |
| Binary | 11111100 | 1 | 11111 | 0 | 1100100 | 1011000 | 1 | 101100001 | 1100011 | 110010 |
Color Harmonies of #FC011F
Complementary color
Monochromatic Colors of #FC011F
Black with #FC011F
Text Example
Text Example
White with #FC011F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC011F; }
p { color: rgb(252,1,31); }
H1.HeaderClassName
{
color: #FC011F;
}
.AnyTagClassName
{
color: #FC011F;
}
</style>
background-color css
<style>
a { background-color: #FC011F; }
a { background-color: rgb(252,1,31); }
div.DivClassName
{
background-color: #FC011F;
}
.BgClassName
{
background-color: #FC011F;
}
</style>
border-color css
<style>
span { border-color: #FC011F; }
span { border-color: rgb(252,1,31); }
td.TdClassName
{
border-color: #FC011F;
}
.TagClassName
{
border-color: #FC011F;
}
</style>