Html Css Color HEX #FC0747 Torch Red

📋 copy color: '#FC0747'

red 252 ◦ green 7 ◦ blue 71

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

Shades of Torch Red #FC0747

Tints of Torch Red #FC0747

RGB

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

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

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

R = 76.36%
G = 2.12%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.72

 K value IS 0.01

RGB Variations

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

Color information

#FC0747 (or 0xFC0747) is known color: Torch Red. HEX triplet: FC, 07 and 47. RGB value is (252,7,71). Sum of RGB (Red+Green+Blue) = 252+7+71=330 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.36% from 330); Green value is 7 (3.12% from 255 or 2.12% from 330); Blue value is 71 (28.12% from 255 or 21.52% from 330); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0747 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0747 is #03F8B8. Grayscale: #575757. Windows color (decimal): -260281 or 4655100. OLE color: 4655100.

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

Color convert

RGB 252 7 71 -
CMYK 0 0.97 0.72 0.01
HSL 344.33º 0.98% 0.51% -
HSV(B) 344.33º 0.97% 0.99% -
XYZ 41.36 21.3 7.89 -
YUV 87.55 118.67 245.3 -
System Red Green Blue C M Y K H S L
Decimal 252 7 71 0 0.97 0.72 0.01 344.33 0.98 0.51
Hex FC 7 47 0 61 48 1 158 62 33
Octal 374 7 107 0 141 110 1 530 142 63
Binary 11111100 111 1000111 0 1100001 1001000 1 101011000 1100010 110011

Color Harmonies of #FC0747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0747

Black with #FC0747

Text Example


Text Example

White with #FC0747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0747; }

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

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

background-color css

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

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

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

border-color css

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

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

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