Shades of Torch Red #FC1920
Tints of Torch Red #FC1920
RGB
CMYK
RGB Variations
Color information
#FC1920 (or 0xFC1920) is known color: Torch Red. HEX triplet: FC, 19 and 20. RGB value is (252,25,32). Sum of RGB (Red+Green+Blue) = 252+25+32=309 (40% of max value = 765). Red value is 252 (98.83% from 255 or 81.55% from 309); Green value is 25 (10.16% from 255 or 8.09% from 309); Blue value is 32 (12.89% from 255 or 10.36% from 309); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1920 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1920 is #03E6DF. Grayscale: #5D5D5D. Windows color (decimal): -255712 or 2103804. OLE color: 2103804.
HSL color Cylindrical-coordinate representation of color #FC1920: hue angle of 358.15º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FC1920 is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 25 | 32 | - |
| CMYK | 0 | 0.90 | 0.87 | 0.01 |
| HSL | 358.15º | 0.97% | 0.54% | - |
| HSV(B) | 358.15º | 0.9% | 0.99% | - |
| XYZ | 40.75 | 21.49 | 3.37 | - |
| YUV | 93.67 | 93.21 | 240.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 25 | 32 | 0 | 0.90 | 0.87 | 0.01 | 358.15 | 0.97 | 0.54 |
| Hex | FC | 19 | 20 | 0 | 5A | 57 | 1 | 166 | 61 | 36 |
| Octal | 374 | 31 | 40 | 0 | 132 | 127 | 1 | 546 | 141 | 66 |
| Binary | 11111100 | 11001 | 100000 | 0 | 1011010 | 1010111 | 1 | 101100110 | 1100001 | 110110 |
Color Harmonies of #FC1920
Complementary color
Monochromatic Colors of #FC1920
Black with #FC1920
Text Example
Text Example
White with #FC1920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1920; }
p { color: rgb(252,25,32); }
H1.HeaderClassName
{
color: #FC1920;
}
.AnyTagClassName
{
color: #FC1920;
}
</style>
background-color css
<style>
a { background-color: #FC1920; }
a { background-color: rgb(252,25,32); }
div.DivClassName
{
background-color: #FC1920;
}
.BgClassName
{
background-color: #FC1920;
}
</style>
border-color css
<style>
span { border-color: #FC1920; }
span { border-color: rgb(252,25,32); }
td.TdClassName
{
border-color: #FC1920;
}
.TagClassName
{
border-color: #FC1920;
}
</style>