Shades of Torch Red #FC083C
Tints of Torch Red #FC083C
RGB
CMYK
RGB Variations
Color information
#FC083C (or 0xFC083C) is known color: Torch Red. HEX triplet: FC, 08 and 3C. RGB value is (252,8,60). Sum of RGB (Red+Green+Blue) = 252+8+60=320 (42% of max value = 765). Red value is 252 (98.83% from 255 or 78.75% from 320); Green value is 8 (3.52% from 255 or 2.5% from 320); Blue value is 60 (23.83% from 255 or 18.75% from 320); Max value from RGB is 252 - color contains mainly: red. Hex color #FC083C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC083C is #03F7C3. Grayscale: #565656. Windows color (decimal): -260036 or 3934460. OLE color: 3934460.
HSL color Cylindrical-coordinate representation of color #FC083C: hue angle of 347.21º 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 #FC083C is Cyan = 0, Magento = 0.97, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 8 | 60 | - |
| CMYK | 0 | 0.97 | 0.76 | 0.01 |
| HSL | 347.21º | 0.98% | 0.51% | - |
| HSV(B) | 347.21º | 0.97% | 0.99% | - |
| XYZ | 41.05 | 21.2 | 6.2 | - |
| YUV | 86.88 | 112.84 | 245.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 8 | 60 | 0 | 0.97 | 0.76 | 0.01 | 347.21 | 0.98 | 0.51 |
| Hex | FC | 8 | 3C | 0 | 61 | 4C | 1 | 15B | 62 | 33 |
| Octal | 374 | 10 | 74 | 0 | 141 | 114 | 1 | 533 | 142 | 63 |
| Binary | 11111100 | 1000 | 111100 | 0 | 1100001 | 1001100 | 1 | 101011011 | 1100010 | 110011 |
Color Harmonies of #FC083C
Complementary color
Monochromatic Colors of #FC083C
Black with #FC083C
Text Example
Text Example
White with #FC083C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC083C; }
p { color: rgb(252,8,60); }
H1.HeaderClassName
{
color: #FC083C;
}
.AnyTagClassName
{
color: #FC083C;
}
</style>
background-color css
<style>
a { background-color: #FC083C; }
a { background-color: rgb(252,8,60); }
div.DivClassName
{
background-color: #FC083C;
}
.BgClassName
{
background-color: #FC083C;
}
</style>
border-color css
<style>
span { border-color: #FC083C; }
span { border-color: rgb(252,8,60); }
td.TdClassName
{
border-color: #FC083C;
}
.TagClassName
{
border-color: #FC083C;
}
</style>