Shades of Torch Red #FC082C
Tints of Torch Red #FC082C
RGB
CMYK
RGB Variations
Color information
#FC082C (or 0xFC082C) is known color: Torch Red. HEX triplet: FC, 08 and 2C. RGB value is (252,8,44). Sum of RGB (Red+Green+Blue) = 252+8+44=304 (40% of max value = 765). Red value is 252 (98.83% from 255 or 82.89% from 304); Green value is 8 (3.52% from 255 or 2.63% from 304); Blue value is 44 (17.58% from 255 or 14.47% from 304); Max value from RGB is 252 - color contains mainly: red. Hex color #FC082C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC082C is #03F7D3. Grayscale: #555555. Windows color (decimal): -260052 or 2885884. OLE color: 2885884.
HSL color Cylindrical-coordinate representation of color #FC082C: hue angle of 351.15º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FC082C is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 8 | 44 | - |
| CMYK | 0 | 0.97 | 0.83 | 0.01 |
| HSL | 351.15º | 0.98% | 0.51% | - |
| HSV(B) | 351.15º | 0.97% | 0.99% | - |
| XYZ | 40.69 | 21.05 | 4.3 | - |
| YUV | 85.06 | 104.84 | 247.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 8 | 44 | 0 | 0.97 | 0.83 | 0.01 | 351.15 | 0.98 | 0.51 |
| Hex | FC | 8 | 2C | 0 | 61 | 53 | 1 | 15F | 62 | 33 |
| Octal | 374 | 10 | 54 | 0 | 141 | 123 | 1 | 537 | 142 | 63 |
| Binary | 11111100 | 1000 | 101100 | 0 | 1100001 | 1010011 | 1 | 101011111 | 1100010 | 110011 |
Color Harmonies of #FC082C
Complementary color
Monochromatic Colors of #FC082C
Black with #FC082C
Text Example
Text Example
White with #FC082C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC082C; }
p { color: rgb(252,8,44); }
H1.HeaderClassName
{
color: #FC082C;
}
.AnyTagClassName
{
color: #FC082C;
}
</style>
background-color css
<style>
a { background-color: #FC082C; }
a { background-color: rgb(252,8,44); }
div.DivClassName
{
background-color: #FC082C;
}
.BgClassName
{
background-color: #FC082C;
}
</style>
border-color css
<style>
span { border-color: #FC082C; }
span { border-color: rgb(252,8,44); }
td.TdClassName
{
border-color: #FC082C;
}
.TagClassName
{
border-color: #FC082C;
}
</style>