Html Css Color HEX #FC0739 Torch Red

📋 copy color: '#FC0739'

red 252 ◦ green 7 ◦ blue 57

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

Shades of Torch Red #FC0739

Tints of Torch Red #FC0739

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 18.04%

R = 79.75%
G = 2.22%
B = 18.04%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FC0739 (or 0xFC0739) is known color: Torch Red. HEX triplet: FC, 07 and 39. RGB value is (252,7,57). Sum of RGB (Red+Green+Blue) = 252+7+57=316 (41% of max value = 765). Red value is 252 (98.83% from 255 or 79.75% from 316); Green value is 7 (3.12% from 255 or 2.22% from 316); Blue value is 57 (22.66% from 255 or 18.04% from 316); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0739 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0739 is #03F8C6. Grayscale: #555555. Windows color (decimal): -260295 or 3737596. OLE color: 3737596.

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

Color convert

RGB 252 7 57 -
CMYK 0 0.97 0.77 0.01
HSL 347.76º 0.98% 0.51% -
HSV(B) 347.76º 0.97% 0.99% -
XYZ 40.96 21.14 5.79 -
YUV 85.96 111.67 246.43 -
System Red Green Blue C M Y K H S L
Decimal 252 7 57 0 0.97 0.77 0.01 347.76 0.98 0.51
Hex FC 7 39 0 61 4D 1 15C 62 33
Octal 374 7 71 0 141 115 1 534 142 63
Binary 11111100 111 111001 0 1100001 1001101 1 101011100 1100010 110011

Color Harmonies of #FC0739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0739

Black with #FC0739

Text Example


Text Example

White with #FC0739

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0739; }

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

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

background-color css

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

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

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

border-color css

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

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

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