Shades of Torch Red #FC101D
Tints of Torch Red #FC101D
RGB
CMYK
RGB Variations
Color information
#FC101D (or 0xFC101D) is known color: Torch Red. HEX triplet: FC, 10 and 1D. RGB value is (252,16,29). Sum of RGB (Red+Green+Blue) = 252+16+29=297 (39% of max value = 765). Red value is 252 (98.83% from 255 or 84.85% from 297); Green value is 16 (6.64% from 255 or 5.39% from 297); Blue value is 29 (11.72% from 255 or 9.76% from 297); Max value from RGB is 252 - color contains mainly: red. Hex color #FC101D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC101D is #03EFE2. Grayscale: #585858. Windows color (decimal): -258019 or 1904892. OLE color: 1904892.
HSL color Cylindrical-coordinate representation of color #FC101D: hue angle of 356.69º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FC101D is Cyan = 0, Magento = 0.94, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 16 | 29 | - |
| CMYK | 0 | 0.94 | 0.88 | 0.01 |
| HSL | 356.69º | 0.98% | 0.53% | - |
| HSV(B) | 356.69º | 0.94% | 0.99% | - |
| XYZ | 40.55 | 21.15 | 3.11 | - |
| YUV | 88.05 | 94.69 | 244.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 16 | 29 | 0 | 0.94 | 0.88 | 0.01 | 356.69 | 0.98 | 0.53 |
| Hex | FC | 10 | 1D | 0 | 5E | 58 | 1 | 165 | 62 | 35 |
| Octal | 374 | 20 | 35 | 0 | 136 | 130 | 1 | 545 | 142 | 65 |
| Binary | 11111100 | 10000 | 11101 | 0 | 1011110 | 1011000 | 1 | 101100101 | 1100010 | 110101 |
Color Harmonies of #FC101D
Complementary color
Monochromatic Colors of #FC101D
Black with #FC101D
Text Example
Text Example
White with #FC101D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC101D; }
p { color: rgb(252,16,29); }
H1.HeaderClassName
{
color: #FC101D;
}
.AnyTagClassName
{
color: #FC101D;
}
</style>
background-color css
<style>
a { background-color: #FC101D; }
a { background-color: rgb(252,16,29); }
div.DivClassName
{
background-color: #FC101D;
}
.BgClassName
{
background-color: #FC101D;
}
</style>
border-color css
<style>
span { border-color: #FC101D; }
span { border-color: rgb(252,16,29); }
td.TdClassName
{
border-color: #FC101D;
}
.TagClassName
{
border-color: #FC101D;
}
</style>