Html Css Color HEX #FC0047 Torch Red

📋 copy color: '#FC0047'

red 252 ◦ green 0 ◦ blue 71

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

Shades of Torch Red #FC0047

Tints of Torch Red #FC0047

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 71 (28.13% from 255) = 21.98%

R = 78.02%
G = 0%
B = 21.98%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.72

 K value IS 0.01

RGB Variations

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

Color information

#FC0047 (or 0xFC0047) is known color: Torch Red. HEX triplet: FC, 00 and 47. RGB value is (252,0,71). Sum of RGB (Red+Green+Blue) = 252+0+71=323 (42% of max value = 765). Red value is 252 (98.83% from 255 or 78.02% from 323); Green value is 0 (0.39% from 255 or 0% from 323); Blue value is 71 (28.12% from 255 or 21.98% from 323); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0047 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0047 is #03FFB8. Grayscale: #535353. Windows color (decimal): -262073 or 4653308. OLE color: 4653308.

HSL color Cylindrical-coordinate representation of color #FC0047: hue angle of 343.1º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC0047 is Cyan = 0, Magento = 1, Yellow = 0.72 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 0 71 -
CMYK 0 1 0.72 0.01
HSL 343.1º 1% 0.49% -
HSV(B) 343.1º 1% 0.99% -
XYZ 41.28 21.15 7.87 -
YUV 83.44 120.99 248.23 -
System Red Green Blue C M Y K H S L
Decimal 252 0 71 0 1 0.72 0.01 343.1 1 0.49
Hex FC 0 47 0 64 48 1 157 64 31
Octal 374 0 107 0 144 110 1 527 144 61
Binary 11111100 0 1000111 0 1100100 1001000 1 101010111 1100100 110001

Color Harmonies of #FC0047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0047

Black with #FC0047

Text Example


Text Example

White with #FC0047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0047; }

 p { color: rgb(252,0,71); }

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

background-color css

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

 a { background-color: rgb(252,0,71); }

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

border-color css

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

 span { border-color: rgb(252,0,71); }

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