Shades of Torch Red #FC122B
Tints of Torch Red #FC122B
RGB
CMYK
RGB Variations
Color information
#FC122B (or 0xFC122B) is known color: Torch Red. HEX triplet: FC, 12 and 2B. RGB value is (252,18,43). Sum of RGB (Red+Green+Blue) = 252+18+43=313 (41% of max value = 765). Red value is 252 (98.83% from 255 or 80.51% from 313); Green value is 18 (7.42% from 255 or 5.75% from 313); Blue value is 43 (17.19% from 255 or 13.74% from 313); Max value from RGB is 252 - color contains mainly: red. Hex color #FC122B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC122B is #03EDD4. Grayscale: #5A5A5A. Windows color (decimal): -257493 or 2822908. OLE color: 2822908.
HSL color Cylindrical-coordinate representation of color #FC122B: hue angle of 353.59º 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 #FC122B is Cyan = 0, Magento = 0.93, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 18 | 43 | - |
| CMYK | 0 | 0.93 | 0.83 | 0.01 |
| HSL | 353.59º | 0.98% | 0.53% | - |
| HSV(B) | 353.59º | 0.93% | 0.99% | - |
| XYZ | 40.8 | 21.3 | 4.25 | - |
| YUV | 90.82 | 101.02 | 242.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 18 | 43 | 0 | 0.93 | 0.83 | 0.01 | 353.59 | 0.98 | 0.53 |
| Hex | FC | 12 | 2B | 0 | 5D | 53 | 1 | 162 | 62 | 35 |
| Octal | 374 | 22 | 53 | 0 | 135 | 123 | 1 | 542 | 142 | 65 |
| Binary | 11111100 | 10010 | 101011 | 0 | 1011101 | 1010011 | 1 | 101100010 | 1100010 | 110101 |
Color Harmonies of #FC122B
Complementary color
Monochromatic Colors of #FC122B
Black with #FC122B
Text Example
Text Example
White with #FC122B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC122B; }
p { color: rgb(252,18,43); }
H1.HeaderClassName
{
color: #FC122B;
}
.AnyTagClassName
{
color: #FC122B;
}
</style>
background-color css
<style>
a { background-color: #FC122B; }
a { background-color: rgb(252,18,43); }
div.DivClassName
{
background-color: #FC122B;
}
.BgClassName
{
background-color: #FC122B;
}
</style>
border-color css
<style>
span { border-color: #FC122B; }
span { border-color: rgb(252,18,43); }
td.TdClassName
{
border-color: #FC122B;
}
.TagClassName
{
border-color: #FC122B;
}
</style>