Html Css Color HEX #FC0620 Torch Red

📋 copy color: '#FC0620'

red 252 ◦ green 6 ◦ blue 32

#FC0620
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Torch Red #FC0620

Tints of Torch Red #FC0620

RGB

 RED value IS 252 (98.83% from 255) = 86.9%

 GREEN value IS 6 (2.73% from 255) = 2.07%

 BLUE value IS 32 (12.89% from 255) = 11.03%

R = 86.9%
G = 2.07%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FC0620 (or 0xFC0620) is known color: Torch Red. HEX triplet: FC, 06 and 20. RGB value is (252,6,32). Sum of RGB (Red+Green+Blue) = 252+6+32=290 (38% of max value = 765). Red value is 252 (98.83% from 255 or 86.90% from 290); Green value is 6 (2.73% from 255 or 2.07% from 290); Blue value is 32 (12.89% from 255 or 11.03% from 290); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0620 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0620 is #03F9DF. Grayscale: #525252. Windows color (decimal): -260576 or 2098940. OLE color: 2098940.

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

Color convert

RGB 252 6 32 -
CMYK 0 0.98 0.87 0.01
HSL 353.66º 0.98% 0.51% -
HSV(B) 353.66º 0.98% 0.99% -
XYZ 40.47 20.93 3.27 -
YUV 82.52 99.5 248.89 -
System Red Green Blue C M Y K H S L
Decimal 252 6 32 0 0.98 0.87 0.01 353.66 0.98 0.51
Hex FC 6 20 0 62 57 1 162 62 33
Octal 374 6 40 0 142 127 1 542 142 63
Binary 11111100 110 100000 0 1100010 1010111 1 101100010 1100010 110011

Color Harmonies of #FC0620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0620

Black with #FC0620

Text Example


Text Example

White with #FC0620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0620; }

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

 H1.HeaderClassName
 {
   color: #FC0620;
 }
 .AnyTagClassName
 {
   color: #FC0620;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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