Shades of Torch Red #FC0A39
Tints of Torch Red #FC0A39
RGB
CMYK
RGB Variations
Color information
#FC0A39 (or 0xFC0A39) is known color: Torch Red. HEX triplet: FC, 0A and 39. RGB value is (252,10,57). Sum of RGB (Red+Green+Blue) = 252+10+57=319 (42% of max value = 765). Red value is 252 (98.83% from 255 or 79.00% from 319); Green value is 10 (4.30% from 255 or 3.13% from 319); Blue value is 57 (22.66% from 255 or 17.87% from 319); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0A39 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0A39 is #03F5C6. Grayscale: #575757. Windows color (decimal): -259527 or 3738364. OLE color: 3738364.
HSL color Cylindrical-coordinate representation of color #FC0A39: hue angle of 348.35º 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 #FC0A39 is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 10 | 57 | - |
| CMYK | 0 | 0.96 | 0.77 | 0.01 |
| HSL | 348.35º | 0.98% | 0.51% | - |
| HSV(B) | 348.35º | 0.96% | 0.99% | - |
| XYZ | 40.99 | 21.21 | 5.8 | - |
| YUV | 87.72 | 110.67 | 245.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 10 | 57 | 0 | 0.96 | 0.77 | 0.01 | 348.35 | 0.98 | 0.51 |
| Hex | FC | A | 39 | 0 | 60 | 4D | 1 | 15C | 62 | 33 |
| Octal | 374 | 12 | 71 | 0 | 140 | 115 | 1 | 534 | 142 | 63 |
| Binary | 11111100 | 1010 | 111001 | 0 | 1100000 | 1001101 | 1 | 101011100 | 1100010 | 110011 |
Color Harmonies of #FC0A39
Complementary color
Monochromatic Colors of #FC0A39
Black with #FC0A39
Text Example
Text Example
White with #FC0A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0A39; }
p { color: rgb(252,10,57); }
H1.HeaderClassName
{
color: #FC0A39;
}
.AnyTagClassName
{
color: #FC0A39;
}
</style>
background-color css
<style>
a { background-color: #FC0A39; }
a { background-color: rgb(252,10,57); }
div.DivClassName
{
background-color: #FC0A39;
}
.BgClassName
{
background-color: #FC0A39;
}
</style>
border-color css
<style>
span { border-color: #FC0A39; }
span { border-color: rgb(252,10,57); }
td.TdClassName
{
border-color: #FC0A39;
}
.TagClassName
{
border-color: #FC0A39;
}
</style>