#FC0637

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

Shades of Torch Red #FC0637

Tints of Torch Red #FC0637

Color information

#FC0637 (or 0xFC0637) is unknown color: approx Torch Red. HEX triplet: FC, 06 and 37. RGB value is (252,6,55). Sum of RGB (Red+Green+Blue) = 252+6+55=313 (41% of max value = 765). Red value is 252 (98.83% from 255 or 80.51% from 313); Green value is 6 (2.73% from 255 or 1.92% from 313); Blue value is 55 (21.88% from 255 or 17.57% from 313); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0637 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0637 is #03F9C8. Grayscale: #555555. Windows color (decimal): -260553 or 3606268. OLE color: 3606268.

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

Color convert

RGB252655-
CMYK00.980.780.01
HSL348.05º97.62%50.59%-
HSV(B)348.05º97.62%98.82%-
XYZ40.921.15.53-
YUV85.14111247.02-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 80.51%
GREEN value IS 6 (2.73% from 255) = 1.92%
BLUE value IS 55 (21.88% from 255) = 17.57%
R=80.51%
G=1.92%
B=17.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.78
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25265500.980.780.01348.0597.6250.59
HexFC6370624E115c6233
Octal3746670142116153414263
Binary1111110011011011101100010100111011010111001100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC0637

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC0637; }

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

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

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

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

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

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

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

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