#FC063D

Color #FC063D Torch Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Torch Red #FC063D

Tints of Torch Red #FC063D

Color information

#FC063D (or 0xFC063D) is unknown color: approx Torch Red. HEX triplet: FC, 06 and 3D. RGB value is (252,6,61). Sum of RGB (Red+Green+Blue) = 252+6+61=319 (42% of max value = 765). Red value is 252 (98.83% from 255 or 79.00% from 319); Green value is 6 (2.73% from 255 or 1.88% from 319); Blue value is 61 (24.22% from 255 or 19.12% from 319); Max value from RGB is 252 - color contains mainly: red. Hex color #FC063D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC063D is #03F9C2. Grayscale: #555555. Windows color (decimal): -260547 or 3999484. OLE color: 3999484.

HSL color Cylindrical-coordinate representation of color #FC063D: hue angle of 346.59º 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 #FC063D is Cyan = 0, Magento = 0.98, Yellow = 0.76 and Black (K on CMYK) = 0.01.

Color convert

RGB252661-
CMYK00.980.760.01
HSL346.59º97.62%50.59%-
HSV(B)346.59º97.62%98.82%-
XYZ41.0521.166.34-
YUV85.82114246.53-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 79.00%
GREEN value IS 6 (2.73% from 255) = 1.88%
BLUE value IS 61 (24.22% from 255) = 19.12%
R=79.00%
G=1.88%
B=19.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.76
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25266100.980.760.01346.5997.6250.59
HexFC63D0624C115b6233
Octal3746750142114153314263
Binary1111110011011110101100010100110011010110111100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC063D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC063D; }

 p { color: rgb(252,6,61); }

 H1.HeaderClassName
 {
   color: #FC063D;
 }
 .AnyTagClassName
 {
   color: #FC063D;
 }
</style>
background-color css

<style>
 a { background-color: #FC063D; }

 a { background-color: rgb(252,6,61); }

 div.DivClassName
 {
   background-color: #FC063D;
 }
 .BgClassName
 {
   background-color: #FC063D;
 }
</style>
border-color css

<style>
 span { border-color: #FC063D; }

 span { border-color: rgb(252,6,61); }

 td.TdClassName
 {
   border-color: #FC063D;
 }
 .TagClassName
 {
   border-color: #FC063D;
 }
</style>