Shades of Torch Red #FC061E
Tints of Torch Red #FC061E
RGB
CMYK
RGB Variations
Color information
#FC061E (or 0xFC061E) is known color: Torch Red. HEX triplet: FC, 06 and 1E. RGB value is (252,6,30). Sum of RGB (Red+Green+Blue) = 252+6+30=288 (38% of max value = 765). Red value is 252 (98.83% from 255 or 87.5% from 288); Green value is 6 (2.73% from 255 or 2.08% from 288); Blue value is 30 (12.11% from 255 or 10.42% from 288); Max value from RGB is 252 - color contains mainly: red. Hex color #FC061E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC061E is #03F9E1. Grayscale: #525252. Windows color (decimal): -260578 or 1967868. OLE color: 1967868.
HSL color Cylindrical-coordinate representation of color #FC061E: hue angle of 354.15º 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 #FC061E is Cyan = 0, Magento = 0.98, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 6 | 30 | - |
| CMYK | 0 | 0.98 | 0.88 | 0.01 |
| HSL | 354.15º | 0.98% | 0.51% | - |
| HSV(B) | 354.15º | 0.98% | 0.99% | - |
| XYZ | 40.44 | 20.92 | 3.13 | - |
| YUV | 82.29 | 98.5 | 249.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 6 | 30 | 0 | 0.98 | 0.88 | 0.01 | 354.15 | 0.98 | 0.51 |
| Hex | FC | 6 | 1E | 0 | 62 | 58 | 1 | 162 | 62 | 33 |
| Octal | 374 | 6 | 36 | 0 | 142 | 130 | 1 | 542 | 142 | 63 |
| Binary | 11111100 | 110 | 11110 | 0 | 1100010 | 1011000 | 1 | 101100010 | 1100010 | 110011 |
Color Harmonies of #FC061E
Complementary color
Monochromatic Colors of #FC061E
Black with #FC061E
Text Example
Text Example
White with #FC061E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC061E; }
p { color: rgb(252,6,30); }
H1.HeaderClassName
{
color: #FC061E;
}
.AnyTagClassName
{
color: #FC061E;
}
</style>
background-color css
<style>
a { background-color: #FC061E; }
a { background-color: rgb(252,6,30); }
div.DivClassName
{
background-color: #FC061E;
}
.BgClassName
{
background-color: #FC061E;
}
</style>
border-color css
<style>
span { border-color: #FC061E; }
span { border-color: rgb(252,6,30); }
td.TdClassName
{
border-color: #FC061E;
}
.TagClassName
{
border-color: #FC061E;
}
</style>