Html Css Color HEX #FC2343 Torch Red

📋 copy color: '#FC2343'

red 252 ◦ green 35 ◦ blue 67

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

Shades of Torch Red #FC2343

Tints of Torch Red #FC2343

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.89%

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

R = 71.19%
G = 9.89%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#FC2343 (or 0xFC2343) is known color: Torch Red. HEX triplet: FC, 23 and 43. RGB value is (252,35,67). Sum of RGB (Red+Green+Blue) = 252+35+67=354 (46% of max value = 765). Red value is 252 (98.83% from 255 or 71.19% from 354); Green value is 35 (14.06% from 255 or 9.89% from 354); Blue value is 67 (26.56% from 255 or 18.93% from 354); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2343 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2343 is #03DCBC. Grayscale: #676767. Windows color (decimal): -253117 or 4400124. OLE color: 4400124.

HSL color Cylindrical-coordinate representation of color #FC2343: hue angle of 351.15º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FC2343 is Cyan = 0, Magento = 0.86, Yellow = 0.73 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 35 67 -
CMYK 0 0.86 0.73 0.01
HSL 351.15º 0.97% 0.56% -
HSV(B) 351.15º 0.86% 0.99% -
XYZ 41.76 22.3 7.41 -
YUV 103.53 107.39 233.9 -
System Red Green Blue C M Y K H S L
Decimal 252 35 67 0 0.86 0.73 0.01 351.15 0.97 0.56
Hex FC 23 43 0 56 49 1 15F 61 38
Octal 374 43 103 0 126 111 1 537 141 70
Binary 11111100 100011 1000011 0 1010110 1001001 1 101011111 1100001 111000

Color Harmonies of #FC2343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2343

Black with #FC2343

Text Example


Text Example

White with #FC2343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2343; }

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

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

background-color css

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

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

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

border-color css

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

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

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