Shades of Torch Red #FC0A45
Tints of Torch Red #FC0A45
RGB
CMYK
RGB Variations
Color information
#FC0A45 (or 0xFC0A45) is known color: Torch Red. HEX triplet: FC, 0A and 45. RGB value is (252,10,69). Sum of RGB (Red+Green+Blue) = 252+10+69=331 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.13% from 331); Green value is 10 (4.30% from 255 or 3.02% from 331); Blue value is 69 (27.34% from 255 or 20.85% from 331); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0A45 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0A45 is #03F5BA. Grayscale: #595959. Windows color (decimal): -259515 or 4524796. OLE color: 4524796.
HSL color Cylindrical-coordinate representation of color #FC0A45: hue angle of 345.37º 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 #FC0A45 is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 10 | 69 | - |
| CMYK | 0 | 0.96 | 0.73 | 0.01 |
| HSL | 345.37º | 0.98% | 0.51% | - |
| HSV(B) | 345.37º | 0.96% | 0.99% | - |
| XYZ | 41.33 | 21.34 | 7.57 | - |
| YUV | 89.08 | 116.67 | 244.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 10 | 69 | 0 | 0.96 | 0.73 | 0.01 | 345.37 | 0.98 | 0.51 |
| Hex | FC | A | 45 | 0 | 60 | 49 | 1 | 159 | 62 | 33 |
| Octal | 374 | 12 | 105 | 0 | 140 | 111 | 1 | 531 | 142 | 63 |
| Binary | 11111100 | 1010 | 1000101 | 0 | 1100000 | 1001001 | 1 | 101011001 | 1100010 | 110011 |
Color Harmonies of #FC0A45
Complementary color
Monochromatic Colors of #FC0A45
Black with #FC0A45
Text Example
Text Example
White with #FC0A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0A45; }
p { color: rgb(252,10,69); }
H1.HeaderClassName
{
color: #FC0A45;
}
.AnyTagClassName
{
color: #FC0A45;
}
</style>
background-color css
<style>
a { background-color: #FC0A45; }
a { background-color: rgb(252,10,69); }
div.DivClassName
{
background-color: #FC0A45;
}
.BgClassName
{
background-color: #FC0A45;
}
</style>
border-color css
<style>
span { border-color: #FC0A45; }
span { border-color: rgb(252,10,69); }
td.TdClassName
{
border-color: #FC0A45;
}
.TagClassName
{
border-color: #FC0A45;
}
</style>