Shades of Torch Red #FC0C3A
Tints of Torch Red #FC0C3A
RGB
CMYK
RGB Variations
Color information
#FC0C3A (or 0xFC0C3A) is known color: Torch Red. HEX triplet: FC, 0C and 3A. RGB value is (252,12,58). Sum of RGB (Red+Green+Blue) = 252+12+58=322 (42% of max value = 765). Red value is 252 (98.83% from 255 or 78.26% from 322); Green value is 12 (5.08% from 255 or 3.73% from 322); Blue value is 58 (23.05% from 255 or 18.01% from 322); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0C3A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0C3A is #03F3C5. Grayscale: #595959. Windows color (decimal): -259014 or 3804412. OLE color: 3804412.
HSL color Cylindrical-coordinate representation of color #FC0C3A: hue angle of 348.5º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FC0C3A is Cyan = 0, Magento = 0.95, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 12 | 58 | - |
| CMYK | 0 | 0.95 | 0.77 | 0.01 |
| HSL | 348.5º | 0.98% | 0.52% | - |
| HSV(B) | 348.5º | 0.95% | 0.99% | - |
| XYZ | 41.04 | 21.26 | 5.94 | - |
| YUV | 89 | 110.51 | 244.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 12 | 58 | 0 | 0.95 | 0.77 | 0.01 | 348.5 | 0.98 | 0.52 |
| Hex | FC | C | 3A | 0 | 5F | 4D | 1 | 15C | 62 | 34 |
| Octal | 374 | 14 | 72 | 0 | 137 | 115 | 1 | 534 | 142 | 64 |
| Binary | 11111100 | 1100 | 111010 | 0 | 1011111 | 1001101 | 1 | 101011100 | 1100010 | 110100 |
Color Harmonies of #FC0C3A
Complementary color
Monochromatic Colors of #FC0C3A
Black with #FC0C3A
Text Example
Text Example
White with #FC0C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0C3A; }
p { color: rgb(252,12,58); }
H1.HeaderClassName
{
color: #FC0C3A;
}
.AnyTagClassName
{
color: #FC0C3A;
}
</style>
background-color css
<style>
a { background-color: #FC0C3A; }
a { background-color: rgb(252,12,58); }
div.DivClassName
{
background-color: #FC0C3A;
}
.BgClassName
{
background-color: #FC0C3A;
}
</style>
border-color css
<style>
span { border-color: #FC0C3A; }
span { border-color: rgb(252,12,58); }
td.TdClassName
{
border-color: #FC0C3A;
}
.TagClassName
{
border-color: #FC0C3A;
}
</style>