Shades of Torch Red #FC001C
Tints of Torch Red #FC001C
RGB
CMYK
RGB Variations
Color information
#FC001C (or 0xFC001C) is known color: Torch Red. HEX triplet: FC, 00 and 1C. RGB value is (252,0,28). Sum of RGB (Red+Green+Blue) = 252+0+28=280 (37% of max value = 765). Red value is 252 (98.83% from 255 or 90% from 280); Green value is 0 (0.39% from 255 or 0% from 280); Blue value is 28 (11.33% from 255 or 10% from 280); Max value from RGB is 252 - color contains mainly: red. Hex color #FC001C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC001C is #03FFE3. Grayscale: #4E4E4E. Windows color (decimal): -262116 or 1835260. OLE color: 1835260.
HSL color Cylindrical-coordinate representation of color #FC001C: hue angle of 353.33º 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 #FC001C is Cyan = 0, Magento = 1, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 0 | 28 | - |
| CMYK | 0 | 1 | 0.89 | 0.01 |
| HSL | 353.33º | 1% | 0.49% | - |
| HSV(B) | 353.33º | 1% | 0.99% | - |
| XYZ | 40.35 | 20.78 | 2.98 | - |
| YUV | 78.54 | 99.49 | 251.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 0 | 28 | 0 | 1 | 0.89 | 0.01 | 353.33 | 1 | 0.49 |
| Hex | FC | 0 | 1C | 0 | 64 | 59 | 1 | 161 | 64 | 31 |
| Octal | 374 | 0 | 34 | 0 | 144 | 131 | 1 | 541 | 144 | 61 |
| Binary | 11111100 | 0 | 11100 | 0 | 1100100 | 1011001 | 1 | 101100001 | 1100100 | 110001 |
Color Harmonies of #FC001C
Complementary color
Monochromatic Colors of #FC001C
Black with #FC001C
Text Example
Text Example
White with #FC001C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC001C; }
p { color: rgb(252,0,28); }
H1.HeaderClassName
{
color: #FC001C;
}
.AnyTagClassName
{
color: #FC001C;
}
</style>
background-color css
<style>
a { background-color: #FC001C; }
a { background-color: rgb(252,0,28); }
div.DivClassName
{
background-color: #FC001C;
}
.BgClassName
{
background-color: #FC001C;
}
</style>
border-color css
<style>
span { border-color: #FC001C; }
span { border-color: rgb(252,0,28); }
td.TdClassName
{
border-color: #FC001C;
}
.TagClassName
{
border-color: #FC001C;
}
</style>