Shades of Torch Red #FC063E
Tints of Torch Red #FC063E
RGB
CMYK
RGB Variations
Color information
#FC063E (or 0xFC063E) is known color: Torch Red. HEX triplet: FC, 06 and 3E. RGB value is (252,6,62). Sum of RGB (Red+Green+Blue) = 252+6+62=320 (42% of max value = 765). Red value is 252 (98.83% from 255 or 78.75% from 320); Green value is 6 (2.73% from 255 or 1.88% from 320); Blue value is 62 (24.61% from 255 or 19.38% from 320); Max value from RGB is 252 - color contains mainly: red. Hex color #FC063E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC063E is #03F9C1. Grayscale: #555555. Windows color (decimal): -260546 or 4065020. OLE color: 4065020.
HSL color Cylindrical-coordinate representation of color #FC063E: hue angle of 346.34º 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 #FC063E is Cyan = 0, Magento = 0.98, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 6 | 62 | - |
| CMYK | 0 | 0.98 | 0.75 | 0.01 |
| HSL | 346.34º | 0.98% | 0.51% | - |
| HSV(B) | 346.34º | 0.98% | 0.99% | - |
| XYZ | 41.08 | 21.17 | 6.48 | - |
| YUV | 85.94 | 114.5 | 246.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 6 | 62 | 0 | 0.98 | 0.75 | 0.01 | 346.34 | 0.98 | 0.51 |
| Hex | FC | 6 | 3E | 0 | 62 | 4B | 1 | 15A | 62 | 33 |
| Octal | 374 | 6 | 76 | 0 | 142 | 113 | 1 | 532 | 142 | 63 |
| Binary | 11111100 | 110 | 111110 | 0 | 1100010 | 1001011 | 1 | 101011010 | 1100010 | 110011 |
Color Harmonies of #FC063E
Complementary color
Monochromatic Colors of #FC063E
Black with #FC063E
Text Example
Text Example
White with #FC063E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC063E; }
p { color: rgb(252,6,62); }
H1.HeaderClassName
{
color: #FC063E;
}
.AnyTagClassName
{
color: #FC063E;
}
</style>
background-color css
<style>
a { background-color: #FC063E; }
a { background-color: rgb(252,6,62); }
div.DivClassName
{
background-color: #FC063E;
}
.BgClassName
{
background-color: #FC063E;
}
</style>
border-color css
<style>
span { border-color: #FC063E; }
span { border-color: rgb(252,6,62); }
td.TdClassName
{
border-color: #FC063E;
}
.TagClassName
{
border-color: #FC063E;
}
</style>