Html Css Color HEX #FC0711 Torch Red

📋 copy color: '#FC0711'

red 252 ◦ green 7 ◦ blue 17

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

Shades of Torch Red #FC0711

Tints of Torch Red #FC0711

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.16%

R = 91.3%
G = 2.54%
B = 6.16%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FC0711 (or 0xFC0711) is known color: Torch Red. HEX triplet: FC, 07 and 11. RGB value is (252,7,17). Sum of RGB (Red+Green+Blue) = 252+7+17=276 (36% of max value = 765). Red value is 252 (98.83% from 255 or 91.30% from 276); Green value is 7 (3.12% from 255 or 2.54% from 276); Blue value is 17 (7.03% from 255 or 6.16% from 276); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0711 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0711 is #03F8EE. Grayscale: #515151. Windows color (decimal): -260335 or 1116156. OLE color: 1116156.

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

Color convert

RGB 252 7 17 -
CMYK 0 0.97 0.93 0.01
HSL 357.55º 0.98% 0.51% -
HSV(B) 357.55º 0.97% 0.99% -
XYZ 40.32 20.89 2.44 -
YUV 81.4 91.67 249.69 -
System Red Green Blue C M Y K H S L
Decimal 252 7 17 0 0.97 0.93 0.01 357.55 0.98 0.51
Hex FC 7 11 0 61 5D 1 166 62 33
Octal 374 7 21 0 141 135 1 546 142 63
Binary 11111100 111 10001 0 1100001 1011101 1 101100110 1100010 110011

Color Harmonies of #FC0711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0711

Black with #FC0711

Text Example


Text Example

White with #FC0711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0711; }

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

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

background-color css

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

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

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

border-color css

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

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

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