Html Css Color HEX #FC073C Torch Red

📋 copy color: '#FC073C'

red 252 ◦ green 7 ◦ blue 60

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

Shades of Torch Red #FC073C

Tints of Torch Red #FC073C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.81%

R = 79%
G = 2.19%
B = 18.81%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FC073C (or 0xFC073C) is known color: Torch Red. HEX triplet: FC, 07 and 3C. RGB value is (252,7,60). Sum of RGB (Red+Green+Blue) = 252+7+60=319 (42% of max value = 765). Red value is 252 (98.83% from 255 or 79.00% from 319); Green value is 7 (3.12% from 255 or 2.19% from 319); Blue value is 60 (23.83% from 255 or 18.81% from 319); Max value from RGB is 252 - color contains mainly: red. Hex color #FC073C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC073C is #03F8C3. Grayscale: #565656. Windows color (decimal): -260292 or 3934204. OLE color: 3934204.

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

Color convert

RGB 252 7 60 -
CMYK 0 0.97 0.76 0.01
HSL 347.02º 0.98% 0.51% -
HSV(B) 347.02º 0.97% 0.99% -
XYZ 41.04 21.17 6.2 -
YUV 86.3 113.17 246.19 -
System Red Green Blue C M Y K H S L
Decimal 252 7 60 0 0.97 0.76 0.01 347.02 0.98 0.51
Hex FC 7 3C 0 61 4C 1 15B 62 33
Octal 374 7 74 0 141 114 1 533 142 63
Binary 11111100 111 111100 0 1100001 1001100 1 101011011 1100010 110011

Color Harmonies of #FC073C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC073C

Black with #FC073C

Text Example


Text Example

White with #FC073C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC073C; }

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

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

background-color css

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

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

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

border-color css

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

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

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