Shades of Torch Red #FC122C
Tints of Torch Red #FC122C
RGB
CMYK
RGB Variations
Color information
#FC122C (or 0xFC122C) is known color: Torch Red. HEX triplet: FC, 12 and 2C. RGB value is (252,18,44). Sum of RGB (Red+Green+Blue) = 252+18+44=314 (41% of max value = 765). Red value is 252 (98.83% from 255 or 80.25% from 314); Green value is 18 (7.42% from 255 or 5.73% from 314); Blue value is 44 (17.58% from 255 or 14.01% from 314); Max value from RGB is 252 - color contains mainly: red. Hex color #FC122C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC122C is #03EDD3. Grayscale: #5B5B5B. Windows color (decimal): -257492 or 2888444. OLE color: 2888444.
HSL color Cylindrical-coordinate representation of color #FC122C: hue angle of 353.33º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FC122C is Cyan = 0, Magento = 0.93, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 18 | 44 | - |
| CMYK | 0 | 0.93 | 0.83 | 0.01 |
| HSL | 353.33º | 0.98% | 0.53% | - |
| HSV(B) | 353.33º | 0.93% | 0.99% | - |
| XYZ | 40.82 | 21.31 | 4.34 | - |
| YUV | 90.93 | 101.52 | 242.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 18 | 44 | 0 | 0.93 | 0.83 | 0.01 | 353.33 | 0.98 | 0.53 |
| Hex | FC | 12 | 2C | 0 | 5D | 53 | 1 | 161 | 62 | 35 |
| Octal | 374 | 22 | 54 | 0 | 135 | 123 | 1 | 541 | 142 | 65 |
| Binary | 11111100 | 10010 | 101100 | 0 | 1011101 | 1010011 | 1 | 101100001 | 1100010 | 110101 |
Color Harmonies of #FC122C
Complementary color
Monochromatic Colors of #FC122C
Black with #FC122C
Text Example
Text Example
White with #FC122C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC122C; }
p { color: rgb(252,18,44); }
H1.HeaderClassName
{
color: #FC122C;
}
.AnyTagClassName
{
color: #FC122C;
}
</style>
background-color css
<style>
a { background-color: #FC122C; }
a { background-color: rgb(252,18,44); }
div.DivClassName
{
background-color: #FC122C;
}
.BgClassName
{
background-color: #FC122C;
}
</style>
border-color css
<style>
span { border-color: #FC122C; }
span { border-color: rgb(252,18,44); }
td.TdClassName
{
border-color: #FC122C;
}
.TagClassName
{
border-color: #FC122C;
}
</style>