Html Css Color HEX #FC071E Torch Red

📋 copy color: '#FC071E'

red 252 ◦ green 7 ◦ blue 30

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

Shades of Torch Red #FC071E

Tints of Torch Red #FC071E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.38%

R = 87.2%
G = 2.42%
B = 10.38%

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

#FC071E (or 0xFC071E) is known color: Torch Red. HEX triplet: FC, 07 and 1E. RGB value is (252,7,30). Sum of RGB (Red+Green+Blue) = 252+7+30=289 (38% of max value = 765). Red value is 252 (98.83% from 255 or 87.20% from 289); Green value is 7 (3.12% from 255 or 2.42% from 289); Blue value is 30 (12.11% from 255 or 10.38% from 289); Max value from RGB is 252 - color contains mainly: red. Hex color #FC071E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC071E is #03F8E1. Grayscale: #535353. Windows color (decimal): -260322 or 1968124. OLE color: 1968124.

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

Color convert

RGB 252 7 30 -
CMYK 0 0.97 0.88 0.01
HSL 354.37º 0.98% 0.51% -
HSV(B) 354.37º 0.97% 0.99% -
XYZ 40.46 20.94 3.14 -
YUV 82.88 98.17 248.63 -
System Red Green Blue C M Y K H S L
Decimal 252 7 30 0 0.97 0.88 0.01 354.37 0.98 0.51
Hex FC 7 1E 0 61 58 1 162 62 33
Octal 374 7 36 0 141 130 1 542 142 63
Binary 11111100 111 11110 0 1100001 1011000 1 101100010 1100010 110011

Color Harmonies of #FC071E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC071E

Black with #FC071E

Text Example


Text Example

White with #FC071E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC071E; }

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

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

background-color css

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

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

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

border-color css

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

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

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