Shades of Torch Red #FC060D
Tints of Torch Red #FC060D
RGB
CMYK
RGB Variations
Color information
#FC060D (or 0xFC060D) is known color: Torch Red. HEX triplet: FC, 06 and 0D. RGB value is (252,6,13). Sum of RGB (Red+Green+Blue) = 252+6+13=271 (35% of max value = 765). Red value is 252 (98.83% from 255 or 92.99% from 271); Green value is 6 (2.73% from 255 or 2.21% from 271); Blue value is 13 (5.47% from 255 or 4.80% from 271); Max value from RGB is 252 - color contains mainly: red. Hex color #FC060D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC060D is #03F9F2. Grayscale: #505050. Windows color (decimal): -260595 or 853756. OLE color: 853756.
HSL color Cylindrical-coordinate representation of color #FC060D: hue angle of 358.29º 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 #FC060D is Cyan = 0, Magento = 0.98, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 6 | 13 | - |
| CMYK | 0 | 0.98 | 0.95 | 0.01 |
| HSL | 358.29º | 0.98% | 0.51% | - |
| HSV(B) | 358.29º | 0.98% | 0.99% | - |
| XYZ | 40.28 | 20.85 | 2.28 | - |
| YUV | 80.35 | 90 | 250.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 6 | 13 | 0 | 0.98 | 0.95 | 0.01 | 358.29 | 0.98 | 0.51 |
| Hex | FC | 6 | D | 0 | 62 | 5F | 1 | 166 | 62 | 33 |
| Octal | 374 | 6 | 15 | 0 | 142 | 137 | 1 | 546 | 142 | 63 |
| Binary | 11111100 | 110 | 1101 | 0 | 1100010 | 1011111 | 1 | 101100110 | 1100010 | 110011 |
Color Harmonies of #FC060D
Complementary color
Monochromatic Colors of #FC060D
Black with #FC060D
Text Example
Text Example
White with #FC060D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC060D; }
p { color: rgb(252,6,13); }
H1.HeaderClassName
{
color: #FC060D;
}
.AnyTagClassName
{
color: #FC060D;
}
</style>
background-color css
<style>
a { background-color: #FC060D; }
a { background-color: rgb(252,6,13); }
div.DivClassName
{
background-color: #FC060D;
}
.BgClassName
{
background-color: #FC060D;
}
</style>
border-color css
<style>
span { border-color: #FC060D; }
span { border-color: rgb(252,6,13); }
td.TdClassName
{
border-color: #FC060D;
}
.TagClassName
{
border-color: #FC060D;
}
</style>