Html Css Color HEX #FC071B Torch Red

📋 copy color: '#FC071B'

red 252 ◦ green 7 ◦ blue 27

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

Shades of Torch Red #FC071B

Tints of Torch Red #FC071B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.44%

R = 88.11%
G = 2.45%
B = 9.44%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FC071B (or 0xFC071B) is known color: Torch Red. HEX triplet: FC, 07 and 1B. RGB value is (252,7,27). Sum of RGB (Red+Green+Blue) = 252+7+27=286 (37% of max value = 765). Red value is 252 (98.83% from 255 or 88.11% from 286); Green value is 7 (3.12% from 255 or 2.45% from 286); Blue value is 27 (10.94% from 255 or 9.44% from 286); Max value from RGB is 252 - color contains mainly: red. Hex color #FC071B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC071B is #03F8E4. Grayscale: #525252. Windows color (decimal): -260325 or 1771516. OLE color: 1771516.

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

Color convert

RGB 252 7 27 -
CMYK 0 0.97 0.89 0.01
HSL 355.1º 0.98% 0.51% -
HSV(B) 355.1º 0.97% 0.99% -
XYZ 40.42 20.93 2.95 -
YUV 82.54 96.67 248.87 -
System Red Green Blue C M Y K H S L
Decimal 252 7 27 0 0.97 0.89 0.01 355.1 0.98 0.51
Hex FC 7 1B 0 61 59 1 163 62 33
Octal 374 7 33 0 141 131 1 543 142 63
Binary 11111100 111 11011 0 1100001 1011001 1 101100011 1100010 110011

Color Harmonies of #FC071B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC071B

Black with #FC071B

Text Example


Text Example

White with #FC071B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC071B; }

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

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

background-color css

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

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

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

border-color css

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

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

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