Html Css Color HEX #FC0720 Torch Red

📋 copy color: '#FC0720'

red 252 ◦ green 7 ◦ blue 32

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

Shades of Torch Red #FC0720

Tints of Torch Red #FC0720

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.41%

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

R = 86.6%
G = 2.41%
B = 11%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FC0720 (or 0xFC0720) is known color: Torch Red. HEX triplet: FC, 07 and 20. RGB value is (252,7,32). Sum of RGB (Red+Green+Blue) = 252+7+32=291 (38% of max value = 765). Red value is 252 (98.83% from 255 or 86.60% from 291); Green value is 7 (3.12% from 255 or 2.41% from 291); Blue value is 32 (12.89% from 255 or 11.00% from 291); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0720 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0720 is #03F8DF. Grayscale: #535353. Windows color (decimal): -260320 or 2099196. OLE color: 2099196.

HSL color Cylindrical-coordinate representation of color #FC0720: hue angle of 353.88º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FC0720 is Cyan = 0, Magento = 0.97, Yellow = 0.87 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 7 32 -
CMYK 0 0.97 0.87 0.01
HSL 353.88º 0.98% 0.51% -
HSV(B) 353.88º 0.97% 0.99% -
XYZ 40.48 20.95 3.28 -
YUV 83.11 99.17 248.47 -
System Red Green Blue C M Y K H S L
Decimal 252 7 32 0 0.97 0.87 0.01 353.88 0.98 0.51
Hex FC 7 20 0 61 57 1 162 62 33
Octal 374 7 40 0 141 127 1 542 142 63
Binary 11111100 111 100000 0 1100001 1010111 1 101100010 1100010 110011

Color Harmonies of #FC0720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0720

Black with #FC0720

Text Example


Text Example

White with #FC0720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0720; }

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

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

background-color css

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

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

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

border-color css

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

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

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