Shades of Torch Red #FC061D
Tints of Torch Red #FC061D
RGB
CMYK
RGB Variations
Color information
#FC061D (or 0xFC061D) is known color: Torch Red. HEX triplet: FC, 06 and 1D. RGB value is (252,6,29). Sum of RGB (Red+Green+Blue) = 252+6+29=287 (38% of max value = 765). Red value is 252 (98.83% from 255 or 87.80% from 287); Green value is 6 (2.73% from 255 or 2.09% from 287); Blue value is 29 (11.72% from 255 or 10.10% from 287); Max value from RGB is 252 - color contains mainly: red. Hex color #FC061D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC061D is #03F9E2. Grayscale: #525252. Windows color (decimal): -260579 or 1902332. OLE color: 1902332.
HSL color Cylindrical-coordinate representation of color #FC061D: hue angle of 354.39º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FC061D is Cyan = 0, Magento = 0.98, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 6 | 29 | - |
| CMYK | 0 | 0.98 | 0.88 | 0.01 |
| HSL | 354.39º | 0.98% | 0.51% | - |
| HSV(B) | 354.39º | 0.98% | 0.99% | - |
| XYZ | 40.43 | 20.91 | 3.07 | - |
| YUV | 82.18 | 98 | 249.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 6 | 29 | 0 | 0.98 | 0.88 | 0.01 | 354.39 | 0.98 | 0.51 |
| Hex | FC | 6 | 1D | 0 | 62 | 58 | 1 | 162 | 62 | 33 |
| Octal | 374 | 6 | 35 | 0 | 142 | 130 | 1 | 542 | 142 | 63 |
| Binary | 11111100 | 110 | 11101 | 0 | 1100010 | 1011000 | 1 | 101100010 | 1100010 | 110011 |
Color Harmonies of #FC061D
Complementary color
Monochromatic Colors of #FC061D
Black with #FC061D
Text Example
Text Example
White with #FC061D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC061D; }
p { color: rgb(252,6,29); }
H1.HeaderClassName
{
color: #FC061D;
}
.AnyTagClassName
{
color: #FC061D;
}
</style>
background-color css
<style>
a { background-color: #FC061D; }
a { background-color: rgb(252,6,29); }
div.DivClassName
{
background-color: #FC061D;
}
.BgClassName
{
background-color: #FC061D;
}
</style>
border-color css
<style>
span { border-color: #FC061D; }
span { border-color: rgb(252,6,29); }
td.TdClassName
{
border-color: #FC061D;
}
.TagClassName
{
border-color: #FC061D;
}
</style>