Shades of Torch Red #FC0320
Tints of Torch Red #FC0320
RGB
CMYK
RGB Variations
Color information
#FC0320 (or 0xFC0320) is known color: Torch Red. HEX triplet: FC, 03 and 20. RGB value is (252,3,32). Sum of RGB (Red+Green+Blue) = 252+3+32=287 (38% of max value = 765). Red value is 252 (98.83% from 255 or 87.80% from 287); Green value is 3 (1.56% from 255 or 1.05% from 287); Blue value is 32 (12.89% from 255 or 11.15% from 287); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0320 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0320 is #03FCDF. Grayscale: #505050. Windows color (decimal): -261344 or 2098172. OLE color: 2098172.
HSL color Cylindrical-coordinate representation of color #FC0320: hue angle of 353.01º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FC0320 is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 3 | 32 | - |
| CMYK | 0 | 0.99 | 0.87 | 0.01 |
| HSL | 353.01º | 0.98% | 0.5% | - |
| HSV(B) | 353.01º | 0.99% | 0.99% | - |
| XYZ | 40.44 | 20.86 | 3.26 | - |
| YUV | 80.76 | 100.49 | 250.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 3 | 32 | 0 | 0.99 | 0.87 | 0.01 | 353.01 | 0.98 | 0.5 |
| Hex | FC | 3 | 20 | 0 | 63 | 57 | 1 | 161 | 62 | 32 |
| Octal | 374 | 3 | 40 | 0 | 143 | 127 | 1 | 541 | 142 | 62 |
| Binary | 11111100 | 11 | 100000 | 0 | 1100011 | 1010111 | 1 | 101100001 | 1100010 | 110010 |
Color Harmonies of #FC0320
Complementary color
Monochromatic Colors of #FC0320
Black with #FC0320
Text Example
Text Example
White with #FC0320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0320; }
p { color: rgb(252,3,32); }
H1.HeaderClassName
{
color: #FC0320;
}
.AnyTagClassName
{
color: #FC0320;
}
</style>
background-color css
<style>
a { background-color: #FC0320; }
a { background-color: rgb(252,3,32); }
div.DivClassName
{
background-color: #FC0320;
}
.BgClassName
{
background-color: #FC0320;
}
</style>
border-color css
<style>
span { border-color: #FC0320; }
span { border-color: rgb(252,3,32); }
td.TdClassName
{
border-color: #FC0320;
}
.TagClassName
{
border-color: #FC0320;
}
</style>