Shades of Torch Red #FC061C
Tints of Torch Red #FC061C
RGB
CMYK
RGB Variations
Color information
#FC061C (or 0xFC061C) is known color: Torch Red. HEX triplet: FC, 06 and 1C. RGB value is (252,6,28). Sum of RGB (Red+Green+Blue) = 252+6+28=286 (37% of max value = 765). Red value is 252 (98.83% from 255 or 88.11% from 286); Green value is 6 (2.73% from 255 or 2.10% from 286); Blue value is 28 (11.33% from 255 or 9.79% from 286); Max value from RGB is 252 - color contains mainly: red. Hex color #FC061C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC061C is #03F9E3. Grayscale: #525252. Windows color (decimal): -260580 or 1836796. OLE color: 1836796.
HSL color Cylindrical-coordinate representation of color #FC061C: hue angle of 354.63º 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 #FC061C is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 6 | 28 | - |
| CMYK | 0 | 0.98 | 0.89 | 0.01 |
| HSL | 354.63º | 0.98% | 0.51% | - |
| HSV(B) | 354.63º | 0.98% | 0.99% | - |
| XYZ | 40.42 | 20.91 | 3 | - |
| YUV | 82.06 | 97.5 | 249.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 6 | 28 | 0 | 0.98 | 0.89 | 0.01 | 354.63 | 0.98 | 0.51 |
| Hex | FC | 6 | 1C | 0 | 62 | 59 | 1 | 163 | 62 | 33 |
| Octal | 374 | 6 | 34 | 0 | 142 | 131 | 1 | 543 | 142 | 63 |
| Binary | 11111100 | 110 | 11100 | 0 | 1100010 | 1011001 | 1 | 101100011 | 1100010 | 110011 |
Color Harmonies of #FC061C
Complementary color
Monochromatic Colors of #FC061C
Black with #FC061C
Text Example
Text Example
White with #FC061C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC061C; }
p { color: rgb(252,6,28); }
H1.HeaderClassName
{
color: #FC061C;
}
.AnyTagClassName
{
color: #FC061C;
}
</style>
background-color css
<style>
a { background-color: #FC061C; }
a { background-color: rgb(252,6,28); }
div.DivClassName
{
background-color: #FC061C;
}
.BgClassName
{
background-color: #FC061C;
}
</style>
border-color css
<style>
span { border-color: #FC061C; }
span { border-color: rgb(252,6,28); }
td.TdClassName
{
border-color: #FC061C;
}
.TagClassName
{
border-color: #FC061C;
}
</style>