Html Css Color HEX #FC0743 Torch Red

📋 copy color: '#FC0743'

red 252 ◦ green 7 ◦ blue 67

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

Shades of Torch Red #FC0743

Tints of Torch Red #FC0743

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 20.55%

R = 77.3%
G = 2.15%
B = 20.55%

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

#FC0743 (or 0xFC0743) is known color: Torch Red. HEX triplet: FC, 07 and 43. RGB value is (252,7,67). Sum of RGB (Red+Green+Blue) = 252+7+67=326 (43% of max value = 765). Red value is 252 (98.83% from 255 or 77.30% from 326); Green value is 7 (3.12% from 255 or 2.15% from 326); Blue value is 67 (26.56% from 255 or 20.55% from 326); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0743 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0743 is #03F8BC. Grayscale: #575757. Windows color (decimal): -260285 or 4392956. OLE color: 4392956.

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

Color convert

RGB 252 7 67 -
CMYK 0 0.97 0.73 0.01
HSL 345.31º 0.98% 0.51% -
HSV(B) 345.31º 0.97% 0.99% -
XYZ 41.23 21.25 7.24 -
YUV 87.1 116.67 245.62 -
System Red Green Blue C M Y K H S L
Decimal 252 7 67 0 0.97 0.73 0.01 345.31 0.98 0.51
Hex FC 7 43 0 61 49 1 159 62 33
Octal 374 7 103 0 141 111 1 531 142 63
Binary 11111100 111 1000011 0 1100001 1001001 1 101011001 1100010 110011

Color Harmonies of #FC0743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0743

Black with #FC0743

Text Example


Text Example

White with #FC0743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0743; }

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

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

background-color css

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

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

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

border-color css

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

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

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