Shades of Torch Red #FC003C
Tints of Torch Red #FC003C
RGB
CMYK
RGB Variations
Color information
#FC003C (or 0xFC003C) is known color: Torch Red. HEX triplet: FC, 00 and 3C. RGB value is (252,0,60). Sum of RGB (Red+Green+Blue) = 252+0+60=312 (41% of max value = 765). Red value is 252 (98.83% from 255 or 80.77% from 312); Green value is 0 (0.39% from 255 or 0% from 312); Blue value is 60 (23.83% from 255 or 19.23% from 312); Max value from RGB is 252 - color contains mainly: red. Hex color #FC003C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC003C is #03FFC3. Grayscale: #525252. Windows color (decimal): -262084 or 3932412. OLE color: 3932412.
HSL color Cylindrical-coordinate representation of color #FC003C: hue angle of 345.71º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC003C is Cyan = 0, Magento = 1, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 0 | 60 | - |
| CMYK | 0 | 1 | 0.76 | 0.01 |
| HSL | 345.71º | 1% | 0.49% | - |
| HSV(B) | 345.71º | 1% | 0.99% | - |
| XYZ | 40.96 | 21.02 | 6.17 | - |
| YUV | 82.19 | 115.49 | 249.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 0 | 60 | 0 | 1 | 0.76 | 0.01 | 345.71 | 1 | 0.49 |
| Hex | FC | 0 | 3C | 0 | 64 | 4C | 1 | 15A | 64 | 31 |
| Octal | 374 | 0 | 74 | 0 | 144 | 114 | 1 | 532 | 144 | 61 |
| Binary | 11111100 | 0 | 111100 | 0 | 1100100 | 1001100 | 1 | 101011010 | 1100100 | 110001 |
Color Harmonies of #FC003C
Complementary color
Monochromatic Colors of #FC003C
Black with #FC003C
Text Example
Text Example
White with #FC003C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC003C; }
p { color: rgb(252,0,60); }
H1.HeaderClassName
{
color: #FC003C;
}
.AnyTagClassName
{
color: #FC003C;
}
</style>
background-color css
<style>
a { background-color: #FC003C; }
a { background-color: rgb(252,0,60); }
div.DivClassName
{
background-color: #FC003C;
}
.BgClassName
{
background-color: #FC003C;
}
</style>
border-color css
<style>
span { border-color: #FC003C; }
span { border-color: rgb(252,0,60); }
td.TdClassName
{
border-color: #FC003C;
}
.TagClassName
{
border-color: #FC003C;
}
</style>