Shades of Torch Red #FC0C2A
Tints of Torch Red #FC0C2A
RGB
CMYK
RGB Variations
Color information
#FC0C2A (or 0xFC0C2A) is known color: Torch Red. HEX triplet: FC, 0C and 2A. RGB value is (252,12,42). Sum of RGB (Red+Green+Blue) = 252+12+42=306 (40% of max value = 765). Red value is 252 (98.83% from 255 or 82.35% from 306); Green value is 12 (5.08% from 255 or 3.92% from 306); Blue value is 42 (16.80% from 255 or 13.73% from 306); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0C2A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0C2A is #03F3D5. Grayscale: #575757. Windows color (decimal): -259030 or 2755836. OLE color: 2755836.
HSL color Cylindrical-coordinate representation of color #FC0C2A: hue angle of 352.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 #FC0C2A is Cyan = 0, Magento = 0.95, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 12 | 42 | - |
| CMYK | 0 | 0.95 | 0.83 | 0.01 |
| HSL | 352.5º | 0.98% | 0.52% | - |
| HSV(B) | 352.5º | 0.95% | 0.99% | - |
| XYZ | 40.69 | 21.13 | 4.12 | - |
| YUV | 87.18 | 102.51 | 245.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 12 | 42 | 0 | 0.95 | 0.83 | 0.01 | 352.5 | 0.98 | 0.52 |
| Hex | FC | C | 2A | 0 | 5F | 53 | 1 | 160 | 62 | 34 |
| Octal | 374 | 14 | 52 | 0 | 137 | 123 | 1 | 540 | 142 | 64 |
| Binary | 11111100 | 1100 | 101010 | 0 | 1011111 | 1010011 | 1 | 101100000 | 1100010 | 110100 |
Color Harmonies of #FC0C2A
Complementary color
Monochromatic Colors of #FC0C2A
Black with #FC0C2A
Text Example
Text Example
White with #FC0C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0C2A; }
p { color: rgb(252,12,42); }
H1.HeaderClassName
{
color: #FC0C2A;
}
.AnyTagClassName
{
color: #FC0C2A;
}
</style>
background-color css
<style>
a { background-color: #FC0C2A; }
a { background-color: rgb(252,12,42); }
div.DivClassName
{
background-color: #FC0C2A;
}
.BgClassName
{
background-color: #FC0C2A;
}
</style>
border-color css
<style>
span { border-color: #FC0C2A; }
span { border-color: rgb(252,12,42); }
td.TdClassName
{
border-color: #FC0C2A;
}
.TagClassName
{
border-color: #FC0C2A;
}
</style>