Html Css Color HEX #FC071F Torch Red

📋 copy color: '#FC071F'

red 252 ◦ green 7 ◦ blue 31

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

Shades of Torch Red #FC071F

Tints of Torch Red #FC071F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.69%

R = 86.9%
G = 2.41%
B = 10.69%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FC071F (or 0xFC071F) is known color: Torch Red. HEX triplet: FC, 07 and 1F. RGB value is (252,7,31). Sum of RGB (Red+Green+Blue) = 252+7+31=290 (38% of max value = 765). Red value is 252 (98.83% from 255 or 86.90% from 290); Green value is 7 (3.12% from 255 or 2.41% from 290); Blue value is 31 (12.5% from 255 or 10.69% from 290); Max value from RGB is 252 - color contains mainly: red. Hex color #FC071F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC071F is #03F8E0. Grayscale: #535353. Windows color (decimal): -260321 or 2033660. OLE color: 2033660.

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

Color convert

RGB 252 7 31 -
CMYK 0 0.97 0.88 0.01
HSL 354.12º 0.98% 0.51% -
HSV(B) 354.12º 0.97% 0.99% -
XYZ 40.47 20.95 3.21 -
YUV 82.99 98.67 248.55 -
System Red Green Blue C M Y K H S L
Decimal 252 7 31 0 0.97 0.88 0.01 354.12 0.98 0.51
Hex FC 7 1F 0 61 58 1 162 62 33
Octal 374 7 37 0 141 130 1 542 142 63
Binary 11111100 111 11111 0 1100001 1011000 1 101100010 1100010 110011

Color Harmonies of #FC071F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC071F

Black with #FC071F

Text Example


Text Example

White with #FC071F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC071F; }

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

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

background-color css

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

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

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

border-color css

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

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

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