Html Css Color HEX #FC0740 Torch Red

📋 copy color: '#FC0740'

red 252 ◦ green 7 ◦ blue 64

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

Shades of Torch Red #FC0740

Tints of Torch Red #FC0740

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 19.81%

R = 78.02%
G = 2.17%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FC0740 (or 0xFC0740) is known color: Torch Red. HEX triplet: FC, 07 and 40. RGB value is (252,7,64). Sum of RGB (Red+Green+Blue) = 252+7+64=323 (42% of max value = 765). Red value is 252 (98.83% from 255 or 78.02% from 323); Green value is 7 (3.12% from 255 or 2.17% from 323); Blue value is 64 (25.39% from 255 or 19.81% from 323); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0740 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0740 is #03F8BF. Grayscale: #565656. Windows color (decimal): -260288 or 4196348. OLE color: 4196348.

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

Color convert

RGB 252 7 64 -
CMYK 0 0.97 0.75 0.01
HSL 346.04º 0.98% 0.51% -
HSV(B) 346.04º 0.97% 0.99% -
XYZ 41.15 21.22 6.78 -
YUV 86.75 115.17 245.87 -
System Red Green Blue C M Y K H S L
Decimal 252 7 64 0 0.97 0.75 0.01 346.04 0.98 0.51
Hex FC 7 40 0 61 4B 1 15A 62 33
Octal 374 7 100 0 141 113 1 532 142 63
Binary 11111100 111 1000000 0 1100001 1001011 1 101011010 1100010 110011

Color Harmonies of #FC0740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0740

Black with #FC0740

Text Example


Text Example

White with #FC0740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0740; }

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

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

background-color css

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

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

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

border-color css

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

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

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