Html Css Color HEX #FC0744 Torch Red

📋 copy color: '#FC0744'

red 252 ◦ green 7 ◦ blue 68

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

Shades of Torch Red #FC0744

Tints of Torch Red #FC0744

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 20.8%

R = 77.06%
G = 2.14%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#FC0744 (or 0xFC0744) is known color: Torch Red. HEX triplet: FC, 07 and 44. RGB value is (252,7,68). Sum of RGB (Red+Green+Blue) = 252+7+68=327 (43% of max value = 765). Red value is 252 (98.83% from 255 or 77.06% from 327); Green value is 7 (3.12% from 255 or 2.14% from 327); Blue value is 68 (26.95% from 255 or 20.80% from 327); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0744 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0744 is #03F8BB. Grayscale: #575757. Windows color (decimal): -260284 or 4458492. OLE color: 4458492.

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

Color convert

RGB 252 7 68 -
CMYK 0 0.97 0.73 0.01
HSL 345.06º 0.98% 0.51% -
HSV(B) 345.06º 0.97% 0.99% -
XYZ 41.26 21.26 7.4 -
YUV 87.21 117.17 245.54 -
System Red Green Blue C M Y K H S L
Decimal 252 7 68 0 0.97 0.73 0.01 345.06 0.98 0.51
Hex FC 7 44 0 61 49 1 159 62 33
Octal 374 7 104 0 141 111 1 531 142 63
Binary 11111100 111 1000100 0 1100001 1001001 1 101011001 1100010 110011

Color Harmonies of #FC0744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0744

Black with #FC0744

Text Example


Text Example

White with #FC0744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0744; }

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

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

background-color css

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

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

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

border-color css

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

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

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