Shades of Torch Red #FC0A20
Tints of Torch Red #FC0A20
RGB
CMYK
RGB Variations
Color information
#FC0A20 (or 0xFC0A20) is known color: Torch Red. HEX triplet: FC, 0A and 20. RGB value is (252,10,32). Sum of RGB (Red+Green+Blue) = 252+10+32=294 (38% of max value = 765). Red value is 252 (98.83% from 255 or 85.71% from 294); Green value is 10 (4.30% from 255 or 3.40% from 294); Blue value is 32 (12.89% from 255 or 10.88% from 294); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0A20 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0A20 is #03F5DF. Grayscale: #555555. Windows color (decimal): -259552 or 2099964. OLE color: 2099964.
HSL color Cylindrical-coordinate representation of color #FC0A20: hue angle of 354.55º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FC0A20 is Cyan = 0, Magento = 0.96, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 10 | 32 | - |
| CMYK | 0 | 0.96 | 0.87 | 0.01 |
| HSL | 354.55º | 0.98% | 0.51% | - |
| HSV(B) | 354.55º | 0.96% | 0.99% | - |
| XYZ | 40.51 | 21.02 | 3.29 | - |
| YUV | 84.87 | 98.17 | 247.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 10 | 32 | 0 | 0.96 | 0.87 | 0.01 | 354.55 | 0.98 | 0.51 |
| Hex | FC | A | 20 | 0 | 60 | 57 | 1 | 163 | 62 | 33 |
| Octal | 374 | 12 | 40 | 0 | 140 | 127 | 1 | 543 | 142 | 63 |
| Binary | 11111100 | 1010 | 100000 | 0 | 1100000 | 1010111 | 1 | 101100011 | 1100010 | 110011 |
Color Harmonies of #FC0A20
Complementary color
Monochromatic Colors of #FC0A20
Black with #FC0A20
Text Example
Text Example
White with #FC0A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0A20; }
p { color: rgb(252,10,32); }
H1.HeaderClassName
{
color: #FC0A20;
}
.AnyTagClassName
{
color: #FC0A20;
}
</style>
background-color css
<style>
a { background-color: #FC0A20; }
a { background-color: rgb(252,10,32); }
div.DivClassName
{
background-color: #FC0A20;
}
.BgClassName
{
background-color: #FC0A20;
}
</style>
border-color css
<style>
span { border-color: #FC0A20; }
span { border-color: rgb(252,10,32); }
td.TdClassName
{
border-color: #FC0A20;
}
.TagClassName
{
border-color: #FC0A20;
}
</style>