Shades of Torch Red #FC0420
Tints of Torch Red #FC0420
RGB
CMYK
RGB Variations
Color information
#FC0420 (or 0xFC0420) is known color: Torch Red. HEX triplet: FC, 04 and 20. RGB value is (252,4,32). Sum of RGB (Red+Green+Blue) = 252+4+32=288 (38% of max value = 765). Red value is 252 (98.83% from 255 or 87.5% from 288); Green value is 4 (1.95% from 255 or 1.39% from 288); Blue value is 32 (12.89% from 255 or 11.11% from 288); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0420 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0420 is #03FBDF. Grayscale: #515151. Windows color (decimal): -261088 or 2098428. OLE color: 2098428.
HSL color Cylindrical-coordinate representation of color #FC0420: hue angle of 353.23º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FC0420 is Cyan = 0, Magento = 0.98, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 4 | 32 | - |
| CMYK | 0 | 0.98 | 0.87 | 0.01 |
| HSL | 353.23º | 0.98% | 0.5% | - |
| HSV(B) | 353.23º | 0.98% | 0.99% | - |
| XYZ | 40.45 | 20.89 | 3.27 | - |
| YUV | 81.34 | 100.16 | 249.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 4 | 32 | 0 | 0.98 | 0.87 | 0.01 | 353.23 | 0.98 | 0.5 |
| Hex | FC | 4 | 20 | 0 | 62 | 57 | 1 | 161 | 62 | 32 |
| Octal | 374 | 4 | 40 | 0 | 142 | 127 | 1 | 541 | 142 | 62 |
| Binary | 11111100 | 100 | 100000 | 0 | 1100010 | 1010111 | 1 | 101100001 | 1100010 | 110010 |
Color Harmonies of #FC0420
Complementary color
Monochromatic Colors of #FC0420
Black with #FC0420
Text Example
Text Example
White with #FC0420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0420; }
p { color: rgb(252,4,32); }
H1.HeaderClassName
{
color: #FC0420;
}
.AnyTagClassName
{
color: #FC0420;
}
</style>
background-color css
<style>
a { background-color: #FC0420; }
a { background-color: rgb(252,4,32); }
div.DivClassName
{
background-color: #FC0420;
}
.BgClassName
{
background-color: #FC0420;
}
</style>
border-color css
<style>
span { border-color: #FC0420; }
span { border-color: rgb(252,4,32); }
td.TdClassName
{
border-color: #FC0420;
}
.TagClassName
{
border-color: #FC0420;
}
</style>