Shades of Torch Red #FC063B
Tints of Torch Red #FC063B
RGB
CMYK
RGB Variations
Color information
#FC063B (or 0xFC063B) is known color: Torch Red. HEX triplet: FC, 06 and 3B. RGB value is (252,6,59). Sum of RGB (Red+Green+Blue) = 252+6+59=317 (41% of max value = 765). Red value is 252 (98.83% from 255 or 79.50% from 317); Green value is 6 (2.73% from 255 or 1.89% from 317); Blue value is 59 (23.44% from 255 or 18.61% from 317); Max value from RGB is 252 - color contains mainly: red. Hex color #FC063B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC063B is #03F9C4. Grayscale: #555555. Windows color (decimal): -260549 or 3868412. OLE color: 3868412.
HSL color Cylindrical-coordinate representation of color #FC063B: hue angle of 347.07º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FC063B is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 6 | 59 | - |
| CMYK | 0 | 0.98 | 0.77 | 0.01 |
| HSL | 347.07º | 0.98% | 0.51% | - |
| HSV(B) | 347.07º | 0.98% | 0.99% | - |
| XYZ | 41 | 21.14 | 6.06 | - |
| YUV | 85.6 | 113 | 246.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 6 | 59 | 0 | 0.98 | 0.77 | 0.01 | 347.07 | 0.98 | 0.51 |
| Hex | FC | 6 | 3B | 0 | 62 | 4D | 1 | 15B | 62 | 33 |
| Octal | 374 | 6 | 73 | 0 | 142 | 115 | 1 | 533 | 142 | 63 |
| Binary | 11111100 | 110 | 111011 | 0 | 1100010 | 1001101 | 1 | 101011011 | 1100010 | 110011 |
Color Harmonies of #FC063B
Complementary color
Monochromatic Colors of #FC063B
Black with #FC063B
Text Example
Text Example
White with #FC063B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC063B; }
p { color: rgb(252,6,59); }
H1.HeaderClassName
{
color: #FC063B;
}
.AnyTagClassName
{
color: #FC063B;
}
</style>
background-color css
<style>
a { background-color: #FC063B; }
a { background-color: rgb(252,6,59); }
div.DivClassName
{
background-color: #FC063B;
}
.BgClassName
{
background-color: #FC063B;
}
</style>
border-color css
<style>
span { border-color: #FC063B; }
span { border-color: rgb(252,6,59); }
td.TdClassName
{
border-color: #FC063B;
}
.TagClassName
{
border-color: #FC063B;
}
</style>